diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index be71e9f..71ff850 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -111,47 +111,6 @@ "defaultTemperature": 1, "extra": {} }, - { - "modelName": "MiniMax-M2.7", - "displayName": "MiniMax-M2.7", - "serviceType": [ - "chat" - ], - "description": "MiniMax M2.7 大语言模型,增强编码与推理能力,200K 上下文", - "contextWindow": 200000, - "maxOutputTokens": 8192, - "capabilities": [ - "chat", - "reasoning", - "code", - "tool_use" - ], - "inputPrice": 0, - "outputPrice": 0, - "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": "kimi-k2.6-code-preview", "displayName": "Kimi K2.6 Code Preview", diff --git a/manifest.json b/manifest.json index ecf3e0a..6639687 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 21, + "presetDataVersion": 22, "updatedAt": "2026-04-19", "description": "DesireCore 官方配置中心" }