Skip to content

Commit adbbbea

Browse files
kathaylkodster28
andauthored
Update src/content/changelog/ai-gateway/2025-06-02-aig-openai-compatible-endpoint.mdx
Co-authored-by: Kody Jackson <[email protected]>
1 parent 759c7fb commit adbbbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/ai-gateway/2025-06-02-aig-openai-compatible-endpoint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ date: 2025-06-02T12:00:00Z
77
---
88
Users can now use an [OpenAI Compatible endpoint](/ai-gateway/chat-completion/) in AI Gateway to easily switch between providers, while keeping the exact same request and response formats. We're launching now with the chat completions endpoint, with the embeddings endpoint coming up next.
99

10-
To get started, simply use the OpenAI compatible chat completions endpoint URL with your own account id and gateway id and switch between providers by changing the `model` and `apiKey` parameters.
10+
To get started, use the OpenAI compatible chat completions endpoint URL with your own account id and gateway id and switch between providers by changing the `model` and `apiKey` parameters.
1111

1212
```bash title="OpenAI SDK Example"
1313
import OpenAI from "openai";

0 commit comments

Comments
 (0)