MiMo-V2.6-Flash

全模态、高智能、低成本的高效推理模型,面向专业办公中的高频调用与规模化任务的最佳均衡之选。

模型规格

模态

输入模态文本、图像、视频、音频
输出模态文本

模型能力

全模态理解
深度思考
工具调用
流式输出
联网搜索
结构化输出
上下文缓存

性能

上下文长度1M tokens
最大输出长度128K tokens
RPM100
TPM10M

模型价格

人民币

输入(缓存命中)
¥ 0.02元/百万 tokens
输入(缓存未命中)
¥ 1元/百万 tokens
输出
¥ 2元/百万 tokens

美元

输入(缓存命中)
$0.0028美元/百万 tokens
输入(缓存未命中)
$0.14美元/百万 tokens
输出
$0.28美元/百万 tokens

模型优势

原生全模态

支持图像、视频、音频、文本联合输入与理解。

Pareto前沿

真实工作流体验比肩行业主流 Pro 级模型,并具有更优的 token 效率。

面向日常任务

支持 1M 超长上下文,适配多模态混合输入、多 Agent 协同工作场景。

模型 x Harness 协同

基于真实 Harness 环境优化,可无缝适配 MiMo Desktop 等 Agent Harness 应用。

Benchmark

选择适合你的接入方式

按量计费 API 接入

1

控制台充值

预充值模式,按实际 Token 消耗扣费,余额实时可查。

2

获取 API Key

在控制台创建账号,生成专属 API Key。

3

示例代码

接口格式兼容 OpenAI 和 Anthropic 协议,现有项目仅需修改 base_url 和 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 订阅

1

购买套餐

包月/包年订阅,覆盖 mimo-v2.6-pro、mimo-v2.6-flash 及 MiMo V2.5 全系模型,高用量场景性价比显著优于按量计费。

2

获取 Token Plan 专属 API Key

订阅后在控制台 Token Plan 页生成专属 API Key,与按量计费 Key 相互独立。

3

快速接入

API 格式与按量计费完全一致,替换 Key 及 base URL 即可切换。支持 Claude Code、Cline 等主流 AI 工具直接配置。

在 MiMo Claw 中使用

MiMo Claw 搭载 MiMo 最新旗舰模型、同时支持最新多模态理解与语音系列大模型,可以在 TokenPlan 各个档位中一键添加进行订阅,提供限时免费体验。

Copyright©2026 Xiaomi. All Rights Reserved | Cookie Policy | Cookie Preferences

We use cookies and similar technologies of our own to ensure the proper functioning of the website, customize content according to user preferences and analyze users' interactions on the website, as well as their browsing habits. You can find more information in our Cookie Policy. Select an option or go to Cookie Settings to manage your preferences. Learn More.