From e17a00d48b77ffd90b89391131df14f9917f5f0d Mon Sep 17 00:00:00 2001 From: Yige Date: Sat, 23 May 2026 10:24:58 +0800 Subject: [PATCH] =?UTF-8?q?chore(internal-testing):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=20Qwen3.7=20Max=20=E5=B9=B6=E8=AE=BE=E4=B8=BA=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=A8=A1=E5=9E=8B=EF=BC=9Bbump=20presetDataVersion=20?= =?UTF-8?q?to=2051=20(#25)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compute/providers/internal-testing.json | 24 ++++++++++++++++++++++++ manifest.json | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index 9121430..14a53fa 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -34,6 +34,30 @@ "MiniMax-M2.7" ], "models": [ + { + "modelName": "qwen3.7-max", + "displayName": "Qwen3.7 Max", + "serviceType": [ + "chat" + ], + "description": "阿里通义千问 Qwen3.7 Max,原生 1M 上下文,Hybrid MoE 架构,内置 CoT 推理", + "contextWindow": 500000, + "maxOutputTokens": 65536, + "capabilities": [ + "chat", + "reasoning", + "code", + "vision", + "tool_use", + "agent", + "deep_thinking" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 0.7, + "defaultTopP": 0.8, + "extra": {} + }, { "modelName": "deepseek-v4-pro", "displayName": "DeepSeek V4 Pro", diff --git a/manifest.json b/manifest.json index 27d0041..8667e10 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 50, - "updatedAt": "2026-05-20", + "presetDataVersion": 51, + "updatedAt": "2026-05-23", "description": "DesireCore 官方配置中心" }