mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-04-21 13:41:39 +08:00
feat: 内测供应商增加 MiniMax-M2.7
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"presetDataVersion": 11,
|
||||
"updatedAt": "2026-03-17",
|
||||
"presetDataVersion": 12,
|
||||
"updatedAt": "2026-03-19",
|
||||
"description": "DesireCore 官方配置中心"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user