From 9d5f1df7cbbe1d30827d957e88f0ff05c5707c24 Mon Sep 17 00:00:00 2001 From: yi-ge Date: Thu, 19 Mar 2026 16:32:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=86=85=E6=B5=8B=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E5=A2=9E=E5=8A=A0=20MiniMax-M2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- compute/providers/internal-testing.json | 17 +++++++++++++++++ manifest.json | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index 2037ae2..9f5aaf9 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -47,6 +47,23 @@ "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" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 1, + "extra": {} + }, { "modelName": "MiniMax-M2.5", "displayName": "MiniMax-M2.5", diff --git a/manifest.json b/manifest.json index 8848882..0264d59 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 11, - "updatedAt": "2026-03-17", + "presetDataVersion": 12, + "updatedAt": "2026-03-19", "description": "DesireCore 官方配置中心" }