Live data from Hacker News

Show HN: Nari Qwen3-TTS and Qwen3-ASR – High accuracy, low latency and cost

narilabs.com

11–20 of 37 posts

Re: Show HN: Nari Qwen3-TTS and Qwen3-ASR – High accuracy, low latency and cost

#13

> and Qwen3-ASR Is the ASR inference engine open source as well?

They have a number of demos and examples in their HF space

https://huggingface.co/Qwen/spaces

I saw a local-ai demo (something + gemma), where the person used ASR to get text and gemma to clean it up (like turning "question mark" into a literal "?", bullet points another one). The presenter also showed a gemma only option, that did both in one go, but had a higher WER on average, and even though the formatting statements were handled without a multi-stage pipeline, they preferred the multi-stage overall

Re: Show HN: Nari Qwen3-TTS and Qwen3-ASR – High accuracy, low latency and cost

#16
post #12

> and Qwen3-ASR Is the ASR inference engine open source as well?

Yes, and it is very good one. Leading position on private leaderboard on HF: https://huggingface.co/spaces/hf-audio/open_asr_leaderboard

I meant the Nari inference engine for Qwen3-ASR. I'm aware that Qwen3-ASR is open source, but I don't see a repo under https://github.com/nari-labs for nari-qwen3-asr or similar.

The Huggingface link on https://narilabs.com/product/stt/ links to https://huggingface.co/Qwen/Qwen3-ASR-1.7B , not anything under https://huggingface.co/nari-labs

Re: Show HN: Nari Qwen3-TTS and Qwen3-ASR – High accuracy, low latency and cost

#19
post #3

This is really cool work! I'm curious like what do you see as the biggest lever for speeding up TTS models or from a technical perspective that this was a promising direction in the first place to push on. If I were to guess, some distillation but I'm certain there are probably TTS model aware architectural changes that just make inference wayyyy faster?

thanks for the interest! we have a blog post on exactly how we did it: https://narilabs.com/blog/qwen3-tts-speed-cost-frontier/
Post reply on HN