Feature: Add MiniMax M3 (#15513)

Feature: Add MiniMax M3
This commit is contained in:
Wang Qi
2026-06-02 17:28:48 +08:00
committed by GitHub
parent a98889cd76
commit c990badda1
2 changed files with 19 additions and 1 deletions

View File

@@ -1340,6 +1340,13 @@
"rank": "810",
"url": "https://api.minimaxi.com/v1",
"llm": [
{
"llm_name": "MiniMax-M3",
"tags": "LLM,CHAT,1M",
"max_tokens": 1000000,
"model_type": "chat",
"is_tools": true
},
{
"llm_name": "MiniMax-M2.7",
"tags": "LLM,CHAT,200k",

View File

@@ -12,6 +12,17 @@
},
"class": "minimax",
"models": [
{
"name": "MiniMax-M3",
"max_tokens": 1000000,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "minimax-m2.7",
"max_tokens": 204800,
@@ -108,4 +119,4 @@
]
}
]
}
}