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 官方配置中心" }