Create a realtime WebRTC call
OpenAI-compatible WebRTC SDP exchange. Accepts a raw application/sdp offer with the model in the ?model= query parameter, or a multipart form with sdp and session (JSON) fields. The gateway routes by model, injects provider credentials, and relays the SDP answer; the Location header carries the created call id. Media flows directly between the client and the provider, so usage is recorded by a gateway-side sideband observer when usage tracking is enabled.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Model that owns the call (required for application/sdp offers)
Optional provider hint
Body
SDP offer (raw application/sdp body), or a multipart form with sdp and session (JSON) fields
The body is of type string.
Response
SDP answer
The response is of type string.