Home / Text Generation / MiMo V2.5 Free

Free MiMo V2.5 Free API

Updated 7/29/2026

小米 Mimo 团队研发的大语言模型,由 OpenCode 平台托管并限时免费开放。

About the Model

为什么要选择 MiMo V2.5 Free?

MiMo V2.5 Free 是由 OpenCode 平台托管的小米 Mimo 官方模型版本。

核心优势与特点

  • 优秀的多语言与逻辑能力:在中文语境、逻辑对话和基础代码编写上表现优异。
  • 稳定的 OpenAI 接口支持:通过 OpenCode Zen 网关轻松接入各种客户端与 Agent 工具。
  • 限时免费试用:免费期内无需支付任何 Token 费用。

How to call MiMo V2.5 Free

curl
curl https://opencode.ai/zen/v1/chat/completions \
  -H "Authorization: Bearer $OPENCODE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mimo-v2-5-free",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
python
from openai import OpenAI

client = OpenAI(
    base_url="https://opencode.ai/zen/v1",
    api_key="YOUR_OPENCODE_API_KEY",
)

response = client.chat.completions.create(
    model="mimo-v2-5-free",
    messages=[{"role": "user", "content": "Write a python function."}],
)
print(response.choices[0].message.content)

Provider Details

The following platforms provide free access to MiMo V2.5 Free through free tiers, trial credits, or daily quotas.

ProviderContext WindowFree QuotaRequires CCTrustAction
OpenCode ZenN/AUnlimitedNo
Trust 95
Details

Frequently Asked Questions

Is MiMo V2.5 Free free to use?

Yes. MiMo V2.5 Free 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 — OpenCode Zen: Unlimited.

How do I get a free MiMo V2.5 Free API key?

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

Which providers offer MiMo V2.5 Free for free?

MiMo V2.5 Free is currently available for free via: OpenCode Zen.

Know another free provider for MiMo V2.5 Free?

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