MiMo v2.5 Pro pricing
MiMo v2.5 Pro API cost from Xiaomi (MiMo) — $0.435 per 1M input tokens and $0.870 per 1M output tokens. Open weights, 1M context. Estimate your real monthly bill below, then compare it against every other model.
Balanced open weights 1M context · all prices USD per 1M tokens, list price last verified 2026-06-27.
MiMo v2.5 Pro capabilities & limits
Representative specs for this tier — confirm exact limits in the Xiaomi (MiMo) docs.
Call MiMo v2.5 Pro 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.5-prohttps://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-pro",
"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 Pro API call actually costs
Blended input + output cost at MiMo v2.5 Pro's list rates — useful yardsticks before you commit to volume.
MiMo v2.5 Pro cost calculator
Enter your monthly volume to estimate the MiMo v2.5 Pro bill. Runs entirely in your browser.
Xiaomi (MiMo) models — MiMo v2.5 Pro in context
How MiMo v2.5 Pro 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 Pro pricing works
MiMo v2.5 Pro is billed per token: a lower input price of $0.435 per million tokens for everything you send, and a higher output price of $0.870 per million for everything the model generates. To turn that into a real MiMo v2.5 Pro bill, multiply by your monthly request volume and average prompt/response length — the calculator above does exactly that.
MiMo v2.5 Pro does not list a separate cached-input rate, so every input token bills at $0.435 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 Pro pricing FAQ
How much does the MiMo v2.5 Pro API cost?
MiMo v2.5 Pro costs $0.435 per 1M input tokens and $0.870 per 1M output tokens. A typical 3K-input / 500-output call works out to about $0.0017.
What is MiMo v2.5 Pro's context window?
MiMo v2.5 Pro has a 1M-token context window. Tokens you put in the prompt are billed at the $0.435 per 1M input rate.
Does MiMo v2.5 Pro charge extra for output tokens?
Yes. Output (generated) tokens cost $0.870 per 1M, versus $0.435 per 1M for input — about 2.0× more, which is normal for LLM APIs.
Is there a cheaper alternative to MiMo v2.5 Pro?
In the same balanced tier, Command R (Cohere) is cheaper at $0.150 in / $0.600 out. The overall cheapest model on the market is Gemini 1.5 Flash-8B.
Is MiMo v2.5 Pro open weights?
Yes — MiMo v2.5 Pro 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.