MiMo 2.5
Xiaomi MiMo 2.5 multimodal foundation model free via OpenCode Zen gateway.
Updated 8/31/20262 code examples
About the Model
为什么选择 MiMo 2.5?
MiMo 2.5 是小米自研的旗舰级多模态大语言模型,在中文语义理解、复杂推理以及端侧多设备协同上具备卓越表现。
How to Access for Free (via OpenCode Zen)
限时免费试用说明
OpenCode Zen 为注册开发者提供 Pay-as-you-go 网关服务。账户完成首次充值激活后,即可免费调用 Nemotron、Big Pickle 等限时免费模型。充值金额保留在个人账户余额中,可用于其他付费模型消耗。
账户激活注意事项
OpenCode Zen 网关要求账户必须完成一次首充充值激活后,方可免费调用 Nemotron、Big Pickle 等限时免费模型。充值金额保留在个人账户余额中,可用于其他付费模型消耗。
Try it in your browser
Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.
Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.
Code Examples
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 MiMo!"}]
}'
Community Feedback
Comments are tied to your GitHub account — sign in to join the discussion.