- Model
MiniMax-M2.7-highspeed- Provider
minimax- API
anthropic-messages- Base URL
https://api.minimax.io/anthropic- Input
- text
- Reasoning
- Yes
- Context window
- 204,800
- Max tokens
- 131,072
- Cost / million input
- $0.6
- Cost / million output
- $2.4
- Cost / million cache read
- $0.06
- Cost / million cache write
- $0.375
Model config JSON
{
"providers": {
"minimax": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "MiniMax-M2.7-highspeed",
"name": "MiniMax-M2.7-highspeed",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 204800,
"maxTokens": 131072,
"cost": {
"input": 0.6,
"output": 2.4,
"cacheRead": 0.06,
"cacheWrite": 0.375
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://api.minimax.io/anthropic"
}
}
}