Realtime
OpenAI Realtime API over WebSocket.
Endpoint: GET /v1/realtime (WebSocket upgrade)
Authentication
The gateway reads the API key from the WebSocket subprotocol header:
Sec-WebSocket-Protocol: realtime, openai-insecure-api-key.sk-xxx, openai-beta.realtime-v1Alternatively, set Authorization: Bearer sk-... before upgrade if your client supports it.
Usage
Point the OpenAI Realtime client at:
wss://api.starrise.ai/v1/realtime?model=gpt-4o-realtime-previewBehavior follows OpenAI Realtime protocol (audio/text events, session config, etc.).
Requires an upstream channel that supports OpenAI Realtime for the requested model.

