Back to Models
Xiaomi: MiMo-V2-Pro
xiaomi/mimo-v2-proMar 18, 20261.0M context131.1K max output$1.00/M in · $3.00/M outReasoning
Description
MiMo-V2-Pro is Xiaomi's flagship foundation model, featuring over 1T total parameters and a 1M context length, deeply optimized for agentic scenarios. It is highly adaptable to general agent frameworks like OpenClaw. It ranks among the global top tier in the standard PinchBench and ClawBench benchmarks, with perceived performance approaching that of Opus 4.6. MiMo-V2-Pro is designed to serve as the brain of agent systems, orchestrating complex workflows, driving production engineering tasks, and delivering results reliably.
Specifications
Provider
xiaomi
Context Length
1.0M
Max Output
131.1K
Modality
Intext
Outtext
Pricing
| Type | ≤256K | >256K |
|---|---|---|
| Input | $1.00 | $2.00 |
| Output | $3.00 | $6.00 |
| Cache Read | $0.20 | $0.40 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "xiaomi/mimo-v2-pro",
"messages": [{"role": "user", "content": "Hello!"}]
}'