mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
b91622e7fe
Co-authored-by: Danny Kopping <danny@coder.com>
1.3 KiB
1.3 KiB
Cline
Cline supports both OpenAI and Anthropic models and can be configured to use AI Bridge by setting providers.
Configuration
To configure Cline to use AI Bridge, follow these steps:

OpenAI Compatible
- Open Cline in VS Code.
- Go to Settings.
- API Provider: Select OpenAI Compatible.
- Base URL: Enter
https://coder.example.com/api/v2/aibridge/openai/v1. - OpenAI Compatible API Key: Enter your Coder Session Token.
- Model ID (Optional): Enter the model you wish to use (e.g.,
gpt-5.2-codex).
Anthropic
- Open Cline in VS Code.
- Go to Settings.
- API Provider: Select Anthropic.
- Anthropic API Key: Enter your Coder Session Token.
- Base URL: Enter
https://coder.example.com/api/v2/aibridge/anthropicafter checking Use custom base URL. - Model ID (Optional): Select your desired Claude model.
References: Cline Configuration

