From ca99ea272f7c0bf72a2f0f3892d370d338f291ac Mon Sep 17 00:00:00 2001 From: yi-ge Date: Mon, 20 Apr 2026 11:10:37 +0800 Subject: [PATCH] feat(internal-testing): restore MiniMax-M2.5 - \u53ea\u79fb\u9664 MiniMax-M2.7\uff0c\u4fdd\u7559 MiniMax-M2.5 \u4f5c\u4e3a\u5907\u9009 - MiniMax-M2.5 \u63d2\u5165\u5728 kimi-k2.5 \u4e4b\u540e (\u4e0e\u5176\u4ed6\u975e-highspeed MiniMax \u7cfb\u5217\u4e00\u81f4\u7684\u4f4d\u7f6e) - MiniMax-M2.7-highspeed \u4ecd\u7136\u5728 models[0]\uff0c\u4f5c\u4e3a provider \u9ed8\u8ba4\u6a21\u578b - tombstones: ["MiniMax-M2.7", "MiniMax-M2.5"] -> ["MiniMax-M2.7"] - bump presetDataVersion 23 -> 24 --- compute/providers/internal-testing.json | 24 ++++++++++++++++++++++-- manifest.json | 2 +- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index 75424c4..e4d28e3 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -13,8 +13,7 @@ "chat" ], "tombstones": [ - "MiniMax-M2.7", - "MiniMax-M2.5" + "MiniMax-M2.7" ], "models": [ { @@ -161,6 +160,27 @@ "defaultTemperature": 1, "extra": {} }, + { + "modelName": "MiniMax-M2.5", + "displayName": "MiniMax-M2.5", + "serviceType": [ + "chat" + ], + "description": "MiniMax M2.5 大语言模型", + "contextWindow": 128000, + "maxOutputTokens": 8192, + "capabilities": [ + "chat", + "reasoning", + "code", + "tool_use", + "long_context" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 1, + "extra": {} + }, { "modelName": "qwen3.6-plus", "displayName": "Qwen3.6 Plus", diff --git a/manifest.json b/manifest.json index e5a7f89..8a447d7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 23, + "presetDataVersion": 24, "updatedAt": "2026-04-20", "description": "DesireCore 官方配置中心" }