This commit is contained in:
yumoqing 2026-03-26 14:59:36 +08:00
parent 057c798fa6
commit caf2246e09

View File

@ -247,3 +247,27 @@ row:
} }
``` ```
## 获得同类型所有可用模型
* path /llmage/get_t2v_llms.dspy
* method 'GET'
* params
```
{
'type': # 模型类型: 可选
# 文生视频
# 图生视频
# 参考生视频
}
```
* response
```
[ # 返回数组
{
id: # 模型id
name # 模型名字
model # 模型识别名
description # 模型名字
}
]
```