Custom TTS and STT models
# support
m
Hiya - I know a custom LLM can be connected like a huggingface URL, but what about TTS and STT models (I want to connect custom ones like for languages not in the drop downs)
s
@Manu Apologies for the delay, I was sick so couldn't reply earlier. Yes you can connect custom TTS and STT models with Vapi, just make sure they support streaming.
Learn more by reviewing
CustomVoice
and
CustomTranscriber
in our API documentation. For detailed API implementation, visit Vapi AI API Documentation https://api.vapi.ai/api/
4 Views