Ever since OpenAI launched their improved voice mode, I've been looking for a capable LLM with builtin voice-in and -out. Llama 4 was supposed to be it but turned out to be a dud. I haven't followed the topic closely lately, did I miss anything? Are there capable (!) open weights omni models that allow low latency voice chat? If so, what software do you use them with? Can you use a PWA on your phone? WebRTC? WebTrans…
Launch HN: Speko (YC S26) – OpenRouter for Voice AI
31–40 of 73 posts
Re: Launch HN: Speko (YC S26) – OpenRouter for Voice AI
#32any progress with on-device models??
Re: Launch HN: Speko (YC S26) – OpenRouter for Voice AI
#33Which model best allows me to transcribe speech that uses a lot of domain-specific terms? For example, when I say "Claude Code", it often gets transcribed as "Cloud Code", and I have to go back and edit or do a second pass with a traditional LLM (which can introduce additional errors).
I’ve had a lot of success in the past with fine tuning STT using synthetic data. I was doing it for Veterinary (ambient recording -> SOAP notes) which has tons of complex domain-specific language AND it is critically important to get right. “CPR” transcribing as “see pee are” just doesn’t cut it in that industry.
Re: Launch HN: Speko (YC S26) – OpenRouter for Voice AI
#34What does WER/CER stand for? I see it as some kind of key metric under each model but not clear what it's measuring
Common metrics to track how coarsely or finely accurate voice AI is
Re: Launch HN: Speko (YC S26) – OpenRouter for Voice AI
#35Re: Launch HN: Speko (YC S26) – OpenRouter for Voice AI
#36Ever since OpenAI launched their improved voice mode, I've been looking for a capable LLM with builtin voice-in and -out. Llama 4 was supposed to be it but turned out to be a dud. I haven't followed the topic closely lately, did I miss anything? Are there capable (!) open weights omni models that allow low latency voice chat? If so, what software do you use them with? Can you use a PWA on your phone? WebRTC? WebTrans…
Re: Launch HN: Speko (YC S26) – OpenRouter for Voice AI
#37> Typical production voice agent is an ensemble of three models: STT, an LLM, and TTS. To use a claudism , I would like to push back on this. The industry is very much moving towards one-model-does-all end to end trained similar to LLMs and VLMs. Mostly for latency reasons and partially because the results for the end to end trained models are just so much better than those using three pieces architectures. I think m…
I've worked with hundreds of enterprises on voice AI and voice agent solutions. In my experience, this isn't true. Or rather I should say, the people actually paying for voice agents (i.e enterprises) are not moving towards STS solutions in a meaningful way. The composability, observability, and reliability profile of STS systems is not amenable to enterprise criteria. Not to mention costs.
Re: Launch HN: Speko (YC S26) – OpenRouter for Voice AI
#38Which model best allows me to transcribe speech that uses a lot of domain-specific terms? For example, when I say "Claude Code", it often gets transcribed as "Cloud Code", and I have to go back and edit or do a second pass with a traditional LLM (which can introduce additional errors).
Re: Launch HN: Speko (YC S26) – OpenRouter for Voice AI
#39Does this include a turn taking API? It'd be great to have one API that could do "Conversation in a box". One of the biggest annoyances is daisy chaining many models together for turn taking, dumb models for immediate responses, with smarter models returning and taking over after.
On fast dumb models answering while a smarter one takes over: we are experimenting with exactly that split - a small fast model holds the conversation while a larger one works behind it. Today it runs as two pinned routes, not one packaged API. Most turns in a phone call do not need a frontier model, and the fastest models on our LLM board are all small, so this is where routing earns its keep. We publish benchmarks on LLMs here: https://benchmarks.speko.ai/llm
Re: Launch HN: Speko (YC S26) – OpenRouter for Voice AI
#40The benchmarks page seems interesting and something I can use to help make an informed decision. Can you talk about how you're measuring some of these? I imagine it needs to involve some human input. https://benchmarks.speko.ai/turntaking
You are right about human input for naturalness, that one we did not automate away with yet. We run blind A/B listening rounds with native speakers.