Kilo Code
Prerequisites
- A CloudBase environment with its Environment ID (
ENV_ID) - A Token Resource Pack purchased
- Enable the required models in Console → AI → Text Models
- A CloudBase API Key (Console → Environment Settings → API Key)
Configuration Steps
- Open VS Code, click the Kilo Code icon in the sidebar, and go to settings
- In the API Provider dropdown, select
OpenAI Compatible - Enter the Base URL:
https://<ENV_ID>.api.tcloudbasegateway.com/v1/ai/cloudbase - Enter the API Key: your CloudBase environment API Key
- Enter the Model ID:
hy3-preview - 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.