realtime
Open a realtime translation session
Upgrades to a websocket and relays an OpenAI-compatible realtime speech translation session (e.g. gpt-realtime-translate) to the provider that owns the model named in the ?model= query parameter. Translation sessions use their own event namespace and set the target language with session.update (session.audio.output.language); provider credentials are injected by the gateway. Equivalent to /v1/realtime?intent=translation.
get/v1/realtime/translations
Query parameters
modelstring required
Translation model that owns the session
providerstring
Optional provider hint
Changes
Changed in 1 of the 53 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○