Skip to content

Commit f488d87

Browse files
added a badge
1 parent ac8eaf1 commit f488d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/ai-gateway/providers/universal.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
order: 1
77
---
88

9-
import { Render } from "~/components";
9+
import { Render, Badge } from "~/components";
1010

1111
You can use the Universal Endpoint to contact every provider.
1212

@@ -31,7 +31,7 @@ You can use the Universal endpoint to contact every provider. The payload is exp
3131

3232
The above will send a request to Workers AI Inference API, if it fails it will proceed to OpenAI. You can add as many fallbacks as you need, just by adding another JSON in the array.
3333

34-
## Websockets API (beta)
34+
## Websockets API <Badge text="beta" variant="tip" size="small" />
3535

3636
The Universal Endpoint can also be accessed via a [WebSockets API](/ai-gateway/configuration/websockets-api/) which provides a single persistent connection, enabling continuous communication. This API supports all AI providers connected to AI Gateway, including those that do not natively support WebSockets.
3737

0 commit comments

Comments
 (0)