Xiaomi MiMo
Xiaomi MiMo is the API platform for MiMo models. OpenClaw uses the Xiaomi OpenAI-compatible endpoint with API-key authentication. Create your API key in the Xiaomi MiMo console, then configure the bundledxiaomi provider with that key.
Model overview
- mimo-v2-flash: default text model, 262144-token context window
- mimo-v2-pro: reasoning text model, 1048576-token context window
- mimo-v2-omni: reasoning multimodal model with text and image input, 262144-token context window
- Base URL:
https://api.xiaomimimo.com/v1 - API:
openai-completions - Authorization:
Bearer $XIAOMI_API_KEY
CLI setup
Config snippet
Notes
- Default model ref:
xiaomi/mimo-v2-flash. - Additional built-in models:
xiaomi/mimo-v2-pro,xiaomi/mimo-v2-omni. - The provider is injected automatically when
XIAOMI_API_KEYis set (or an auth profile exists). - See /concepts/model-providers for provider rules.
This page is sourced from openclaw/openclaw.