Skip to content

Commit 2445abf

Browse files
Update src/content/docs/ai-gateway/websockets-api/index.mdx
Co-authored-by: Pedro Sousa <[email protected]>
1 parent fb8718b commit 2445abf

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/ai-gateway/websockets-api

1 file changed

+1
-1
lines changed

src/content/docs/ai-gateway/websockets-api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ WebSockets are long-lived TCP connections that enable bi-directional, real-time
2727
| :---------------------- | :---------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------- |
2828
| **Purpose** | Enables real-time, multimodal AI interactions for providers that offer dedicated WebSocket endpoints. | Supports WebSocket-based AI interactions with providers that do not natively support WebSockets. |
2929
| **Use Case** | Streaming responses for voice, video, and live interactions. | Text-based queries and responses, such as LLM requests. |
30-
| **AI Provider Support** | [Limited to providers offering real-time WebSocket APIs.](/ai-gateway/websockets-api/realtime-api/#supported-providers) | [All AI providers in AI Gateway.](/ai-gateway/providers) |
30+
| **AI Provider Support** | [Limited to providers offering real-time WebSocket APIs.](/ai-gateway/websockets-api/realtime-api/#supported-providers) | [All AI providers in AI Gateway.](/ai-gateway/providers/) |
3131
| **Streaming Support** | Providers natively support real-time data streaming. | AI Gateway handles streaming via WebSockets. |
3232

3333
For details on implementation, refer to the next sections:

0 commit comments

Comments
 (0)