chore(internal-testing): 默认模型改为 DeepSeek V4 Pro;bump presetDataVersion to 48 (#22)

This commit is contained in:
2026-05-18 22:37:08 +08:00
committed by GitHub
parent fffa2b1980
commit 72163bac46
2 changed files with 26 additions and 26 deletions

View File

@@ -34,6 +34,30 @@
"MiniMax-M2.7" "MiniMax-M2.7"
], ],
"models": [ "models": [
{
"modelName": "deepseek-v4-pro",
"displayName": "DeepSeek V4 Pro",
"serviceType": [
"chat",
"reasoning"
],
"description": "DeepSeek V4 Pro1.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", "modelName": "glm-5",
"displayName": "GLM-5", "displayName": "GLM-5",
@@ -391,30 +415,6 @@
"defaultTopP": 0.95, "defaultTopP": 0.95,
"extra": {} "extra": {}
}, },
{
"modelName": "deepseek-v4-pro",
"displayName": "DeepSeek V4 Pro",
"serviceType": [
"chat",
"reasoning"
],
"description": "DeepSeek V4 Pro1.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", "modelName": "deepseek-v4-flash",
"displayName": "DeepSeek V4 Flash", "displayName": "DeepSeek V4 Flash",

View File

@@ -1,6 +1,6 @@
{ {
"version": "1.0.0", "version": "1.0.0",
"presetDataVersion": 47, "presetDataVersion": 48,
"updatedAt": "2026-05-12", "updatedAt": "2026-05-18",
"description": "DesireCore 官方配置中心" "description": "DesireCore 官方配置中心"
} }