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.

  1. Open Roo Code in VS Code.
  2. Go to Settings.
  3. Provider: Select OpenAI.
  4. Base URL: Enter https://coder.example.com/api/v2/aibridge/openai/v1.
  5. API Key: Enter your Coder Session Token.
  6. Model ID: Enter the model you wish to use (e.g., gpt-5.2-codex).

Roo Code OpenAI Settings

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