Xiaomi MiMo / mimo/mimo-v2-pro

MiMo V2 Pro - access through LLMTR

This legacy MiMo Pro identifier is automatically forwarded to `mimo/mimo-v2.5-pro` starting 2026-06-01. After 2026-06-30, API requests receive `model_retired`; use `mimo/mimo-v2.5-pro` for new and existing integrations.

Technical specifications

Canonical IDmimo/mimo-v2-pro
ProviderXiaomi MiMo
Context window1,000,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiesweb_search, text

Pricing

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

Related models