mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
b91622e7fe
Co-authored-by: Danny Kopping <danny@coder.com>
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
# Kilo Code
|
|
|
|
Kilo Code allows you to configure providers via the UI and can be set up to use AI Bridge.
|
|
|
|
## Configuration
|
|
|
|
<div class="tabs">
|
|
|
|
### OpenAI Compatible
|
|
|
|
1. Open Kilo Code in VS Code.
|
|
1. Go to **Settings**.
|
|
1. **Provider**: Select **OpenAI**.
|
|
1. **Base URL**: Enter `https://coder.example.com/api/v2/aibridge/openai/v1`.
|
|
1. **API Key**: Enter your **[Coder Session Token](../../../admin/users/sessions-tokens.md#generate-a-long-lived-api-token-on-behalf-of-yourself)**.
|
|
1. **Model ID**: Enter the model you wish to use (e.g., `gpt-5.2-codex`).
|
|
|
|

|
|
|
|
### Anthropic
|
|
|
|
1. Open Kilo Code in VS Code.
|
|
1. Go to **Settings**.
|
|
1. **Provider**: Select **Anthropic**.
|
|
1. **Base URL**: Enter `https://coder.example.com/api/v2/aibridge/anthropic`.
|
|
1. **API Key**: Enter your **Coder Session Token**.
|
|
1. **Model ID**: Select your desired Claude model.
|
|
|
|

|
|
|
|
</div>
|
|
|
|
**References:** [Kilo Code Configuration](https://kilocode.ai/docs/ai-providers/openai-compatible)
|