MODELS / XIAOMI

MiMo M2.5

A native full-modal model supporting text, image, video, and audio understanding, with powerful Agent capabilities.

TEXTREASONINGREASONINGTOOL-USEIMPLICIT-CACHINGFILE-INPUTVISION
1.1M
CONTEXT WINDOW
131.1K
MAX OUTPUT TOKENS
$0.14 / 1M tokens
INPUT PRICE
$0.28 / 1M tokens
OUTPUT PRICE
QUICKSTART

Call it in one request.

OpenAI-compatible — change the base URL, and the setup is complete.

SHELL
curl https://enterprise.blackbox.ai/v1/chat/completions \
  -H "Authorization: Bearer $BLACKBOX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "blackboxai/xiaomi/mimo-v2.5",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
INPUT: audio, image, text, videoOUTPUT: textRELEASED: 2026-04-22