Xiaomi's open-weight (MIT) flagship — multimodal, 1M context, reasoning. Strong agentic and coding work at low cost.
Modalities
Text+Image → Text
Below release
Not established
Weights
Published
XiaomiMiMo/MiMo-V2.5
Where it sits in the catalogue Kyma measures
Every number against every text model Kyma prices per token — a stated rule, not a chosen line-up.
$0.189
output $0.378
median $0.977 · best $0.0494
$0.378
per 1M tokens generated
median $3.4515 · best $0.2164
Not measured yet
8 observations since 2026-08-31
median 98.1% · best 100.0%
27.2 tok/s
probe median, one fixed prompt
median 40.0 tok/s · best 314.3 tok/s
3.31 s
probe median, to a complete answer
median 2.45 s · best 0.84 s
1.05M
max output 16,384
published by Xiaomi, not measured here
Tick above each rail is this model, below it the other 65. Dashed rule is the field median, solid is its best. Better is left; the axis stops at the 90th percentile, so a few models sit past its right edge.
Pricing
Pay per token. Cached input bills at this model’s own cached rate, listed below.
+ Estimate your workload− Estimate your workload
Estimated monthly cost
$17.01
$0.5670 / day on MiMo V2.5
Same workload on:
Estimates use list pricing. Actual bills depend on real token counts, and every response includes its exact cost.
How it compares
Against the peers people actually weigh it against.
| Spec | MiMo V2.5 | Claude Fable 5 | Grok 4.6 |
|---|---|---|---|
| Input /1M | $0.189 | $13.50 | $2.70 |
| Output /1M | $0.378 | $67.50 | $8.10 |
| Context | 1M | 1M | 500K |
| Tools | Yes | Yes | Yes |
| Reasoning | Yes | Yes | Yes |
| Throughput | 27.2 tok/s | 15.5 tok/s | 57 tok/s |
Quick start
Up and running in under two minutes.
- 1
Create an API key
Sign up and grab a key from the dashboard — $0.50 free credit, no card required.
Get API key → - 2
Make your first request
Drop in your key and send a chat completion — fully OpenAI-compatible.
curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "mimo-v2.5", "messages": [ {"role": "user", "content": "Explain prompt caching in one paragraph."} ] }' - 3
Stream responses
Add
"stream": trueto receive tokens as they arrive.curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "mimo-v2.5", "stream": true, "messages": [{"role": "user", "content": "Hello!"}] }'
FAQ
Common questions about this model.