Transcription Providers
Currently, the only available transcription provider isdeepgram
. To use a custom model, you can specify the deepgram model ID in the transcriber.model
parameter of the Assistant.
Model Providers
We are currently have support for any OpenAI-compatible endpoint. This includes services like OpenRouter, AnyScale, Together AI, or your own server. To use one of these providers, you can specify theprovider
and model
in the model
parameter of the Assistant.
You can find more details in the Custom LLMs section of the documentation.
Voice Providers
All voice providers are supported. Once you’ve validated your API through the Dashboard, any voice ID from your provider can be used in thevoice.voiceId
field of the Assistant.