Back to Models
Xiaomi: MiMo-V2.5
xiaomi/mimo-v2.5Apr 22, 20261.0M context131.1K max output$0.40/M in · $2.00/M outReasoning
Description
MiMo-V2.5 is a native omnimodal model by Xiaomi. It delivers Pro-level agentic performance at roughly half the inference cost, while surpassing MiMo-V2-Omni in multimodal perception across image and video understanding tasks. Its 1M context window supports complete documents, extended conversations, and complex task contexts in a single pass, making it ideal for integration with agent frameworks where strong reasoning, rich perception, and cost efficiency all matter.
Specifications
Provider
xiaomi
Context Length
1.0M
Max Output
131.1K
Modality
Intextaudioimagevideo
Outtext
Pricing
| Type | ≤256K | >256K |
|---|---|---|
| Input | $0.40 | $0.80 |
| Output | $2.00 | $4.00 |
| Cache Read | $0.08 | $0.16 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "xiaomi/mimo-v2.5",
"messages": [{"role": "user", "content": "Hello!"}]
}'