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