Back to Models
Xiaomi: MiMo-V2.5-Pro
xiaomi/mimo-v2.5-proApr 22, 20261.0M context131.1K max output$1.00/M in · $3.00/M outReasoning
Description
MiMo-V2.5-Pro is Xiaomi’s flagship model, delivering strong performance in general agentic capabilities, complex software engineering, and long-horizon tasks, with top rankings on benchmarks such as ClawEval, GDPVal, and SWE-bench Pro. It can independently and autonomously complete professional tasks that would take human experts days or weeks, involving more than a thousand tool calls. Its context length of up to 1M makes it well suited for integration with a wide range of agent frameworks.
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.5-pro",
"messages": [{"role": "user", "content": "Hello!"}]
}'