From 2ed86a9561897658685c316c8edc55ca512be96e Mon Sep 17 00:00:00 2001 From: yi-ge Date: Sun, 19 Apr 2026 23:43:10 +0800 Subject: [PATCH] refactor(internal-testing): drop MiniMax-M2.5/M2.7, keep only M2.7-highspeed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 用户反馈内测只需要高速版本, 移除 MiniMax-M2.7 和 MiniMax-M2.5 两个普通版本 - MiniMax-M2.7-highspeed 保留在首位作为 provider 默认模型 - bump presetDataVersion 21 -> 22 --- compute/providers/internal-testing.json | 41 ------------------------- manifest.json | 2 +- 2 files changed, 1 insertion(+), 42 deletions(-) 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 官方配置中心" }