Skip to main content

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

NameLocationRequiredExample / Notes
modelqueryNogpt-4o-realtime-preview
AuthorizationheaderNoBearer YOUR_API_KEY
OpenAI-BetaheaderNoPass 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

References