Languages
The service passes the language value straight through to the upstream STT endpoint. Use the language code expected by the upstream model.
Common examples:
zh — Chineseen — Englishauto — let the upstream auto-detect the languageReal-time, [segment](/docs/api-reference/segment-transcription), and [batch jobs](/docs/api-reference/batch-jobs) all accept a language field. In the realtime gateway, update the language at any time with a session.update message.
Model and capability identifiers
model — offline STT model override (default whisper-large-v3-turbo)sttModel / stt_model — realtime STT model selectionnormalizerModel / normalizer_model — text normalizer model selectionbackend — upstream backend selectionNot all model fields are forwarded by the gateway; see [Session Configuration](/docs/realtime/session-configuration) for the current whitelist.
Specific identifier values depend on the upstream provider and are not contractually fixed by this gateway.
See also
audio_url parameterssession.update fields