Skip to content

Commit 019d3df

Browse files
kathaylkodster28
andauthored
Update chat-completion.mdx (#22804)
* Update chat-completion.mdx universal endpoint + openai compat bonus value * Update src/content/docs/ai-gateway/chat-completion.mdx Co-authored-by: Kody Jackson <[email protected]> --------- Co-authored-by: Kody Jackson <[email protected]>
1 parent 164a6a1 commit 019d3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ai-gateway/chat-completion.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ curl -X POST https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/comp
6464

6565
### Universal provider
6666

67-
You can also use this pattern with a [Universal Endpoint](/ai-gateway/universal/).
67+
You can also use this pattern with the [Universal Endpoint](/ai-gateway/universal/) to add [fallbacks](/ai-gateway/configuration/fallbacks/) across multiple providers. When used in combination, every request will return the same standardized format, whether from the primary or fallback model. This behavior means that you do not have to add extra parsing logic to your app.
6868

6969
```ts title="index.ts"
7070
export interface Env {

0 commit comments

Comments
 (0)