Skip to content

Commit 59bdf1c

Browse files
kathaylkodster28
authored andcommitted
Update chat-completion.mdx (cloudflare#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 b90087e commit 59bdf1c

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)