Skip to content

Commit bbc92ce

Browse files
fixed table
1 parent d538d99 commit bbc92ce

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ WebSockets are long-lived TCP connections that enable bi-directional, real-time
2222

2323
## **Key differences**
2424

25-
| Feature | Non-Realtime APIs | Realtime APIs |
26-
| :---------------------- | :----------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ |
27-
| **Purpose** | Supports WebSocket-based AI interactions with providers that do not natively support WebSockets. | Enables real-time, multimodal AI interactions for providers that offer dedicated WebSocket endpoints. |
28-
| **Use Case** | Text-based queries and responses, such as LLM requests. | Streaming responses for voice, video, and live interactions. |
29-
| **AI Provider Support** | [All AI providers in AI Gateway.](/ai-gateway/providers) | [Limited to providers offering real-time WebSocket APIs.](/ai-gateway/configuration/websockets-api/realtime-api/#supported-providers) |
30-
| **Streaming Support** | AI Gateway handles streaming via WebSockets. | Providers natively support real-time data streaming. |
25+
| Feature | Realtime APIs | Non-Realtime APIs |
26+
| :---------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------------------------------------------------------------------- |
27+
| **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. |
28+
| **Use Case** | Streaming responses for voice, video, and live interactions. | Text-based queries and responses, such as LLM requests. |
29+
| **AI Provider Support** | [Limited to providers offering real-time WebSocket APIs.](/ai-gateway/configuration/websockets-api/realtime-api/#supported-providers) | [All AI providers in AI Gateway.](/ai-gateway/providers) |
30+
| **Streaming Support** | Providers natively support real-time data streaming. | AI Gateway handles streaming via WebSockets. |
3131

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

0 commit comments

Comments
 (0)