fix(provider): add MiniMax-M3 and missing M2.7 variants to minimax provider (#10431)
Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com>
This commit is contained in:
@@ -5,7 +5,20 @@
|
||||
"description": "MiniMax AI models with long context support via Anthropic-compatible API",
|
||||
"api_key_env": "MINIMAX_API_KEY",
|
||||
"base_url": "https://api.minimax.io/anthropic",
|
||||
"dynamic_models": true,
|
||||
"models": [
|
||||
{
|
||||
"name": "MiniMax-M3",
|
||||
"context_limit": 1000000
|
||||
},
|
||||
{
|
||||
"name": "MiniMax-M2.7",
|
||||
"context_limit": 200000
|
||||
},
|
||||
{
|
||||
"name": "MiniMax-M2.7-highspeed",
|
||||
"context_limit": 200000
|
||||
},
|
||||
{
|
||||
"name": "MiniMax-M2.5",
|
||||
"context_limit": 204800
|
||||
|
||||
Reference in New Issue
Block a user