This commit is contained in:
yumoqing 2026-05-19 16:07:33 +08:00
parent 3de5a1ce91
commit 3791b65236

View File

@ -441,3 +441,32 @@ return
}
}
```
## 获取模型类型列表
* path /llmage/list_llmcatelogs
* method GET
* params 无
* return
```
{
id
name
}
```
## 获得模型列表
* path /llmage/list_llms
* method GET
* params
```
{
lctype # 模型类型, 缺省较为全部
orderby # 排序列, 缺省为privoderid
}
```
* return
```
[
{ # 模型信息
}
]
```