Xiaomi MiMo Provider for Claude Code
1T MoE model billed on 42B active parameters
claude-multi add mimoUse cases
MiMo-V2.5-Pro is a 1 trillion parameter mixture-of-experts model with 42B active parameters and a 1M token context window. Only the active parameters are billed, which keeps the per-token cost low. The Anthropic-compatible endpoint drops straight into Claude Code.
Model specs
| Role | Model | Parameters | Context | Max Output |
|---|---|---|---|---|
| Primary (Opus/Sonnet) | MiMo-V2.5-Pro | 1T MoE (42B active) | 1M | 128K |
| Fast (Haiku) | MiMo-V2.5 | 310B MoE (15B active) | 1M | 128K |
V2.5-Pro handles the heavy reasoning. V2.5 runs background tasks, subagent calls, and quick edits at lower cost. The template maps each one to its role for you.
Thinking mode is enabled by default.
Setup
- Create an account at xiaomimimo.com and generate an API key
- Run the setup command:
claude-multi add mimo- Paste your API key when prompted
The template sets the base URL, model mappings, and thinking parameters. That’s the whole setup.
Token Plan alternative
Xiaomi also sells a subscription Token Plan with a monthly credit pool. If you want a predictable monthly cost, use the mimo-token template instead. Token Plan runs on different regional endpoints (CN, SG, EU), so after setup, edit ~/.claude-<name>/settings.json and replace ANTHROPIC_BASE_URL with the endpoint from your subscription console.
When to pick MiMo
Pick MiMo when per-token cost is what you are optimizing for. The 1M context window handles large codebases, and MoE billing means you pay for the 42B active parameters rather than the full trillion.
If you would rather have a fixed monthly bill, switch to the MiMo Token Plan template.
Pricing details
MiMo comes two ways: pay-per-token at xiaomimimo.com, or a subscription Token Plan (monthly credit pool, regional CN/SG/EU endpoints, the mimo-token template). The 1T MoE architecture keeps the per-token cost low because only 42B of the 1T parameters are active per request. xiaomimimo.com has current rates.
Related providers
Pay-per-token via xiaomimimo.com