Skip to content

Commit f182b03

Browse files
authored
Update chat-completion.mdx
universal endpoint + openai compat bonus value
1 parent 60e7c55 commit f182b03

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 response, no matter if it comes from the primary model or a fallback will return the same standardized format, so no extra parsing logic is required.
6868

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

0 commit comments

Comments
 (0)