Models Xiaomi Xiaomi: MiMo-V2-Pro
XI

Xiaomi: MiMo-V2-Pro

xiaomi/mimo-v2-pro
1M tokens
Context
$1.00/M tokens
Input
$3.00/M tokens
Output
Th3 18, 2026
Released

Mô tả

MiMo-V2-Pro is Xiaomi's flagship foundation model, featuring over 1T total parameters and a 1M context length, deeply optimized for agentic scenarios. It is highly adaptable to general agent frameworks like OpenClaw. It ranks among the global top tier in the standard PinchBench and ClawBench benchmarks, with perceived performance approaching that of Opus 4.6. MiMo-V2-Pro is designed to serve as the brain of agent systems, orchestrating complex workflows, driving production engineering tasks, and delivering results reliably.

Nhà cung cấp

Xiaomi

🚀 Dùng thử ngay

Trải nghiệm Xiaomi: MiMo-V2-Pro miễn phí với AI Agent trực tuyến — không cần cài đặt.

Tạo AI Agent Online →

🔑 Tích hợp qua API

Tạo API Key để gọi Xiaomi: MiMo-V2-Pro từ ứng dụng của bạn qua BizCity API.

Tạo API Key →
Quickstart — cURL
curl https://bizgpt.vn/wp-json/bizcity/v1/llm/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "xiaomi/mimo-v2-pro",
    "messages": [{"role":"user","content":"Hello!"}]
  }'