Integrate with Kilo Code

June 29, 2026 · View on GitHub

English | 简体中文 · ← Back

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 ModeDescriptionHow to Get Credentials
Pay-as-you-goBilled by actual usage, suitable for light useGo to API Keys and create an API Key
Token PlanFixed subscription with quota-based accessAfter 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:

ProviderUsage Mode
XiaomiPay-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