diff --git a/src/content/docs/ai-gateway/chat-completion.mdx b/src/content/docs/ai-gateway/chat-completion.mdx index 1e9972a711989a..41113098f55dbe 100644 --- a/src/content/docs/ai-gateway/chat-completion.mdx +++ b/src/content/docs/ai-gateway/chat-completion.mdx @@ -64,7 +64,7 @@ curl -X POST https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/comp ### Universal provider -You can also use this pattern with a [Universal Endpoint](/ai-gateway/universal/). +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. ```ts title="index.ts" export interface Env {