Skip to main content
kRouter
All providers

Pay-per-token

xmtp/

Xiaomi MiMo (Token Plan)

Xiaomi MiMo (Token Plan) — connect via API key.

mimo.xiaomi.com

Quick setup

  1. Open the kRouter dashboard at http://localhost:20128

  2. Go to Providers → click Xiaomi MiMo (Token Plan)

  3. Paste your API key, click Save

  4. Test the connection

Use in your IDE

Point any OpenAI-compatible client at kRouter using your local API key.

ide configbash
# 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.

ModelRoute as
MiMo V2.5 Proxiaomi-tokenplan/mimo-v2.5-pro
MiMo V2.5 Pro (Claude Native)xiaomi-tokenplan/mimo-v2.5-pro-claude
MiMo V2.5xiaomi-tokenplan/mimo-v2.5
MiMo V2 Proxiaomi-tokenplan/mimo-v2-pro
MiMo V2 Omnixiaomi-tokenplan/mimo-v2-omni
MiMo V2 TTSxiaomi-tokenplan/mimo-v2-tts
MiMo V2.5 TTSxiaomi-tokenplan/mimo-v2.5-tts
MiMo V2.5 TTS Voice Clonexiaomi-tokenplan/mimo-v2.5-tts-voiceclone
MiMo V2.5 TTS Voice Designxiaomi-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.