Xiaomi MiMo is the API platform for MiMo models. OpenClaw uses the Xiaomi OpenAI-compatible endpoint with API-key authentication.Documentation Index
Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Property | Value |
|---|---|
| Provider | xiaomi |
| Auth | XIAOMI_API_KEY |
| API | OpenAI-compatible |
| Base URL | https://api.xiaomimimo.com/v1 |
Getting started
Get an API key
Create an API key in the Xiaomi MiMo console.
Built-in catalog
| Model ref | Input | Context | Max output | Reasoning | Notes |
|---|---|---|---|---|---|
xiaomi/mimo-v2-flash | text | 262,144 | 8,192 | No | Default model |
xiaomi/mimo-v2-pro | text | 1,048,576 | 32,000 | Yes | Large context |
xiaomi/mimo-v2-omni | text, image | 262,144 | 32,000 | Yes | Multimodal |
Text-to-speech
The bundledxiaomi plugin also registers Xiaomi MiMo as a speech provider for
messages.tts. It calls Xiaomi’s chat-completions TTS contract with the text as
an assistant message and optional style guidance as a user message.
| Property | Value |
|---|---|
| TTS id | xiaomi (mimo alias) |
| Auth | XIAOMI_API_KEY |
| API | POST /v1/chat/completions with audio |
| Default | mimo-v2.5-tts, voice mimo_default |
| Output | MP3 by default; WAV when configured |
mimo_default, default_zh, default_en,
Mia, Chloe, Milo, and Dean. mimo-v2-tts is supported for older MiMo
TTS accounts; the default uses the current MiMo-V2.5 TTS model. For voice-note
targets such as Feishu and Telegram, OpenClaw transcodes Xiaomi output to 48kHz
Opus with ffmpeg before delivery.
Config example
Auto-injection behavior
Auto-injection behavior
The
xiaomi provider is injected automatically when XIAOMI_API_KEY is set in your environment or an auth profile exists. You do not need to manually configure the provider unless you want to override model metadata or the base URL.Model details
Model details
- mimo-v2-flash — lightweight and fast, ideal for general-purpose text tasks. No reasoning support.
- mimo-v2-pro — supports reasoning with a 1M token context window for long-document workloads.
- mimo-v2-omni — reasoning-enabled multimodal model that accepts both text and image inputs.
All models use the
xiaomi/ prefix (for example xiaomi/mimo-v2-pro).Troubleshooting
Troubleshooting
- If models do not appear, confirm
XIAOMI_API_KEYis set and valid. - When the Gateway runs as a daemon, ensure the key is available to that process (for example in
~/.openclaw/.envor viaenv.shellEnv).
Related
Model selection
Choosing providers, model refs, and failover behavior.
Configuration reference
Full OpenClaw configuration reference.
Xiaomi MiMo console
Xiaomi MiMo dashboard and API key management.