MiMo-V2.5-Pro

MiMo-V2.5-Pro

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

Top-tier model for agentic workflows, complex software engineering, and long-horizon tasks, sustaining work across 1000+ tool calls on 1M context.

At a glance

FieldValue
Model idmimo-v2-5-pro
Input modalitiestext, image, audio
Output modalitiestext
Context window1M
Region
Featuresvision, reasoning, agentic
NewYes
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
Notesinput >256K2x pricing

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

Parameters

ParameterTypeRequiredDefaultDescription
temperaturenumberno0.7Sampling temperature · Range: 0 – 2
top_pnumberno1Nucleus sampling · Range: 0 – 1
max_tokensnumberno4096Max output tokens · Range: 1 – 65536
frequency_penaltynumberno0Range: -2 – 2
presence_penaltynumberno0Range: -2 – 2
streambooleannofalseServer-Sent Events streaming
stopstringnoComma-separated stop sequences
disable_formattingbooleannofalseReturn raw upstream response with no formatting wrappers

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