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>
1.4 KiB
1.4 KiB
Roo Code
Roo Code allows you to configure providers via the UI and can be set up to use AI Bridge.
Configuration
Roo Code allows you to configure providers via the UI.
OpenAI Compatible
- Open Roo 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 Roo 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.
Notes
- If you encounter issues with the OpenAI provider type, use OpenAI Compatible to ensure correct endpoint routing.
- Ensure your Coder deployment URL is reachable from your VS Code environment.
References: Roo Code Configuration Profiles
