From c3cf1a3a4f7a0b40644bd21ac4266328bccfb7ff Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 6 Sep 2026 09:30:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(llm):=20=E8=83=BD=E5=8A=9B=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E5=8A=A0r2v(=E5=8F=82=E8=80=83=E7=94=9F=E8=A7=86?= =?UTF-8?q?=E9=A2=91)/i2i(=E5=9B=BE=E7=94=9F=E5=9B=BE)=E2=80=94=E2=80=94?= =?UTF-8?q?=E7=A7=8D=E5=AD=90+models.dspy=E7=AB=AF=E7=82=B9=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E4=B8=A4=E5=A4=84=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init/data.json | 2 ++ wwwroot/api/v1/models.dspy | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/init/data.json b/init/data.json index 1ba2f70..b6dfe40 100644 --- a/init/data.json +++ b/init/data.json @@ -17,6 +17,8 @@ {"k": "i2t", "v": "图生文"}, {"k": "t2v", "v": "文生视频"}, {"k": "i2v", "v": "图生视频"}, + {"k": "r2v", "v": "参考生视频"}, + {"k": "i2i", "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 f9ef564..631a48c 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 / i2v / embedding / rerank / tts / asr / i2t ... +# catelogid 可选:t2t / t2i / t2v / i2v / r2v / i2i / embedding / rerank / tts / asr / i2t ... # (能力类型标准 = 模型治理 appcodes llm_capability,新增走评审禁止野生标签) # 不传 = 全部能力 #