mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
chore(internal-testing): 默认模型改为 DeepSeek V4 Pro;bump presetDataVersion to 48 (#22)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"presetDataVersion": 47,
|
||||
"updatedAt": "2026-05-12",
|
||||
"presetDataVersion": 48,
|
||||
"updatedAt": "2026-05-18",
|
||||
"description": "DesireCore 官方配置中心"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user