Xiaomi MiMo
Xiaomi MiMo is the API platform for MiMo models. It provides REST APIs compatible with OpenAI and Anthropic formats and uses API keys for authentication. Create your API key in the Xiaomi MiMo console. Fased uses thexiaomi provider with a Xiaomi MiMo API key.
Model overview
- mimo-v2.5-pro: current default, reasoning + image input, 1M-token context.
- mimo-v2.5: current balanced model, reasoning + image input, 1M-token context.
- mimo-v2-pro: large-context reasoning text model.
- mimo-v2-omni: multimodal model with text and image input.
- mimo-v2-flash: fast lower-cost text model.
- Base URL:
https://api.xiaomimimo.com/v1 - API: OpenAI-compatible chat completions.
- Authorization:
Bearer $XIAOMI_API_KEY
CLI setup
Config snippet
Notes
- Default model ref:
xiaomi/mimo-v2.5-pro. - Fast model ref:
xiaomi/mimo-v2-flash. - The provider is injected automatically when
XIAOMI_API_KEYis set (or an auth profile exists). - See /concepts/model-providers for provider rules.