From 9633df02198d9ac18ea0d4c68150c19076855eb2 Mon Sep 17 00:00:00 2001 From: Yige Date: Sat, 30 May 2026 15:05:04 +0800 Subject: [PATCH] =?UTF-8?q?chore(internal-testing):=20=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E6=94=B9=E4=B8=BA=20MiMo=20V2.5=20Pro?= =?UTF-8?q?=EF=BC=88=E5=B0=8F=E7=B1=B3=20Pro=EF=BC=89=EF=BC=9Bbump=20prese?= =?UTF-8?q?tDataVersion=20to=2054=20(#29)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compute/providers/internal-testing.json | 48 ++++++++++++------------- manifest.json | 4 +-- 2 files changed, 26 insertions(+), 26 deletions(-) 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 官方配置中心" }