Integrate with Zoo Code

June 29, 2026 · View on GitHub

English | 简体中文 · ← Back

Integrate with Zoo Code

Zoo Code is an AI coding assistant that runs as a VS Code extension, supporting multiple API providers and models. It is a community-maintained fork that continues the discontinued Roo Code project. MiMo integrates with Zoo Code via the OpenAI-compatible protocol.

Prerequisites

Both Pay-as-you-go API and Token Plan are supported with Zoo 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 Zoo Code Extension

  • Open VS Code.
  • Click the Extensions icon in the activity bar (or press Ctrl+Shift+X / Cmd+Shift+X).
  • Search for Zoo Code.
  • Find the Zoo Code extension (published by Zoo Code Organization) in the results and click Install.
  • After installation, open Zoo Code from the icon in the activity bar.

For VS Code-compatible editors without the Marketplace (such as VSCodium or Windsurf), install Zoo Code from the Open VSX Registry using the same steps.

2. Configure API Provider

In the Zoo Code settings, configure the provider as follows:

  • Select API Provider as OpenAI Compatible.
  • Enter your MiMo API credentials:

Pay-as-you-go

Go to API Keys and create an API Key (format: sk-xxxxx).

  • Base URL: https://api.xiaomimimo.com/v1
  • API Key: your MiMo API Key
  • Model ID: mimo-v2.5-pro

Token Plan

After subscribing, go to Subscription Management to get your dedicated Base URL and API Key (format: tp-xxxxx).

Replace {region} with the cluster shown in your Subscription Management page (cn for China, sgp for Singapore, ams for Europe).

  • Base URL: https://token-plan-{region}.xiaomimimo.com/v1
  • API Key: your Token Plan API Key
  • Model ID: mimo-v2.5-pro

Supported Models

Model IDDescription
mimo-v2.5-proText generation, strongest reasoning
mimo-v2.5Multimodal (text + image input)

See the Model List for all available models.

(Optional) Expand Model Configuration to adjust context window size, max output tokens, pricing, and other limits. MiMo V2.5 Pro supports up to 1 million tokens of context.

3. Use Zoo Code

After configuration, you can start using Zoo Code with MiMo in VS Code. Open Zoo Code from the activity bar and begin chatting. Switch between Code, Architect, Ask, and Debug modes depending on your task.

Resources