Model Specs
Modality
Capabilities
Performance
Model Pricing
CNY
USD
Strengths
Native Full Modality
Joint input and understanding of images, video, audio, and text
Pareto Frontier
Matches leading Pro-tier models on real-world workflows, with superior token efficiency
Built for Everyday Tasks
1M-token context window, suited for mixed-modality input and multi-agent collaboration
Model x Harness Synergy
Optimized on real harness environments—drop-in ready for agent harnesses like MiMo Desktop
Get Access
Pay-As-You-Go API
Sample Code
Compatible with both OpenAI and Anthropic protocols. Migrate existing projects by updating base_url and model.
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ.get("MIMO_API_KEY"),
base_url="https://api.xiaomimimo.com/v1"
)
completion = client.chat.completions.create(
model="mimo-v2.6-flash",
messages=[
{
"role": "system",
"content": "You are MiMo, an AI assistant developed by Xiaomi. Today is date: Tuesday, December 16, 2025. Your knowledge cutoff date is December 2024."
},
{
"role": "user",
"content": "please introduce yourself"
}
],
max_completion_tokens=1024,
stream=False,
extra_body={
"thinking": {"type": "disabled"}
}
)
print(completion.model_dump_json())Token Plan Subscription
Use in MiMo Claw
MiMo Claw is equipped with MiMo's latest flagship model, and supports both the latest multimodal understanding and voice series large language models. It can be added with one click for subscription across all tiers of TokenPlan, and is currently available for a limited-time free trial.