MiMo-V2-Pro

MiMo-V2-Pro

Provider: Xiaomi
Category: Text Generation
Endpoint: POST /v1/chat/completions
Context window: 1M
Served from:

Reasoning and agentic foundation model on a trillion-parameter MoE (42B active) with up to 1M-token context for complex coding and agent work.

At a glance

FieldValue
Model idmimo-v2-pro
Input modalitiestext, image
Output modalitiestext
Context window1M
Region
Featuresvision, reasoning
NewNo
Native inferenceNo

Pricing

ChargeSpecRate
Input≤256K, per 1M tokens$1.00
Input256K-1M, per 1M tokens$2.00
Output≤256K, per 1M tokens$3.00
Output256K-1M, per 1M tokens$6.00
Web Searchper call$0.015

Example request

$curl https://api.empiriolabs.ai/v1/chat/completions \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "mimo-v2-pro", "messages": [{"role":"user","content":"Hello"}]}'

Parameters

ParameterTypeRequiredDefaultDescription
deep_thinkingbooleannotrueEnable extended chain-of-thought reasoning
web_search_enabledbooleannofalseAllow real-time web search
web_search_forcebooleannofalseForce at least one web search
web_search_max_keywordnumberno3Range: 1 – 5
web_search_limitnumberno5Range: 1 – 10
temperaturenumberno0.7Range: 0 – 1
top_pnumberno1Range: 0 – 1
max_tokensnumberno4096Range: 1 – 32768
disable_formattingbooleannofalse

Live machine-readable schema is also available at GET https://api.empiriolabs.ai/v1/models/mimo-v2-pro.