Skip to content

Commit e8bf074

Browse files
authored
chore: update AI client compatibility table in AI Bridge documentation (#20915)
1 parent 7fd9a45 commit e8bf074

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/ai-coder/ai-bridge/client-config.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -94,23 +94,23 @@ Users can generate a long-lived API key from the Coder UI or CLI. Follow the ins
9494

9595
The table below shows tested AI clients and their compatibility with AI Bridge. Click each client name for vendor-specific configuration instructions. Report issues or share compatibility updates in the [aibridge](https://github.com/coder/aibridge) issue tracker.
9696

97-
| Client | OpenAI support | Anthropic support | Notes |
98-
|-------------------------------------------------------------------------------------------------------------------------------------|----------------|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
99-
| [Claude Code](https://docs.claude.com/en/docs/claude-code/settings#environment-variables) | - || Works out of the box and can be preconfigured in templates. |
100-
| Claude Code (VS Code) | - || May require signing in once; afterwards respects workspace environment variables. |
101-
| [Cursor](https://cursor.com/docs/settings/api-keys) | ⚠️ | | Only non-reasoning models like `gpt-4.1` are available when using a custom endpoint. Requests still transit Cursor's cloud. There is no central admin setting to configure this. |
102-
| [Roo Code](https://docs.roocode.com/features/api-configuration-profiles#creating-and-managing-profiles) ||| Use the **OpenAI Compatible** provider with the legacy format to avoid `/v1/responses`. |
103-
| [Codex CLI](https://github.com/openai/codex/blob/main/docs/config.md#model_providers) || N/A | `gpt-5-codex` support is [in progress](https://github.com/coder/aibridge/issues/16). |
104-
| [GitHub Copilot (VS Code)](https://code.visualstudio.com/docs/copilot/customization/language-models#_add-an-openaicompatible-model) ||| Requires the pre-release extension. Anthropic endpoints are not supported. |
105-
| [Goose](https://block.github.io/goose/docs/getting-started/providers/#available-providers) ||| |
106-
| [Goose Desktop](https://block.github.io/goose/docs/getting-started/providers/#available-providers) ||| |
107-
| WindSurf ||| No option to override the base URL. |
108-
| Sourcegraph Amp ||| No option to override the base URL. |
109-
| Kiro ||| No option to override the base URL. |
110-
| [Copilot CLI](https://github.com/github/copilot-cli/issues/104) ||| No support for custom base URLs and uses a `GITHUB_TOKEN` for authentication. |
111-
| [Kilo Code](https://kilocode.ai/docs/features/api-configuration-profiles#creating-and-managing-profiles) ||| Similar to Roo Code. |
112-
| Gemini CLI ||| Not supported yet. |
113-
| [Amazon Q CLI](https://aws.amazon.com/q/) ||| Limited to Amazon Q subscriptions; no custom endpoint support. |
97+
| Client | OpenAI support | Anthropic support | Notes |
98+
|-------------------------------------------------------------------------------------------------------------------------------------|----------------|-------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|
99+
| [Claude Code](https://docs.claude.com/en/docs/claude-code/settings#environment-variables) | - || Works out of the box and can be preconfigured in templates. |
100+
| Claude Code (VS Code) | - || May require signing in once; afterwards respects workspace environment variables. |
101+
| Cursor ||| Support dropped for `v1/chat/completions` endpoints; `v1/responses` support is in progress [#16](https://github.com/coder/aibridge/issues/16) |
102+
| [Roo Code](https://docs.roocode.com/features/api-configuration-profiles#creating-and-managing-profiles) ||| Use the **OpenAI Compatible** provider with the legacy format to avoid `/v1/responses`. |
103+
| [Codex CLI](https://github.com/openai/codex/blob/main/docs/config.md#model_providers) || N/A | `gpt-5-codex` support is [in progress](https://github.com/coder/aibridge/issues/16). |
104+
| [GitHub Copilot (VS Code)](https://code.visualstudio.com/docs/copilot/customization/language-models#_add-an-openaicompatible-model) ||| Requires the pre-release extension. Anthropic endpoints are not supported. |
105+
| [Goose](https://block.github.io/goose/docs/getting-started/providers/#available-providers) ||| |
106+
| [Goose Desktop](https://block.github.io/goose/docs/getting-started/providers/#available-providers) ||| |
107+
| WindSurf ||| No option to override the base URL. |
108+
| Sourcegraph Amp ||| No option to override the base URL. |
109+
| Kiro ||| No option to override the base URL. |
110+
| [Copilot CLI](https://github.com/github/copilot-cli/issues/104) ||| No support for custom base URLs and uses a `GITHUB_TOKEN` for authentication. |
111+
| [Kilo Code](https://kilocode.ai/docs/features/api-configuration-profiles#creating-and-managing-profiles) ||| Similar to Roo Code. |
112+
| Gemini CLI ||| Not supported yet. |
113+
| [Amazon Q CLI](https://aws.amazon.com/q/) ||| Limited to Amazon Q subscriptions; no custom endpoint support. |
114114

115115
Legend: ✅ works, ⚠️ limited support, ❌ not supported, ❓ not yet verified, — not applicable.
116116

0 commit comments

Comments
 (0)