MiMo V2 Pro

Model details

MiMo V2 Pro

Model
xiaomi/mimo-v2-pro
Provider
vercel-ai-gateway
API
anthropic-messages
Base URL
https://ai-gateway.vercel.sh
Input
text
Reasoning
Yes
Context window
1,000,000
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": {
    "vercel-ai-gateway": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "xiaomi/mimo-v2-pro",
          "name": "MiMo V2 Pro",
          "reasoning": true,
          "input": [
            "text"
          ],
          "contextWindow": 1000000,
          "maxTokens": 128000,
          "cost": {
            "input": 1,
            "output": 3,
            "cacheRead": 0.19999999999999998,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}