|
| 1 | +--- |
| 2 | +sidebar_label: MiMo |
| 3 | +description: Configure Xiaomi MiMo models in Zoo Code. Access MiMo V2.5 Pro and V2.5 for deep reasoning and tool calling with 1M context windows. |
| 4 | +keywords: |
| 5 | + - mimo |
| 6 | + - xiaomi |
| 7 | + - mimo v2.5 pro |
| 8 | + - mimo v2.5 |
| 9 | + - zoo code |
| 10 | + - api provider |
| 11 | + - reasoning ai |
| 12 | + - coding ai |
| 13 | + - tool calling |
| 14 | +--- |
| 15 | + |
| 16 | +# Using MiMo With Zoo Code |
| 17 | + |
| 18 | +Zoo Code supports accessing models through the Xiaomi MiMo API, including `mimo-v2.5-pro` and `mimo-v2.5`. MiMo models are designed for deep reasoning, tool calling, and structured output with support for up to 1 million tokens of context. |
| 19 | + |
| 20 | +**Website:** [https://platform.xiaomimimo.com/](https://platform.xiaomimimo.com/) |
| 21 | + |
| 22 | +--- |
| 23 | + |
| 24 | +## Getting an API Key |
| 25 | + |
| 26 | +1. **Sign Up/Sign In:** Go to the [MiMo Platform](https://platform.xiaomimimo.com/). Create an account or sign in. |
| 27 | +2. **Navigate to API Keys:** Find your API keys in the platform dashboard. |
| 28 | +3. **Create a Key:** Click "Create new API key". Give your key a descriptive name (e.g., "Zoo Code"). |
| 29 | +4. **Copy the Key:** **Important:** Copy the API key *immediately*. You will not be able to see it again. Store it securely. |
| 30 | + |
| 31 | +--- |
| 32 | + |
| 33 | +## Available Models |
| 34 | + |
| 35 | +Zoo Code supports the following MiMo models: |
| 36 | + |
| 37 | +| Model | Context Window | Max Output | Images | Description | |
| 38 | +|-------|---------------|------------|--------|-------------| |
| 39 | +| `mimo-v2.5-pro` (default) | 1M tokens | 131K tokens | No | Flagship reasoning model with deep thinking and tool calling | |
| 40 | +| `mimo-v2.5` | 1M tokens | 131K tokens | Yes | Full-modal model (text, image, audio, video input) with deep thinking | |
| 41 | + |
| 42 | +For the complete, up-to-date model list and capabilities, see [MiMo's API documentation](https://platform.xiaomimimo.com/docs/en-US/quick-start/model-hyperparameters). |
| 43 | + |
| 44 | +--- |
| 45 | + |
| 46 | +## Configuration in Zoo Code |
| 47 | + |
| 48 | +1. **Open Zoo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Zoo Code panel. |
| 49 | +2. **Select Provider:** Choose "Xiaomi MiMo" from the "API Provider" dropdown. |
| 50 | +3. **Enter API Key:** Paste your MiMo API key into the "MiMo API Key" field. |
| 51 | +4. **Select Model:** Choose your desired model from the "Model" dropdown. |
| 52 | +5. **(Optional) Base URL:** If you need to use a custom base URL for the MiMo API, enter it in the "Base URL" field. The default is `https://token-plan-sgp.xiaomimimo.com/v1`. Other regional endpoints are also available (e.g., `https://token-plan-cn.xiaomimimo.com/v1` for China, `https://token-plan-ams.xiaomimimo.com/v1` for Europe). |
| 53 | + |
| 54 | +--- |
| 55 | + |
| 56 | +## Tips and Notes |
| 57 | + |
| 58 | +* **Pricing:** MiMo offers competitive pricing. See the [MiMo pricing page](https://platform.xiaomimimo.com/) for current rates. Note that long-context usage (above 256K tokens) is charged at 2x the standard rate. |
| 59 | +* **Thinking Mode:** MiMo models support deep thinking mode which is enabled by default. The model reasons through complex problems step by step, improving accuracy on coding and reasoning tasks. |
| 60 | +* **Tool Calling:** MiMo models support tool calling for agentic workflows. Reasoning content is preserved across multi-turn conversations with tool calls for consistent results. |
| 61 | +* **Cache Pricing:** Cache reads are available at a discounted rate. Cache writes are currently free for a limited time. |
0 commit comments