Home / Text Generation / Mimo V2.5 (Đa phương thức)

Free Mimo V2.5 (Đa phương thức) API

Updated 5/11/2026

Xiaomi's 310B parameter multimodal model with native understanding of text, image, video, and audio.

About the Model

为什么要选择 MiMo V2.5 (全模态)?

相比于纯文本的 Pro 版本,标准版 V2.5 主打极速推理与多模态原生理解。它能够像人一样直接看图、看视频、听声音,非常适合需要多媒体处理能力的应用。

核心优势与特点

  • 原生全模态支持:不仅懂文字,还能直接处理图像、视频帧和音频流,无需经过第三方模型中转。
  • 极速输出体验:内部采用了独家的『原生多预测 (MTP)』技术与混合滑动窗口注意力机制 (Hybrid Attention),不仅节省了近 7 倍的内存显存占用,更让输出速度起飞。
  • 超大上下文:与 Pro 版同样支持高达 1,000,000 (1M) Tokens 的长文本输入。
  • 极高性价比:相较于旗舰版,输入价格大幅度下降(仅需 $0.40 / 1M Tokens)。

How to call Mimo V2.5 (Đa phương thức)

python
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.5",
    messages=[
        {
            "role": "user", 
            "content": [
                {"type": "text", "text": "What's in this image?"},
                {
                    "type": "image_url",
                    "image_url": {
                        "url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg",
                    },
                },
            ],
        }
    ],
)
print(completion.choices[0].message.content)

Provider Details

The following platforms provide free access to Mimo V2.5 (Đa phương thức) through free tiers, trial credits, or daily quotas.

ProviderContext WindowFree QuotaRequires CCTrustAction
XiaomiN/AMonthly Credits
$2/mo
No
Trust 90
Details

Frequently Asked Questions

Is Mimo V2.5 (Đa phương thức) free to use?

Yes. Mimo V2.5 (Đa phương thức) is available for free through 1 provider(s) listed below, with no purchase required.

What are the rate limits and quotas?

Free access varies by provider — Xiaomi: Monthly Credits.

How do I get a free Mimo V2.5 (Đa phương thức) API key?

Sign up with Xiaomi, then create an API key from your dashboard. See the provider details above for the exact steps.

Which providers offer Mimo V2.5 (Đa phương thức) for free?

Mimo V2.5 (Đa phương thức) is currently available for free via: Xiaomi.

Know another free provider for Mimo V2.5 (Đa phương thức)?

Help the community by sharing other ways to access this model for free.