Text-to-speech
Deepgram
- Supported service:
tts
- Key:
deepgram_tts
- Integrated: Yes
Service options
sample_rate
integer
default: "24000"The audio output sample rate in Hz for the TTS audio.
The sample rate must be one of these values: 8000
, 16000
, 24000
, 32000
, 48000
.
Configuration options
language
string
requiredThe voice you want your TTS service to use. Select any language from the available Deepgram TTS voices.
text_filter
object
Control whether the TTS service filters out markdown, code blocks, or tables from its output.
Basic markdown filtering is enabled by default. Enable code and table filtering as needed. Filtering code and tables can help the TTS avoid mistakes.