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 官方配置中心" }