リアルタイム会話
概要
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.
エンドポイント
wss://api.aizn.com/v1/realtime
接続パラメーター
| 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 |
注意事項
- 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