From fffa2b198066ef58cde91fc7422085901460d6fd Mon Sep 17 00:00:00 2001 From: Yige Date: Tue, 12 May 2026 11:29:19 +0800 Subject: [PATCH] =?UTF-8?q?chore(internal-testing):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=20DeepSeek=20V4=20Pro/Flash=EF=BC=9Bbump=20presetDataVersion?= =?UTF-8?q?=20to=2047=20(#21)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - deepseek-v4-pro:1.6T/49B MoE 旗舰,1M 上下文,思考型(reasoning),省略温度参数 - deepseek-v4-flash:284B/13B MoE 高速版,1M 上下文,serviceType=[chat, fast] - 价格统一保持 0,遵循内测专用 provider 惯例 - manifest: presetDataVersion 46→47,updatedAt 2026-05-12 --- compute/providers/internal-testing.json | 47 +++++++++++++++++++++++++ manifest.json | 4 +-- 2 files changed, 49 insertions(+), 2 deletions(-) diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index 4d6df79..347de51 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -390,6 +390,53 @@ "defaultTemperature": 1, "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", + "serviceType": [ + "chat", + "fast" + ], + "description": "DeepSeek V4 Flash,284B 参数 / 13B 激活 MoE,1M 上下文,低延迟高吞吐性价比版,支持思考/非思考双模式", + "contextWindow": 1000000, + "maxOutputTokens": 8192, + "capabilities": [ + "chat", + "code", + "reasoning", + "tool_use", + "long_context" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 1, + "defaultTopP": 1, + "extra": {} } ] } diff --git a/manifest.json b/manifest.json index 0b84294..148ca54 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 46, - "updatedAt": "2026-05-09", + "presetDataVersion": 47, + "updatedAt": "2026-05-12", "description": "DesireCore 官方配置中心" }