Xiaomi MiMo / mimo/mimo-v2.5

MiMo V2.5 - access through LLMTR

A balanced choice for teams that want richer multimodal assistant behavior in one model. This is the new canonical identifier replacing `mimo/mimo-v2-omni` and `mimo/mimo-v2-flash`.

Technical specifications

Canonical IDmimo/mimo-v2.5
ProviderXiaomi MiMo
Context window1,000,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, image, audio, video

Pricing

An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSREQUESTPER_1K_CALLS$5.00

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"mimo/mimo-v2.5","messages":[{"role":"user","content":"Hello"}]}'

Related models