Xiaomi MiMo / mimo/mimo-v2-flash

MiMo V2 Flash - access through LLMTR

An economical choice for chat, assistant flows, support automation, and latency-sensitive integrations. It stays faster than the flagship while still supporting tools and web search.

Technical specifications

Canonical IDmimo/mimo-v2-flash
ProviderXiaomi MiMo
Context window256,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-flash","messages":[{"role":"user","content":"Hello"}]}'

Related models