mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 05:14:46 +08:00
chore: refresh vendor model presets
Refresh vendor model presets and bump config data version.
This commit is contained in:
@@ -29,6 +29,27 @@
|
||||
}
|
||||
},
|
||||
"models": [
|
||||
{
|
||||
"modelName": "MiniMax-M3",
|
||||
"displayName": "MiniMax M3 (Token Plan)",
|
||||
"serviceType": [
|
||||
"chat",
|
||||
"reasoning"
|
||||
],
|
||||
"description": "MiniMax M3,Token Plan 核心文本模型,1M 上下文,面向 Coding 与 Agent",
|
||||
"contextWindow": 1000000,
|
||||
"maxOutputTokens": 131072,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"tool_use",
|
||||
"vision",
|
||||
"agent",
|
||||
"long_context"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "MiniMax-M2.7",
|
||||
"displayName": "MiniMax M2.7 (Token Plan)",
|
||||
|
||||
Reference in New Issue
Block a user