Xiaomi MiMo Setup
Get API Key
MiMo models are available through SiliconFlow (recommended).
- Visit SiliconFlow
- Sign up and log in
- Go to "API Keys" page
- Create a new API Key
Add Channel in CCX
Via SiliconFlow
| Field | Value |
|---|---|
| Name | MiMo (SiliconFlow) |
| Service Type | openai |
| Base URL | https://api.siliconflow.cn/v1 |
| API Keys | Your SiliconFlow API Key |
Steps
- Go to CCX admin console, select Chat endpoint
- Click "Add Channel"
- Set service type to
OpenAI Chat - Set Base URL to
https://api.siliconflow.cn/v1 - Paste your API Key
- Save
Model Mapping (Optional)
json
{
"mimo-pro": "XiaomiMiMo/MiMo-V2.5-Pro",
"mimo": "XiaomiMiMo/MiMo-V2.5",
"mimo-flash": "XiaomiMiMo/MiMo-V2-Flash"
}Available Models
| Model | Description |
|---|---|
XiaomiMiMo/MiMo-V2.5-Pro | Latest flagship, 1.02T total / 42B active |
XiaomiMiMo/MiMo-V2.5 | 310B total / 15B active, native multimodal |
XiaomiMiMo/MiMo-V2-Flash | 309B total / 15B active, fast inference |
TIP
Model IDs on SiliconFlow use the format Organization/ModelName. Use the full identifier.
Notes
- MiMo is accessed through OpenAI-compatible platforms
- SiliconFlow China:
https://api.siliconflow.cn/v1 - SiliconFlow International:
https://api.siliconflow.com/v1 - MiMo is a reasoning model that supports
reasoning_contentfield - SiliconFlow also provides an Anthropic-compatible endpoint (
/anthropic/v1/messages)