Xiaomi MiMo / mimo/mimo-v2.5-pro

MiMo V2.5 Pro - access through LLMTR

The flagship MiMo 2.5 option for teams that want long context, tool use, and stronger output quality. This is the new canonical identifier replacing `mimo/mimo-v2-pro` and uses current pay-as-you-go pricing.

Technical specifications

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

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-pro","messages":[{"role":"user","content":"Hello"}]}'

Related models