MiMo-V2-Flash

Models

Model details

MiMo-V2-Flash

Model
mimo-v2-flash
Provider
xiaomi-token-plan-cn
API
anthropic-messages
Base URL
https://token-plan-cn.xiaomimimo.com/anthropic
Input
text
Reasoning
Yes
Context window
262,144
Max tokens
65,536
Cost / million input
$0.1
Cost / million output
$0.3
Cost / million cache read
$0.01
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "xiaomi-token-plan-cn": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "mimo-v2-flash",
          "name": "MiMo-V2-Flash",
          "reasoning": true,
          "input": [
            "text"
          ],
          "contextWindow": 262144,
          "maxTokens": 65536,
          "cost": {
            "input": 0.1,
            "output": 0.3,
            "cacheRead": 0.01,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://token-plan-cn.xiaomimimo.com/anthropic"
    }
  }
}