Pay-per-token
xmtp/Xiaomi MiMo (Token Plan)
Xiaomi MiMo (Token Plan) — connect via API key.
mimo.xiaomi.comQuick setup
Open the kRouter dashboard at http://localhost:20128
Go to Providers → click Xiaomi MiMo (Token Plan)
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
xmtp/<model-id>How Xiaomi MiMo (Token Plan) billing works with kRouter
Xiaomi MiMo (Token Plan) 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. 9 models are routable as xiaomi-tokenplan/<model>.
Through kRouter, Xiaomi MiMo (Token Plan) 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 (Token Plan) is a one-line model change in your client rather than a rewrite.
Xiaomi MiMo Token Plan subscription (API key starts with tp-). Token Plan keys are cluster-specific — select the region matching your subscription.
Xiaomi MiMo (Token Plan) 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-tokenplan/mimo-v2.5-pro |
| MiMo V2.5 Pro (Claude Native) | xiaomi-tokenplan/mimo-v2.5-pro-claude |
| MiMo V2.5 | xiaomi-tokenplan/mimo-v2.5 |
| MiMo V2 Pro | xiaomi-tokenplan/mimo-v2-pro |
| MiMo V2 Omni | xiaomi-tokenplan/mimo-v2-omni |
| MiMo V2 TTS | xiaomi-tokenplan/mimo-v2-tts |
| MiMo V2.5 TTS | xiaomi-tokenplan/mimo-v2.5-tts |
| MiMo V2.5 TTS Voice Clone | xiaomi-tokenplan/mimo-v2.5-tts-voiceclone |
| MiMo V2.5 TTS Voice Design | xiaomi-tokenplan/mimo-v2.5-tts-voicedesign |
Xiaomi MiMo (Token Plan) links
Xiaomi MiMo (Token Plan) FAQ
Is Xiaomi MiMo (Token Plan) free through kRouter?
Xiaomi MiMo (Token Plan) is pay-per-token: you bring your own API key and are billed by Xiaomi MiMo (Token Plan) at their rates. kRouter adds nothing on top and is free and MIT-licensed.
How do I use Xiaomi MiMo (Token Plan) with Claude Code or Cursor?
Connect Xiaomi MiMo (Token Plan) 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-tokenplan/<model>.
Which Xiaomi MiMo (Token Plan) models can kRouter route to?
9 models, including MiMo V2.5 Pro, MiMo V2.5 Pro (Claude Native), MiMo V2.5. Every one is addressed as xiaomi-tokenplan/<model> from any client.
What happens when Xiaomi MiMo (Token Plan) 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.