diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index 55913df..c22baa9 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -34,6 +34,30 @@ "MiniMax-M2.7" ], "models": [ + { + "modelName": "mimo-v2.5-pro", + "displayName": "MiMo V2.5 Pro", + "serviceType": [ + "chat" + ], + "description": "小米 MiMo V2.5 Pro,1.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", "displayName": "Qwen3.7 Max", @@ -396,30 +420,6 @@ "defaultTopP": 0.7, "extra": {} }, - { - "modelName": "mimo-v2.5-pro", - "displayName": "MiMo V2.5 Pro", - "serviceType": [ - "chat" - ], - "description": "小米 MiMo V2.5 Pro,1.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", "displayName": "MiMo V2.5", diff --git a/manifest.json b/manifest.json index aeadc14..7682233 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 53, - "updatedAt": "2026-05-27", + "presetDataVersion": 54, + "updatedAt": "2026-05-30", "description": "DesireCore 官方配置中心" }