- Model
minimax/minimax-m2.7- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text
- Reasoning
- Yes
- Context window
- 196,608
- Max tokens
- 4,096
- Cost / million input
- $0.3
- Cost / million output
- $1.2
- Cost / million cache read
- $0.059
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "minimax/minimax-m2.7",
"name": "MiniMax: MiniMax M2.7",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 196608,
"maxTokens": 4096,
"cost": {
"input": 0.3,
"output": 1.2,
"cacheRead": 0.059,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}