Xiaomi MiMo / mimo/mimo-v2-omni

MiMo V2 Omni - access through LLMTR

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

Technical specifications

Canonical IDmimo/mimo-v2-omni
ProviderXiaomi MiMo
Context window256,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiesweb_search, text, image

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

Related models