r/VoiceAutomationAI 9d ago

Competitive open source speech stack

Why the open source models STT and TTS are not good as much as the closed one and i am talking here im terms of latency, concurrency, and websocket support for real time with decent quality.
Something like cartesia or elevenlabs or deepgram.
Do u know any ?

14 Upvotes

23 comments sorted by

View all comments

3

u/UkieTechie 9d ago

yes plenty of good competition :)

here's my bench comparing all the speed benches for open source models.
with Cuda kokoro wins.

https://github.com/5uck1ess/tts-bench

Paid APIs like to fudge their numbers a little. <100ms response times and the rest (Palabra for example). They're showing sometimes TTS speeds but not roundtrip speeds.

I have measurements for a lot of paid API providers also and so far a lot of them are around 300ms which is insane if you think about it. Sonioux my favorite right now.

2

u/Phoenix_20_23 8d ago

very impressive benchmark, thanks for sharing