mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
b91622e7fe
Co-authored-by: Danny Kopping <danny@coder.com>
1.1 KiB
1.1 KiB
Kilo Code
Kilo Code allows you to configure providers via the UI and can be set up to use AI Bridge.
Configuration
OpenAI Compatible
- Open Kilo Code in VS Code.
- Go to Settings.
- Provider: Select OpenAI.
- Base URL: Enter
https://coder.example.com/api/v2/aibridge/openai/v1. - API Key: Enter your Coder Session Token.
- Model ID: Enter the model you wish to use (e.g.,
gpt-5.2-codex).
Anthropic
- Open Kilo Code in VS Code.
- Go to Settings.
- Provider: Select Anthropic.
- Base URL: Enter
https://coder.example.com/api/v2/aibridge/anthropic. - API Key: Enter your Coder Session Token.
- Model ID: Select your desired Claude model.
References: Kilo Code Configuration

