Realtime
Overview
The Realtime section covers low-latency voice and continuous conversation scenarios. In Apifox it is split between a capability overview page and a dedicated WebSocket API page.
Endpoint
wss://api.aizn.com/v1/realtime
Connection Parameters
| Name | Location | Required | Example / Notes |
|---|---|---|---|
| model | query | No | gpt-4o-realtime-preview |
| Authorization | header | No | Bearer YOUR_API_KEY |
| OpenAI-Beta | header | No | Pass the beta marker required by the server |
Notes
- The advanced-voice conversation model and the official realtime chat format can both be used for continuous sessions
- The site notes that the official API flow is supported as long as the endpoint is switched to the AIZN gateway
- For protocol details, use the Apifox pages together with the OpenAI Realtime guide