chore(internal-testing): 默认模型改为 MiMo V2.5 Pro(小米 Pro);bump presetDataVersion to 54 (#29)

This commit is contained in:
2026-05-30 15:05:04 +08:00
committed by GitHub
parent 161eb04d39
commit 9633df0219
2 changed files with 26 additions and 26 deletions

View File

@@ -34,6 +34,30 @@
"MiniMax-M2.7" "MiniMax-M2.7"
], ],
"models": [ "models": [
{
"modelName": "mimo-v2.5-pro",
"displayName": "MiMo V2.5 Pro",
"serviceType": [
"chat"
],
"description": "小米 MiMo V2.5 Pro1.02T 参数 / 42B 激活 MoE 旗舰1M 上下文,长程代码与 Agent 自治,支持思考模式与工具调用",
"contextWindow": 1000000,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"reasoning",
"code",
"tool_use",
"agent",
"long_context",
"deep_thinking"
],
"inputPrice": 0,
"outputPrice": 0,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {}
},
{ {
"modelName": "qwen3.7-max", "modelName": "qwen3.7-max",
"displayName": "Qwen3.7 Max", "displayName": "Qwen3.7 Max",
@@ -396,30 +420,6 @@
"defaultTopP": 0.7, "defaultTopP": 0.7,
"extra": {} "extra": {}
}, },
{
"modelName": "mimo-v2.5-pro",
"displayName": "MiMo V2.5 Pro",
"serviceType": [
"chat"
],
"description": "小米 MiMo V2.5 Pro1.02T 参数 / 42B 激活 MoE 旗舰1M 上下文,长程代码与 Agent 自治,支持思考模式与工具调用",
"contextWindow": 1000000,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"reasoning",
"code",
"tool_use",
"agent",
"long_context",
"deep_thinking"
],
"inputPrice": 0,
"outputPrice": 0,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {}
},
{ {
"modelName": "mimo-v2.5", "modelName": "mimo-v2.5",
"displayName": "MiMo V2.5", "displayName": "MiMo V2.5",

View File

@@ -1,6 +1,6 @@
{ {
"version": "1.0.0", "version": "1.0.0",
"presetDataVersion": 53, "presetDataVersion": 54,
"updatedAt": "2026-05-27", "updatedAt": "2026-05-30",
"description": "DesireCore 官方配置中心" "description": "DesireCore 官方配置中心"
} }