Home / Docs / VS Code extensions

VS Code extensions

Which VS Code AI extensions accept a custom base URL, and how to point each at the gateway.

Any extension that exposes a base-URL or custom-endpoint setting will work. Those that hardcode a vendor endpoint will not, and no gateway can change that.

ExtensionSetting to changeBase URL
ClineAPI Provider: Anthropic + custom base URLhttps://aiprimetech.io
ContinueapiBase in ~/.continue/config.jsonhttps://aiprimetech.io (anthropic) or https://aiprimetech.io/v1 (openai)
Roo CodeAnthropic provider + custom base URLhttps://aiprimetech.io
Kilo CodeOpenAI-compatible providerhttps://aiprimetech.io/v1
Any OpenAI-compatible extensionBase URL / endpoint fieldhttps://aiprimetech.io/v1
GitHub Copilot does not support custom endpoints and cannot be redirected. Use Cline or Continue alongside it if you want Claude models in VS Code.

The suffix rule, once more