xiaomi/mimo-v2.5MiMo-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...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.140 | ₹13.98 |
| Cached inputprompt cache read | $0.0028 | ₹0.28 |
| Output | $0.280 | ₹27.97 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Xiaomi: MiMo-V2.5 through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "xiaomi/mimo-v2.5",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.