Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitde3d645

Browse files
committed
Improve AI Bridge documentation
- Capitalize section headings for consistency.- Use the singular form for "provider" for clarity.- Ensure document syntax matches Coder documentation style guidelines.
1 parentfee90ba commitde3d645

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The configuration is the same: point the tool to the AI Bridge [base URL](#base-
7373

7474
Users can generate a long-lived API key from the Coder UI or CLI. Follow the instructions at[Sessions and API tokens](../../admin/users/sessions-tokens.md#generate-a-long-lived-api-token-on-behalf-of-yourself) to create one.
7575

76-
##Testedclients
76+
##TestedClients
7777

7878
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.
7979

@@ -97,7 +97,7 @@ The table below shows tested AI clients and their compatibility with AI Bridge.
9797

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

100-
###Compatibilityoverview
100+
###CompatibilityOverview
101101

102102
Most AI coding assistants can use AI Bridge, provided they support custom base URLs. Client-specific requirements vary:
103103

‎docs/ai-coder/ai-bridge/index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you are an administrator or devops leader looking to:
3030

3131
We advise trying AI Bridge as self-hosted proxy to monitor LLM usage agnostically across AI powered IDEs like Cursor and headless agents like Claude Code.
3232

33-
##Known Issues / Limitations
33+
##Known Issues
3434

3535
- GPT-5 Codex currently does not work with AI Bridge due to missing`v1/responses` endpoint:https://github.com/coder/aibridge/issues/16
3636
- Claude Code web searches do not report correctly:https://github.com/coder/aibridge/issues/11

‎docs/ai-coder/ai-bridge/setup.md‎

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AI Bridge runs inside the Coder control plane, requiring no separate compute to
66

77
1. A**premium** licensed Coder deployment
88
1. Feature must be[enabled](#activation) using the server flag
9-
1. One or more[provider](#configure-providers) API key(s) must be configured
9+
1. One or more[providers](#configure-providers) API key(s) must be configured
1010

1111
##Activation
1212

@@ -18,10 +18,12 @@ CODER_AIBRIDGE_ENABLED=true coder server
1818
coder server --aibridge-enabled=true
1919
```
2020

21-
##Configureproviders
21+
##ConfigureProviders
2222

2323
AI Bridge proxies requests to upstream LLM APIs. Configure at least one provider before exposing AI Bridge to end users.
2424

25+
<divclass="tabs">
26+
2527
###OpenAI
2628

2729
Set the following when routing OpenAI-compatible traffic through AI Bridge:
@@ -40,7 +42,7 @@ Set the following when routing Anthropic-compatible traffic through AI Bridge:
4042

4143
The default base URL (`https://api.anthropic.com/`) targets Anthropic's public API. Override it for Anthropic-compatible brokers.
4244

43-
####Amazon Bedrock
45+
###Amazon Bedrock
4446

4547
Set the following when routing Amazon Bedrock traffic through AI Bridge:
4648

@@ -54,5 +56,7 @@ Set the following when routing Amazon Bedrock traffic through AI Bridge:
5456

5557
AI Bridge can relay traffic to other OpenAI- or Anthropic-compatible services or model proxies like LiteLLM by pointing the base URL variables above at the provider you operate. Share feedback or follow along in the[`aibridge`](https://github.com/coder/aibridge) issue tracker as we expand support for additional providers.
5658

59+
</div>
60+
5761
>[!NOTE]
5862
>See the[Supported APIs](./reference.md#supported-apis) section below for precise endpoint coverage and interception behavior.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp