From c8d4061422a001b87876752de7693502beb9ae77 Mon Sep 17 00:00:00 2001 From: yi-ge Date: Wed, 8 Apr 2026 16:52:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=86=85=E6=B5=8B=20provider=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=20qwen3.6-plus=E3=80=81qwen3.5-35b-a3b?= =?UTF-8?q?=E3=80=81qwen3.5-27b=20=E4=B8=89=E4=B8=AA=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compute/providers/internal-testing.json | 57 +++++++++++++++++++++++++ manifest.json | 4 +- 2 files changed, 59 insertions(+), 2 deletions(-) diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index e1eb903..02c640d 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -152,6 +152,63 @@ "defaultTemperature": 1, "extra": {} }, + { + "modelName": "qwen3.6-plus", + "displayName": "Qwen3.6 Plus", + "serviceType": ["chat"], + "description": "阿里通义千问 Qwen3.6 Plus,原生 1M 上下文,Hybrid MoE 架构,内置 CoT 推理", + "contextWindow": 1000000, + "maxOutputTokens": 65536, + "capabilities": [ + "chat", + "reasoning", + "code", + "vision", + "tool_use", + "agent", + "deep_thinking" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 0.7, + "extra": {} + }, + { + "modelName": "qwen3.5-35b-a3b", + "displayName": "Qwen3.5 35B-A3B", + "serviceType": ["chat"], + "description": "阿里通义千问 Qwen3.5 35B-A3B MoE 模型(35B 总参/3B 激活),262K 上下文", + "contextWindow": 262144, + "maxOutputTokens": 65536, + "capabilities": [ + "chat", + "reasoning", + "code", + "vision" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 0.7, + "extra": {} + }, + { + "modelName": "qwen3.5-27b", + "displayName": "Qwen3.5 27B", + "serviceType": ["chat"], + "description": "阿里通义千问 Qwen3.5 27B Dense 模型,262K 上下文", + "contextWindow": 262144, + "maxOutputTokens": 65536, + "capabilities": [ + "chat", + "reasoning", + "code", + "vision" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 0.7, + "extra": {} + }, { "modelName": "doubao-seed-2-0-code-preview-260215", "displayName": "豆包 Seed 2.0 Code Preview", diff --git a/manifest.json b/manifest.json index 8aa5157..e95c907 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 15, - "updatedAt": "2026-03-28", + "presetDataVersion": 16, + "updatedAt": "2026-04-08", "description": "DesireCore 官方配置中心" }