Best overall
Strong reasoning, tooling and production reliability.
Model · Xiaomi
Xiaomi MiMo-V2.6-Pro is served by Xiaomi through OpenRouter. It provides 1.05M tokens of context and supports text, vision, audio, video inputs.
| Provider | Xiaomi |
| OpenRouter ID | xiaomi/mimo-v2.6-pro |
| Modalities | Text, Vision, Audio, Video |
| Best for | Overall, Agents, Long Context, Multimodal |
openrouter.ai/api/v1/models Verified 2026-09-22 Drift-checked daily 06:00 CST Best overall
Strong reasoning, tooling and production reliability.
Best for long context
Large context window for documents and transcripts.
Best multimodal
Handles images, files, audio or video inputs.
Best for agents
Tool use, structured output and multi-step reasoning.
These examples use the 2026-09-22 input and output prices. Cache discounts, provider surcharges and tool fees are excluded.
| Workload | Input | Output | Estimated cost |
|---|---|---|---|
| Quick test | 20,000 | 5,000 | $0.013 |
| Product chat month | 500,000 | 125,000 | $0.326 |
| Document batch | 5,000,000 | 1,000,000 | $3.04 |
Run these examples from your server or edge function. Keep the OpenRouter API key private and do not expose it in browser code.
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "xiaomi/mimo-v2.6-pro",
"messages": [{ "role": "user", "content": "Summarize this document in five bullet points." }],
"max_tokens": 500
}' const response = await fetch("https://openrouter.ai/api/v1/chat/completions", {
method: "POST",
headers: {
Authorization: `Bearer ${process.env.OPENROUTER_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
model: "xiaomi/mimo-v2.6-pro",
messages: [{ role: "user", content: "Summarize this document in five bullet points." }],
max_tokens: 500,
}),
});
const data = await response.json();
console.log(data.choices[0].message.content); Compare models View on OpenRouter ↗
Xiaomi MiMo-V2.6-Pro is a Xiaomi model available through OpenRouter. It supports text, vision, audio, video inputs and is suited for overall, agents, long context, multimodal workloads.
The 2026-09-22 snapshot lists $0.435 per 1M input tokens and $0.870 per 1M output tokens. Verify current pricing on OpenRouter before production.
Xiaomi MiMo-V2.6-Pro offers 1.05M tokens of context in the current snapshot. Provider-specific limits and surcharges may apply.
Start on Flash and keep it unless your own evaluation shows Pro winning on the work you actually do. The only published number separating them is Pro's Artificial Analysis intelligence index of 46.3, and the catalogue carries no equivalent for Flash — so the tier difference is currently asserted rather than measured.
This is a speed purchase, and the catalogue does not publish the speed number — no latency or throughput figure appears for either entry. Buy UltraSpeed only after measuring it against Pro on your own path; otherwise the 10x is a premium paid on faith, and at $8.70 per million output tokens it is the most expensive entry in the snapshot.
Pricing and context data are based on a 2026-09-22 snapshot. Provider limits can change; always verify on OpenRouter before production.