bugfix
This commit is contained in:
parent
057c798fa6
commit
caf2246e09
@ -247,3 +247,27 @@ row:
|
||||
}
|
||||
```
|
||||
|
||||
## 获得同类型所有可用模型
|
||||
* path /llmage/get_t2v_llms.dspy
|
||||
* method 'GET'
|
||||
* params
|
||||
```
|
||||
{
|
||||
'type': # 模型类型: 可选
|
||||
# 文生视频
|
||||
# 图生视频
|
||||
# 参考生视频
|
||||
}
|
||||
```
|
||||
* response
|
||||
```
|
||||
[ # 返回数组
|
||||
{
|
||||
id: # 模型id
|
||||
name: # 模型名字
|
||||
model: # 模型识别名
|
||||
description: # 模型名字
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user