Xiaomi MiMo
Xiaomi MiMo is the API platform for MiMo models. It provides REST APIs compatible with the Anthropic Messages format and uses API key authentication. WednesdayAI uses thexiaomi provider to connect to Xiaomi MiMo.
Prerequisites
- An API key from the Xiaomi MiMo console
Quick setup
1. Get an API key
Sign in to the Xiaomi MiMo console and create an API key. Store it on the gateway host:2. Run onboarding
3. Configure
apiKey is the name of the environment variable, not the key value itself. Keep secrets in .env, not in committed config files.XIAOMI_API_KEY is set or an auth profile exists.
Provider settings
| Setting | Value |
|---|---|
| Provider ID | xiaomi |
| Base URL | https://api.xiaomimimo.com/anthropic |
| API | Anthropic Messages compatible |
| Auth env var | XIAOMI_API_KEY |
| Auth method | Bearer token |
Verification
Available models
| Model ID | Context | Notes |
|---|---|---|
mimo-v2-flash | 262K | Anthropic Messages compatible |
xiaomi/mimo-v2-flash.
Troubleshooting
401 Unauthorized
401 Unauthorized
Model not found
Model not found
Confirm the model ID is
mimo-v2-flash (case-sensitive) and that your models.providers.xiaomi config block is present.