> Xiaomi MiMo
Xiaomi MiMo (mimo.mi.com) is the official AI open platform for Xiaomi's in-house large models. It offers an OpenAI-compatible API for the MiMo-V2.5 series, featuring a high-concurrency token plan (¥60 for 50B tokens) and competitive per-million token pricing for Pro and Flash variants.
// pros
- Xiaomi's official in-house models; OpenAI-compatible, switch by changing base_url and key
- MiMo-V2-Flash has a persistent free tier, 256K context, good for reasoning/coding/agents
- Open weights are self-hostable; community has Claude Code integration guides
// cons
- Free tier is rate-limited; Pro/Omni free access is mostly a promotion, then pay-as-you-go (~$1/$3 per million tokens)
- Free policy may change anytime; rely on the official console
A safe official free tier to try, especially the free MiMo-V2-Flash for dev/testing; distinguish the persistently free Flash from the time-limited free Pro, and confirm current pricing before production use.
community_reputation
Positive reputation: many 'free MiMo' and 'Claude Code setup' tutorials on cnblogs and Zhihu; third parties like CometAPI confirm Flash is free and Pro is time-limited free, with a mature OpenAI-compatible interface.
imported analysis — independent third party, not Uprouter editorial · verify before relying on it
Free tier present — value not quantified
This provider offers a free tier, but its terms don’t convert cleanly into a USD figure (e.g. request-count limits or capacity-dependent pools). We refuse to print a misleading zero here. See the note below and the official pricing page for the exact limits.
note: MiMo-V2-Flash free to use (rate-limited but generous for development); MiMo-V2-Pro ~1 week free during launch or with major agent frameworks; open weights self-hostable. No quantifiable credit grant.
| Plan | Type | Monthly | Input /1M | Output /1M | Note |
|---|---|---|---|---|---|
| Free tier (source-reported) | free | — | — | — | MiMo-V2-Flash is free to use (rate-limited but generous for development); MiMo-V2-Pro and others offer roughly one week of free access during launch or with major agent frameworks; open weights can also be self-hosted. |
| MiMo-V2.5-Pro PAYG | payg | — | $0.420 | $0.840 | Converted from ¥3.00/M in and ¥6.00/M out (1 CNY ≈ 0.14 USD). |
| MiMo-V2.5 PAYG | payg | — | $0.140 | $0.280 | Converted from ¥1.00/M in and ¥2.00/M out (1 CNY ≈ 0.14 USD). |
| Token Plan | subscription | $8.40/mo | — | — | ¥60 for 50B tokens (promotional rate). |
Pricing normalized from public sources — always verify with the provider.
// model prices
| Model | Input /1M | Output /1M | Context |
|---|---|---|---|
| MiMo-V2.5 | $0.140 | $0.280 | 1.0M |
| MiMo-V2-Flash | — | — | — |
| MiMo-V2-Pro (time-limited/quota-limited free) | — | — | — |
| MiMo-V2-Omni (time-limited) | — | — | — |
<a href="https://uprouter.online/s/mimo-xiaomi-com" target="_blank" rel="noopener"><img src="https://uprouter.online/badge/mimo-xiaomi-com.svg" alt="Xiaomi MiMo live status on UPROUTER.ONLINE" height="40"></a>Paste this into your README, docs or status page. The badge shows the same best-effort probe data as the directory, refreshes automatically, and links back to the full Xiaomi MiMo entry — no tracking, no scripts.
$ Does Xiaomi MiMo have a free tier?
Yes — Xiaomi MiMo offers a free tier. Always confirm current limits on Xiaomi MiMo's official pricing page — free tiers change without notice.
$ How much does Xiaomi MiMo cost per 1M tokens?
The cheapest model we track at Xiaomi MiMo is $0.140 per 1M input tokens and $0.280 per 1M output tokens. This is normalized from Xiaomi MiMo's published pricing — verify with the provider before purchasing, since prices change frequently.
$ Is Xiaomi MiMo safe to use?
Uprouter rates Xiaomi MiMo as low risk. Rated low risk. an official provider with a free tier with pricing, authentication and terms documented on its own site. The model coverage is consistent with a real upstream, so data and reliability risk are modest. Risk ratings are editorial, evidence-based, and never influenced by affiliate relationships.
$ Can I use Xiaomi MiMo through Uprouter Connect?
Yes — Xiaomi MiMo is Connect-compatible. Add your Xiaomi MiMo API key in Uprouter Connect (encrypted at rest) and route requests to it through one OpenAI- and Claude-compatible API, optionally behind failover aliases. Uprouter meters the traffic in compute at the provider's listed rate.
Raw community sentiment, shown unblended. Votes never feed into objective data fields like price, risk, or status — and never into sort order.
No published reviews yet — be the first.
// more_informationprice history · live status · risk & confidence · code snippets
price_history
No recorded changes yet.
live_status
full history →best-effort probes · not a guarantee · last 13h ago
| Checked | Status | Latency |
|---|---|---|
| 13h ago | up | 795ms |
| 14h ago | up | 736ms |
| 1d ago | up | 726ms |
| 2d ago | up | 790ms |
| 3d ago | up | 806ms |
| 4d ago | up | 837ms |
| 12d ago | up | 100ms |
Uprouter runs its own probes; best-effort, not a guarantee. Probe results depend on our network location and cadence — for production, always use the provider’s own status page.
risk_&_confidence
Rated low risk. an official provider with a free tier with pricing, authentication and terms documented on its own site. The model coverage is consistent with a real upstream, so data and reliability risk are modest.
Confidence reflects how much verifiable evidence (official docs, probe history, community reports) backs this entry. Risk is our editorial assessment of operator reliability and terms — not financial advice.
code_snippets
curl https://uprouter.online/api/connect/v1/chat/completions \ -H "Authorization: Bearer upr_live_YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{
"model": "xiaomi/mimo-v2.5",
"messages": [{ "role": "user", "content": "Hello via Xiaomi MiMo" }]
}'Metered in Uprouter compute — the usage log shows which upstream served each request and its exact cost.
Ranked by neutral similarity signals only — live status, Connect compatibility, free-tier shape and free-credit proximity. Commercial relationships never influence this list.