diff --git a/src/content/docs/ai-gateway/configuration/websockets-api/index.mdx b/src/content/docs/ai-gateway/configuration/websockets-api/index.mdx index 43f65a24d6511b..731efe17563d82 100644 --- a/src/content/docs/ai-gateway/configuration/websockets-api/index.mdx +++ b/src/content/docs/ai-gateway/configuration/websockets-api/index.mdx @@ -8,8 +8,8 @@ sidebar: The AI Gateway WebSockets API provides a persistent connection for AI interactions, eliminating repeated handshakes and reducing latency. This API is divided into two categories: -- **Non-Realtime APIs** - Supports standard WebSocket communication for AI providers, including those that do not natively support WebSockets. - **Realtime APIs** - Designed for AI providers that offer low-latency, multimodal interactions over WebSockets. +- **Non-Realtime APIs** - Supports standard WebSocket communication for AI providers, including those that do not natively support WebSockets. ## When to use WebSockets?