MiMo V2.5

Model details

MiMo V2.5

Model
mimo-v2.5
Provider
opencode-go
API
openai-completions
Base URL
https://opencode.ai/zen/go/v1
Input
text, image
Reasoning
Yes
Context window
1,000,000
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.5",
          "name": "MiMo V2.5",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 1000000,
          "maxTokens": 128000,
          "cost": {
            "input": 0.4,
            "output": 2,
            "cacheRead": 0.08,
            "cacheWrite": 0
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://opencode.ai/zen/go/v1"
    }
  }
}