- Model
minimax-m2.5- Provider
opencode-go- API
openai-completions- Base URL
https://opencode.ai/zen/go/v1- Input
- text
- Reasoning
- Yes
- Context window
- 204,800
- Max tokens
- 65,536
- Cost / million input
- $0.3
- Cost / million output
- $1.2
- Cost / million cache read
- $0.03
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"opencode-go": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "minimax-m2.5",
"name": "MiniMax M2.5",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 204800,
"maxTokens": 65536,
"cost": {
"input": 0.3,
"output": 1.2,
"cacheRead": 0.03,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://opencode.ai/zen/go/v1"
}
}
}