MiMo v2.5 pricing
MiMo v2.5 API cost from Xiaomi (MiMo) — $0.105 per 1M input tokens and $0.280 per 1M output tokens. Open, cheap, 1M context. Estimate your real monthly bill below, then compare it against every other model.
Fast / cheap open weights 1M context · all prices USD per 1M tokens, list price last verified 2026-06-27.
MiMo v2.5 capabilities & limits
Representative specs for this tier — confirm exact limits in the Xiaomi (MiMo) docs.
Call MiMo v2.5 from your code
The exact model string and endpoint to use. Works with the OpenAI SDK — just point base_url at the URL below.
mimo-v2.5https://api.together.xyz/v1TOGETHER_API_KEYcurl https://api.together.xyz/v1/chat/completions \
-H "Authorization: Bearer $TOGETHER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mimo-v2.5",
"messages": [{"role": "user", "content": "Hello"}]
}' Model strings follow each provider's naming convention; confirm the current id in the Xiaomi (MiMo) docs before relying on it.
What a MiMo v2.5 API call actually costs
Blended input + output cost at MiMo v2.5's list rates — useful yardsticks before you commit to volume.
MiMo v2.5 cost calculator
Enter your monthly volume to estimate the MiMo v2.5 bill. Runs entirely in your browser.
Xiaomi (MiMo) models — MiMo v2.5 in context
How MiMo v2.5 prices against its siblings. Cheapest reference cost first.
| Model | Input /1M | Output /1M | Cost / call* | Context | Type |
|---|---|---|---|---|---|
| MiMo v2.5 Open, cheap, 1M context | $0.105 | $0.280 | $0.0004 | 1M | Fast / cheap open |
| MiMo v2.5 Pro Open weights, 1M context | $0.435 | $0.870 | $0.0013 | 1M | Balanced open |
*Reference cost of one call with 1,000 input + 1,000 output tokens — a neutral yardstick. Use the calculator for your real usage. Cheapest row highlighted.
How MiMo v2.5 pricing works
MiMo v2.5 is billed per token: a lower input price of $0.105 per million tokens for everything you send, and a higher output price of $0.280 per million for everything the model generates. To turn that into a real MiMo v2.5 bill, multiply by your monthly request volume and average prompt/response length — the calculator above does exactly that.
MiMo v2.5 does not list a separate cached-input rate, so every input token bills at $0.105 per million. If repeated context is a big part of your prompts, a model with prompt caching may end up cheaper in practice.
List prices move fast — always confirm the current numbers on the official Xiaomi (MiMo) pricing page before relying on them for budgeting.
MiMo v2.5 pricing FAQ
How much does the MiMo v2.5 API cost?
MiMo v2.5 costs $0.105 per 1M input tokens and $0.280 per 1M output tokens. A typical 3K-input / 500-output call works out to about $0.0005.
What is MiMo v2.5's context window?
MiMo v2.5 has a 1M-token context window. Tokens you put in the prompt are billed at the $0.105 per 1M input rate.
Does MiMo v2.5 charge extra for output tokens?
Yes. Output (generated) tokens cost $0.280 per 1M, versus $0.105 per 1M for input — about 2.7× more, which is normal for LLM APIs.
Is there a cheaper alternative to MiMo v2.5?
In the same fast / cheap tier, Gemini 1.5 Flash-8B (Google) is cheaper at $0.037 in / $0.150 out. The overall cheapest model on the market is Gemini 1.5 Flash-8B.
Is MiMo v2.5 open weights?
Yes — MiMo v2.5 is released as open weights, so you can self-host it instead of paying per-token API rates. The prices here are a representative hosted endpoint.