Realtime API
Text Models
Realtime API
Use the OpenAI Realtime-compatible WebSocket route for real-time interactions.
GET
Realtime API
Realtime API
The Realtime route uses a WebSocket connection and is suitable for low-latency voice conversations, real-time event streams, and bidirectional interaction scenarios. This route goes through TokenAuth, model rate limiting, and channel distribution.Connection URL
Authentication
Connection Example
Common Events
| event | Description |
|---|---|
session.update | Update session configuration |
conversation.item.create | Create a conversation item |
response.create | Trigger a model response |
response.text.delta | Text delta |
response.done | Response complete |