VoiceAgentInputTranscriptionModel type
The input-audio transcription model identifier. This is a model name, not a Foundry deployment name. Mirrors the transcription models supported by the managed voice backend, covering the OpenAI Realtime transcription models plus the Azure and MAI models. Additional values may be added over time.
type VoiceAgentInputTranscriptionModel =
| "whisper-1"
| "gpt-realtime-whisper"
| "gpt-4o-transcribe"
| "gpt-4o-mini-transcribe"
| "gpt-4o-transcribe-diarize"
| "gpt-transcribe"
| "gpt-live-transcribe"
| "mai-transcribe"
| "azure-speech"