← All models

textXiaomiOfficial rate
MiMo v2.5 Pro
xiaomi/mimo-v2.5-pro
Cheaper. More stable. One-stop API aggregation.
Introduction
MiMo v2.5 Pro is an API-only text model on the LumeAPI whitelist (official list pricing, no portal discount).
Use the exact id `xiaomi/mimo-v2.5-pro` in chat completions.
It is intended for power users who already know the model; it is not featured on the main pricing cards.
Pricing
Official$0.50 / $0.90 per 1M (in/out)
LumeAPI$0.50 / $0.90 per 1M (in/out)
per 1M tokens (in/out)
Last updated: July 2026Source: provider list price
Endpoint
POST/v1/chat/completions
Base URL: https://api.lumeapi.site/v1
Auth: Authorization: Bearer <your-lumeapi-key>
Developer docs
Open the integration notes for this model, or the modality guide for request fields and polling.
curl https://api.lumeapi.site/v1/chat/completions \
-H "Authorization: Bearer $LUMEAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "xiaomi/mimo-v2.5-pro",
"messages": [{"role":"user","content":"Hello"}]
}'