Quick setup
Open the kRouter dashboard at http://localhost:20128
Go to Providers → click Xiaomi MiMo
Paste your API key, click Save
Test the connection
Use in your IDE
Point any OpenAI-compatible client at kRouter using your local API key.
# Endpoint
http://localhost:20128/v1
# API key (from Dashboard → API Keys)
sk-krouter-XXXX
# Model
mimo/<model-id>How Xiaomi MiMo billing works with kRouter
Xiaomi MiMo is pay-per-token. You bring your own API key and kRouter routes to it, so you keep your own rate limits and billing relationship. kRouter authenticates it via apikey. 4 models are routable as xiaomi-mimo/<model>.
Through kRouter, Xiaomi MiMo serves chat and code completion. Requests reach it through the same local OpenAI-compatible endpoint as every other provider, so switching to or from Xiaomi MiMo is a one-line model change in your client rather than a rewrite.
Xiaomi MiMo models & pricing
These are the model ids kRouter routes to. This provider does not publish per-token rates.
| Model | Route as |
|---|---|
| MiMo V2.5 Pro | xiaomi-mimo/mimo-v2.5-pro |
| MiMo V2.5 | xiaomi-mimo/mimo-v2.5 |
| MiMo V2 Omni | xiaomi-mimo/mimo-v2-omni |
| MiMo V2 Flash | xiaomi-mimo/mimo-v2-flash |
Xiaomi MiMo links
Xiaomi MiMo FAQ
Is Xiaomi MiMo free through kRouter?
Xiaomi MiMo is pay-per-token: you bring your own API key and are billed by Xiaomi MiMo at their rates. kRouter adds nothing on top and is free and MIT-licensed.
How do I use Xiaomi MiMo with Claude Code or Cursor?
Connect Xiaomi MiMo in the kRouter dashboard, then point your tool at kRouter's local endpoint (http://localhost:20128/v1) with a kRouter API key. Any OpenAI-compatible client works, and models are addressed as xiaomi-mimo/<model>.
Which Xiaomi MiMo models can kRouter route to?
4 models, including MiMo V2.5 Pro, MiMo V2.5, MiMo V2 Omni. Every one is addressed as xiaomi-mimo/<model> from any client.
What happens when Xiaomi MiMo is rate limited?
kRouter detects the limit, parks that account until its real reset time, and fails over to your next connected account or provider — so the request still completes instead of erroring.