Integrate with Kilo Code
June 29, 2026 · View on GitHub
Integrate with Kilo Code
Kilo Code is an AI coding assistant available as a CLI and editor extension.
Prerequisites
Both Pay-as-you-go API and Token Plan are supported with Kilo Code. You need to obtain the corresponding credentials before configuration.
| Usage Mode | Description | How to Get Credentials |
|---|---|---|
| Pay-as-you-go | Billed by actual usage, suitable for light use | Go to API Keys and create an API Key |
| Token Plan | Fixed subscription with quota-based access | After subscribing, go to Subscription Management to get your dedicated Base URL and API Key |
1. Install Kilo Code CLI
- Install Node.js.
- Run the following command in your terminal to install Kilo Code CLI:
npm install -g @kilocode/cli
- After installation, run the following command. If the version number is displayed, the installation is successful:
kilo --version
2. Run Kilo Code
Enter the project directory and run kilo:
cd /path/to/my-project
kilo
3. Connect the MiMo Provider
Type /connect in the command bar to open the Connect Provider panel. Search for xiaomi to filter the provider list:
| Provider | Usage Mode |
|---|---|
| Xiaomi | Pay-as-you-go |
| Xiaomi Token Plan (China) | Token Plan — China cluster |
| Xiaomi Token Plan (Europe) | Token Plan — Europe cluster |
| Xiaomi Token Plan (Singapore) | Token Plan — Singapore cluster |
Select the provider matching your usage mode and enter your MiMo API Key when prompted.
4. Select the Model
Type /models to open the model selector and choose mimo-v2.5-pro or mimo-v2.5.
Resources
- Kilo Code — AI coding assistant CLI and extension.
- MiMo Official Website
- MiMo Platform — API key management and usage.