From 97c2c1664371f549549a2457b2a2a9718841aa97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=A6=A8=E5=85=83?= Date: Wed, 15 Apr 2026 15:30:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=2022=20=E5=A4=84?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E8=83=BD=E5=8A=9B=E6=A0=87=E7=AD=BE=E4=B8=8E?= =?UTF-8?q?=E5=AE=9E=E9=99=85=E8=83=BD=E5=8A=9B=E4=B8=8D=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 kimi-k2、qwen3-max、glm-4.6、grok-4 等 12 个模型补充 vision 标签 - 为 minimax-m2.1-highspeed、mistral-small-latest 补充 reasoning 标签 - 对齐 coding-plan 版本与主版本的能力标签(zhipu/dashscope/moonshot) - 补全 internal-testing 内测版过度简化的能力标签 - bump presetDataVersion: 17 -> 18 Co-Authored-By: Claude Opus 4.6 --- compute/coding-plans/dashscope-coding.json | 2 +- compute/coding-plans/moonshot-coding.json | 2 +- compute/coding-plans/zhipu-coding.json | 4 +-- compute/providers/baichuan.json | 2 ++ compute/providers/baidu.json | 2 ++ compute/providers/cohere.json | 1 + compute/providers/dashscope.json | 7 +++-- compute/providers/internal-testing.json | 31 +++++++++++++++++----- compute/providers/minimax.json | 1 + compute/providers/mistral.json | 2 ++ compute/providers/moonshot.json | 3 ++- compute/providers/openrouter.json | 5 +++- compute/providers/siliconflow.json | 5 +++- compute/providers/tencent.json | 2 ++ compute/providers/xai.json | 4 +++ compute/providers/zhipu.json | 3 ++- manifest.json | 4 +-- 17 files changed, 61 insertions(+), 19 deletions(-) diff --git a/compute/coding-plans/dashscope-coding.json b/compute/coding-plans/dashscope-coding.json index d41fd08..14a1b3c 100644 --- a/compute/coding-plans/dashscope-coding.json +++ b/compute/coding-plans/dashscope-coding.json @@ -36,7 +36,7 @@ "description": "阿里云百炼 Coding Plan,Qwen3 Max 旗舰模型", "contextWindow": 131072, "maxOutputTokens": 16384, - "capabilities": ["chat", "reasoning", "code", "multilingual"], + "capabilities": ["chat", "reasoning", "code", "multilingual", "tool_use", "long_context", "vision"], "source": "preset" } ] diff --git a/compute/coding-plans/moonshot-coding.json b/compute/coding-plans/moonshot-coding.json index 802534e..01cf854 100644 --- a/compute/coding-plans/moonshot-coding.json +++ b/compute/coding-plans/moonshot-coding.json @@ -26,7 +26,7 @@ "description": "Kimi Code 套餐,万亿参数 MoE 模型,128K 上下文", "contextWindow": 128000, "maxOutputTokens": 8192, - "capabilities": ["chat", "reasoning", "code", "tool_use", "agent"], + "capabilities": ["chat", "reasoning", "code", "tool_use", "agent", "long_context", "vision"], "source": "preset" } ] diff --git a/compute/coding-plans/zhipu-coding.json b/compute/coding-plans/zhipu-coding.json index c50485d..0153b48 100644 --- a/compute/coding-plans/zhipu-coding.json +++ b/compute/coding-plans/zhipu-coding.json @@ -26,7 +26,7 @@ "description": "智谱 GLM-5 Coding Plan 版本,745B MoE,编程能力登顶", "contextWindow": 192000, "maxOutputTokens": 128000, - "capabilities": ["chat", "reasoning", "code", "deep_thinking", "long_context"], + "capabilities": ["chat", "reasoning", "code", "deep_thinking", "long_context", "tool_use", "agent", "math", "multilingual"], "source": "preset" }, { @@ -36,7 +36,7 @@ "description": "智谱 GLM-4.7 Coding Plan 版本,200K 上下文", "contextWindow": 200000, "maxOutputTokens": 128000, - "capabilities": ["chat", "reasoning", "code", "deep_thinking", "long_context"], + "capabilities": ["chat", "reasoning", "code", "deep_thinking", "long_context", "tool_use", "multilingual"], "source": "preset" } ] diff --git a/compute/providers/baichuan.json b/compute/providers/baichuan.json index 2b754d7..b725abf 100644 --- a/compute/providers/baichuan.json +++ b/compute/providers/baichuan.json @@ -25,6 +25,7 @@ "reasoning", "code", "multilingual", + "vision", "long_context", "medical" ], @@ -46,6 +47,7 @@ "reasoning", "code", "multilingual", + "vision", "medical" ], "inputPrice": 10, diff --git a/compute/providers/baidu.json b/compute/providers/baidu.json index a05f351..103bf25 100644 --- a/compute/providers/baidu.json +++ b/compute/providers/baidu.json @@ -40,6 +40,8 @@ "maxOutputTokens": 8192, "capabilities": [ "chat", + "code", + "vision", "long_context", "fast" ], diff --git a/compute/providers/cohere.json b/compute/providers/cohere.json index c76923d..7815cc8 100644 --- a/compute/providers/cohere.json +++ b/compute/providers/cohere.json @@ -22,6 +22,7 @@ "chat", "reasoning", "code", + "vision", "tool_use", "rag", "long_context" diff --git a/compute/providers/dashscope.json b/compute/providers/dashscope.json index 8f8aa57..3d89263 100644 --- a/compute/providers/dashscope.json +++ b/compute/providers/dashscope.json @@ -94,6 +94,7 @@ "maxOutputTokens": 8192, "capabilities": [ "chat", + "code", "long_context", "fast" ], @@ -135,7 +136,8 @@ "multilingual", "long_context", "tool_use", - "agent" + "agent", + "vision" ], "inputPrice": 2.5, "outputPrice": 10, @@ -327,7 +329,8 @@ "vision", "tts", "asr", - "multimodal" + "multimodal", + "tool_use" ], "extra": {} }, diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index 02c640d..7e9ba69 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -77,7 +77,11 @@ "capabilities": [ "chat", "reasoning", - "code" + "code", + "tool_use", + "agent", + "vision", + "long_context" ], "inputPrice": 0, "outputPrice": 0, @@ -94,7 +98,8 @@ "capabilities": [ "chat", "reasoning", - "code" + "code", + "tool_use" ], "inputPrice": 0, "outputPrice": 0, @@ -111,7 +116,9 @@ "capabilities": [ "chat", "reasoning", - "code" + "code", + "tool_use", + "long_context" ], "inputPrice": 0, "outputPrice": 0, @@ -128,7 +135,11 @@ "capabilities": [ "chat", "reasoning", - "code" + "code", + "tool_use", + "agent", + "vision", + "long_context" ], "inputPrice": 0, "outputPrice": 0, @@ -145,7 +156,11 @@ "capabilities": [ "chat", "reasoning", - "code" + "code", + "tool_use", + "agent", + "vision", + "long_context" ], "inputPrice": 0, "outputPrice": 0, @@ -184,7 +199,8 @@ "chat", "reasoning", "code", - "vision" + "vision", + "tool_use" ], "inputPrice": 0, "outputPrice": 0, @@ -202,7 +218,8 @@ "chat", "reasoning", "code", - "vision" + "vision", + "tool_use" ], "inputPrice": 0, "outputPrice": 0, diff --git a/compute/providers/minimax.json b/compute/providers/minimax.json index db94fde..9e17698 100644 --- a/compute/providers/minimax.json +++ b/compute/providers/minimax.json @@ -114,6 +114,7 @@ "maxOutputTokens": 131072, "capabilities": [ "chat", + "reasoning", "code", "tool_use", "fast" diff --git a/compute/providers/mistral.json b/compute/providers/mistral.json index b43d018..44dc440 100644 --- a/compute/providers/mistral.json +++ b/compute/providers/mistral.json @@ -42,6 +42,8 @@ "capabilities": [ "chat", "code", + "vision", + "reasoning", "fast", "tool_use" ], diff --git a/compute/providers/moonshot.json b/compute/providers/moonshot.json index 69d09ef..99be6c9 100644 --- a/compute/providers/moonshot.json +++ b/compute/providers/moonshot.json @@ -49,7 +49,8 @@ "code", "tool_use", "agent", - "long_context" + "long_context", + "vision" ], "inputPrice": 4, "outputPrice": 16, diff --git a/compute/providers/openrouter.json b/compute/providers/openrouter.json index 6cef24a..87647ca 100644 --- a/compute/providers/openrouter.json +++ b/compute/providers/openrouter.json @@ -39,6 +39,8 @@ "chat", "reasoning", "vision", + "tool_use", + "fast", "long_context" ], "inputPrice": 0.00, @@ -57,7 +59,8 @@ "capabilities": [ "code", "reasoning", - "agent" + "agent", + "tool_use" ], "inputPrice": 0.00, "outputPrice": 0.00, diff --git a/compute/providers/siliconflow.json b/compute/providers/siliconflow.json index 1dfd83e..e778373 100644 --- a/compute/providers/siliconflow.json +++ b/compute/providers/siliconflow.json @@ -41,7 +41,10 @@ "chat", "reasoning", "code", - "multilingual" + "multilingual", + "tool_use", + "agent", + "vision" ], "inputPrice": 2.5, "outputPrice": 10, diff --git a/compute/providers/tencent.json b/compute/providers/tencent.json index 23e02a0..92e097a 100644 --- a/compute/providers/tencent.json +++ b/compute/providers/tencent.json @@ -40,6 +40,8 @@ "capabilities": [ "chat", "reasoning", + "code", + "vision", "fast", "tool_use" ], diff --git a/compute/providers/xai.json b/compute/providers/xai.json index 57debe8..a06693e 100644 --- a/compute/providers/xai.json +++ b/compute/providers/xai.json @@ -22,6 +22,7 @@ "chat", "reasoning", "code", + "vision", "tool_use" ], "inputPrice": 3.00, @@ -40,6 +41,9 @@ "capabilities": [ "chat", "reasoning", + "code", + "vision", + "tool_use", "fast", "long_context" ], diff --git a/compute/providers/zhipu.json b/compute/providers/zhipu.json index bc8f12c..ad258a2 100644 --- a/compute/providers/zhipu.json +++ b/compute/providers/zhipu.json @@ -113,7 +113,8 @@ "reasoning", "code", "multilingual", - "deep_thinking" + "deep_thinking", + "vision" ], "inputPrice": 5, "outputPrice": 5, diff --git a/manifest.json b/manifest.json index 5dbe233..d59e2dd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 17, - "updatedAt": "2026-04-08", + "presetDataVersion": 18, + "updatedAt": "2026-04-15", "description": "DesireCore 官方配置中心" }