57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "models",
|
|
"title": "大模型",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "name",
|
|
"title": "英文名",
|
|
"type": "str",
|
|
"length": 100
|
|
},
|
|
{
|
|
"name": "title",
|
|
"title": "模型名称",
|
|
"type": "str",
|
|
"length": 100
|
|
},
|
|
{
|
|
"name": "description",
|
|
"title": "模型说明",
|
|
"type": "str",
|
|
"length": 500
|
|
},
|
|
{
|
|
"name": "icon_url",
|
|
"title": "模型图标URL",
|
|
"type": "str",
|
|
"length": 500
|
|
},
|
|
{
|
|
"name": "providerid",
|
|
"title": "供应商id",
|
|
"type": "str",
|
|
"length": 32
|
|
}
|
|
],
|
|
"codes": [
|
|
{
|
|
"field": "providerid",
|
|
"table": "organization",
|
|
"valuefield": "id",
|
|
"textfield": "orgname"
|
|
}
|
|
]
|
|
} |