List supported STT providers
Retrieve the canonical list of supported speech-to-text providers, models, accepted language codes, and the service types each model supports.
Service types:
streaming— standalone WebSocket transcription via/speech-to-text/transcription.file_based— file-based transcription via/ai/audio/transcriptions.in_call— live call transcription via Call Controltranscription_start.ai_assistant— STT configured on a Call Control AI Assistant via voice-assistantTranscriptionConfig(covers both live-streaming and non-streaming/batch models).
Use this endpoint to discover which (provider, model) combinations are available for the surface you need, and which language codes each accepts. auto in a languages array indicates the provider performs language detection.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter to entries that support the given service type. For backward compatibility with the values that briefly shipped before the product-aligned rename, the legacy aliases file_transcription, in_call_transcription, and ai_assistant_transcription are silently accepted and normalized to file_based, in_call, and ai_assistant respectively. The response always emits the canonical (post-rename) values.
Service surface a model is available on. ai_assistant is the STT surface configured via Call Control voice-assistant transcription; it covers both live-streaming and non-streaming/batch models (matching the TranscriptionConfig.model enum on call-control voice assistants).
streaming, file_based, in_call, ai_assistant Filter to entries for a specific STT provider. The enum mirrors the providers advertised across the speech-to-text spec (including google and telnyx, which are accepted as WebSocket transcription engines). A provider that has no models currently registered for any service type will return an empty data array rather than an error.
deepgram, speechmatics, assemblyai, xai, soniox, parakeet, humain, reson8, azure, openai, google, telnyx