- Model
MiniMax-M3- Provider
minimax-cn- API
anthropic-messages- Base URL
https://api.minimaxi.com/anthropic- Input
- text, image
- Reasoning
- Yes
- Context window
- 512,000
- Max tokens
- 128,000
- Cost / million input
- $0.6
- Cost / million output
- $2.4
- Cost / million cache read
- $0.12
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"minimax-cn": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "MiniMax-M3",
"name": "MiniMax-M3",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 512000,
"maxTokens": 128000,
"cost": {
"input": 0.6,
"output": 2.4,
"cacheRead": 0.12,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://api.minimaxi.com/anthropic"
}
}
}