From 72163bac469c55d67b99dd1a2d0bec67a3f1b23f Mon Sep 17 00:00:00 2001 From: Yige Date: Mon, 18 May 2026 22:37:08 +0800 Subject: [PATCH] =?UTF-8?q?chore(internal-testing):=20=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E6=94=B9=E4=B8=BA=20DeepSeek=20V4=20Pro?= =?UTF-8?q?=EF=BC=9Bbump=20presetDataVersion=20to=2048=20(#22)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compute/providers/internal-testing.json | 48 ++++++++++++------------- manifest.json | 4 +-- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index 347de51..9121430 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -34,6 +34,30 @@ "MiniMax-M2.7" ], "models": [ + { + "modelName": "deepseek-v4-pro", + "displayName": "DeepSeek V4 Pro", + "serviceType": [ + "chat", + "reasoning" + ], + "description": "DeepSeek V4 Pro,1.6T 参数 / 49B 激活 MoE 旗舰,1M 上下文,思考/非思考双模式,Agentic 编程与深度推理对标顶级闭源模型", + "contextWindow": 1000000, + "maxOutputTokens": 65536, + "capabilities": [ + "chat", + "reasoning", + "deep_thinking", + "code", + "math", + "tool_use", + "agent", + "long_context" + ], + "inputPrice": 0, + "outputPrice": 0, + "extra": {} + }, { "modelName": "glm-5", "displayName": "GLM-5", @@ -391,30 +415,6 @@ "defaultTopP": 0.95, "extra": {} }, - { - "modelName": "deepseek-v4-pro", - "displayName": "DeepSeek V4 Pro", - "serviceType": [ - "chat", - "reasoning" - ], - "description": "DeepSeek V4 Pro,1.6T 参数 / 49B 激活 MoE 旗舰,1M 上下文,思考/非思考双模式,Agentic 编程与深度推理对标顶级闭源模型", - "contextWindow": 1000000, - "maxOutputTokens": 65536, - "capabilities": [ - "chat", - "reasoning", - "deep_thinking", - "code", - "math", - "tool_use", - "agent", - "long_context" - ], - "inputPrice": 0, - "outputPrice": 0, - "extra": {} - }, { "modelName": "deepseek-v4-flash", "displayName": "DeepSeek V4 Flash", diff --git a/manifest.json b/manifest.json index 148ca54..325e1ff 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 47, - "updatedAt": "2026-05-12", + "presetDataVersion": 48, + "updatedAt": "2026-05-18", "description": "DesireCore 官方配置中心" }