From beef2d81a2d2bd6115a2cbbb2244a47d0f446851 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 5 Sep 2026 10:55:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(capability):=20=E8=83=BD=E5=8A=9B=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE=E8=A1=A5i2v=E5=9B=BE=E7=94=9F=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E2=80=94=E2=80=94=E5=AD=97=E5=85=B8=E7=A7=8D=E5=AD=90+?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=88=97=E8=A1=A8=E6=B3=A8=E9=87=8A;?= =?UTF-8?q?=E4=BF=AE=E5=A4=8DLLM=E6=8F=90=E5=8F=96=E6=97=B6=E5=9B=BE?= =?UTF-8?q?=E7=94=9F=E8=A7=86=E9=A2=91=E8=A2=AB=E8=BF=AB=E5=A1=9E=E8=BF=9B?= =?UTF-8?q?t2v=E7=9A=84=E9=9D=99=E9=BB=98=E9=94=99=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init/data.json | 1 + wwwroot/api/v1/models.dspy | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/init/data.json b/init/data.json index 3b76536..1ba2f70 100644 --- a/init/data.json +++ b/init/data.json @@ -16,6 +16,7 @@ {"k": "t2i", "v": "文生图"}, {"k": "i2t", "v": "图生文"}, {"k": "t2v", "v": "文生视频"}, + {"k": "i2v", "v": "图生视频"}, {"k": "embedding", "v": "文本向量化"}, {"k": "mm-embedding", "v": "多模态向量化"}, {"k": "rerank", "v": "重排序"}, diff --git a/wwwroot/api/v1/models.dspy b/wwwroot/api/v1/models.dspy index d6183a0..f9ef564 100644 --- a/wwwroot/api/v1/models.dspy +++ b/wwwroot/api/v1/models.dspy @@ -1,7 +1,7 @@ # models.dspy — 按能力分类列出可用模型(对齐 llmage v1/models 的分类方式) # # URL: /pipeline_llm/api/v1/models?catelogid=t2t -# catelogid 可选:t2t / t2i / t2v / embedding / rerank / tts / asr / i2t ... +# catelogid 可选:t2t / t2i / t2v / i2v / embedding / rerank / tts / asr / i2t ... # (能力类型标准 = 模型治理 appcodes llm_capability,新增走评审禁止野生标签) # 不传 = 全部能力 #