- Model
mimo-v2-omni- Provider
opencode-go- API
openai-completions- Base URL
https://opencode.ai/zen/go/v1- Input
- text, image
- Reasoning
- Yes
- Context window
- 262,144
- Max tokens
- 128,000
- Cost / million input
- $0.4
- Cost / million output
- $2
- Cost / million cache read
- $0.08
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"opencode-go": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "mimo-v2-omni",
"name": "MiMo V2 Omni",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 262144,
"maxTokens": 128000,
"cost": {
"input": 0.4,
"output": 2,
"cacheRead": 0.08,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://opencode.ai/zen/go/v1"
}
}
}