MiMo V2.5 API
Use 1M context with one OmniaKey API key.
- Model ID
- mimo-v2.5
- Context
- 1M
- Provider
- Xiaomi MiMo
- Input · USD / 1M tokens
- $0.112 USD
- Official price $0.14 USD
- Output · USD / 1M tokens
- $0.224 USD
- Official price $0.28 USD
- Savings
- 20%
- Last verified
- 2026-09-05
01
Where it fits
Choose MiMo V2.5 for multimodal coding and agent work that benefits from Xiaomi's 1M context at 20% below the listed rate.
02
Model capabilities
Vision
Accepts visual input alongside text for multimodal coding and analysis tasks.
Tool use
Can select and call tools in agent workflows that support structured tool use.
03
OpenAI-compatible API
Keep your client and change the base URL, API key, and model ID.
curl https://api.omniakey.com/v1/chat/completions \
-H "Authorization: Bearer $OMNIAKEY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mimo-v2.5",
"messages": [{"role": "user", "content": "Explain this codebase"}],
"stream": true
}'04
Compatible coding tools
More Xiaomi MiMo models
Frequently asked questions
How much does MiMo V2.5 cost on OmniaKey?
OmniaKey charges $0.112 USD per 1M input tokens and $0.224 USD per 1M output tokens, in USD. Official prices are $0.14 USD and $0.28 USD; you save 20%.
What is the context window for MiMo V2.5?
The listed context window is 1M. Actual usable limits can also depend on the client and upstream request format.
Which coding tools work with MiMo V2.5?
The current catalog lists compatibility with Codex, Cursor, Cline, Aider. Use the model ID shown on this page when the client supports model selection.