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