OpenAI Integration
WebSocket Responses (OpenAI alias)
WebSocket upgrade endpoint for the Responses API. Mirrors the canonical GET /v1/responses WS endpoint; the OpenAI-prefixed path is selected when the request includes an Upgrade: websocket header. Authentication accepts the same headers as the inference HTTP surface plus the openai-insecure-api-key.<key> subprotocol fallback.
get/openai/v1/responses
Headers
Upgrade'websocket' required
Sec-WebSocket-Protocolstring
Optional subprotocol; supports openai-insecure-api-key.<key> for SDK-style auth.