feat: add MiniMax provider with Anthropic-compatible API (#7640)
Signed-off-by: ximi <ximi@minimaxi.com>
This commit is contained in:
@@ -87318,4 +87318,4 @@
|
||||
"output": 131072
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "minimax",
|
||||
"engine": "anthropic",
|
||||
"display_name": "MiniMax",
|
||||
"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",
|
||||
"models": [
|
||||
{
|
||||
"name": "MiniMax-M2.5",
|
||||
"context_limit": 204800
|
||||
},
|
||||
{
|
||||
"name": "MiniMax-M2.5-highspeed",
|
||||
"context_limit": 204800
|
||||
}
|
||||
],
|
||||
"supports_streaming": true
|
||||
}
|
||||
Reference in New Issue
Block a user