AICredits logo
xiaomivision

Xiaomi: MiMo-V2.5

xiaomi/mimo-v2.5

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...

Supported APIs

Chat APIVision
Context
1.1M
Max output
Input / 1M
₹13.98
Cached / 1M
₹0.28
Output / 1M
₹27.97

Pricing

Token typeUSD / 1MINR / 1M
Input$0.140₹13.98
Cached inputprompt cache read$0.00280.28
Output$0.280₹27.97

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Xiaomi: MiMo-V2.5 through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
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.