← All models
MiMo v2.5 — text model on LumeAPI

MiMo v2.5

xiaomi/mimo-v2.5

Cheaper. More stable. One-stop API aggregation.

Introduction

MiMo v2.5 is the lighter Xiaomi text model on the API-only whitelist.

Call `xiaomi/mimo-v2.5` through the gateway with your LumeAPI key.

Billing follows official list rates published in the catalog.

Pricing

Official$0.15 / $0.30 per 1M (in/out)
LumeAPI$0.15 / $0.30 per 1M (in/out)
per 1M tokens (in/out)
Last updated: July 2026Source: provider list price

Endpoint

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.

Call examplexiaomi/mimo-v2.5
curl https://api.lumeapi.site/v1/chat/completions \
  -H "Authorization: Bearer $LUMEAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "xiaomi/mimo-v2.5",
    "messages": [{"role":"user","content":"Hello"}]
  }'