Skip to content

Cline, Kilo Code, Roo Code & Other Tools

Since we support all models through the OpenAI Completions API (https://api.bumo.ai/v1/chat/completions), you just need to add a custom provider in the corresponding tool.

OpenAI Completions Format Custom Provider Configuration

  • Base URL: https://api.bumo.ai/v1
  • API KEY: Enter the API KEY obtained from the platform (to specify a model, add a suffix to the Key, e.g. sk-xxx-moonshot/kimi-k2)
  • Models: All listed models are supported

Kilo Code Integration

  1. Open VSCode and go to the Kilo Code plugin settings.
  2. Click Use custom base URL.
  3. Fill in the configuration:
    • API Provider: Select OpenAI Compatible
    • Base URL: Enter https://api.bumo.ai/v1
    • API Key: Enter your Key (add model suffix if needed)
    • Model ID: Any value (e.g. default)

Cline / Roo Code Integration

The configuration for Cline and Roo Code is similar to Kilo Code:

  1. In the settings, set API Provider to OpenAI Compatible.
  2. Set Base URL to https://api.bumo.ai/v1.
  3. Set API Key to your Key with model suffix.
  4. Set Model ID to any value (using the actual model name as a note is recommended).