Skip to main content

Kilo Code

Prerequisites

  1. A CloudBase environment with its Environment ID (ENV_ID)
  2. A Token Resource Pack purchased
  3. Enable the required models in Console → AI → Text Models
  4. A CloudBase API Key (Console → Environment Settings → API Key)

Configuration Steps

  1. Open VS Code, click the Kilo Code icon in the sidebar, and go to settings
  2. In the API Provider dropdown, select OpenAI Compatible
  3. Enter the Base URL: https://<ENV_ID>.api.tcloudbasegateway.com/v1/ai/cloudbase
  4. Enter the API Key: your CloudBase environment API Key
  5. Enter the Model ID: hy3-preview
  6. Save to start using

Thinking Mode

The Hunyuan Hy3 model defaults to no_think mode (extended thinking disabled) for faster responses. To enable deep reasoning, set reasoning to true in Kilo Code's kilo.jsonc configuration file.