MiMo V2.5 Pro

Model details

MiMo V2.5 Pro

Model
mimo-v2.5-pro
Provider
opencode-go
API
openai-completions
Base URL
https://opencode.ai/zen/go/v1
Input
text
Reasoning
Yes
Context window
1,048,576
Max tokens
128,000
Cost / million input
$1
Cost / million output
$3
Cost / million cache read
$0.2
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "opencode-go": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "mimo-v2.5-pro",
          "name": "MiMo V2.5 Pro",
          "reasoning": true,
          "input": [
            "text"
          ],
          "contextWindow": 1048576,
          "maxTokens": 128000,
          "cost": {
            "input": 1,
            "output": 3,
            "cacheRead": 0.2,
            "cacheWrite": 0
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://opencode.ai/zen/go/v1"
    }
  }
}