Show stories

Live mirror
30 storiesupdated 0s agoView source snapshot
  1. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    168comments
  2. Show HN: Capsule – Single-file web apps that save their data into SQLite(withcapsule.app ↗)
    113comments
  3. Show HN: Pizza Bot – An inbox for AI agents that work in the background(github.com/pizza-bot-app ↗)
    3comments
  4. Show HN: Hacking a $20 4G wireless hotspot into a texting device(bkovac.github.io ↗)
    30comments
  5. Show HN: Panel – A research workspace where the agent can build its own panes(github.com/greentfrapp ↗)
    11comments
  6. Show HN: DeadLock OS – A Linux terminal puzzle game(crazygames.com ↗)
    discuss
  7. Show HN: Check if your IP has appeared in a residential proxy network(haveibeenproxied.com ↗)
    33comments
  8. Show HN: Ordewell – turn one goal into an ordered plan of coding-agent tasks(github.com/ordewell ↗)
    29comments
  9. Show HN: HonestSky, a free iOS weather app without ads or subscriptions(apps.apple.com ↗)
    discuss
  10. Show HN: Redis City – Explore how Redis works in an interactive 3D model(poltora.dev ↗)
    25comments
  11. Show HN: Loss. a tiny satire about AI progress(workatloss.com ↗)
    7comments
  12. Show HN: SCIP MIP solver bindings for Go, ported from russcip(github.com/egoisutolabs ↗)
    discuss
  13. Show HN: farseer.space – fly anywhere in the universe in your browser(farseer.space ↗)
    1comments
  14. Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS(github.com/jamesryanatx ↗)
    21comments
  15. Show HN: Sass – Rust and WASM(github.com/zoosky ↗)
    discuss
  16. Show HN: DaiDocs, AI memory as a plain-text file format, not a service(github.com/kerneta ↗)
    1comments
  17. Show HN: Kinesis – Control your Mac with the Meta Neural Band(github.com/callbacked ↗)
    45comments
  18. Show HN: Pelican-bicycle alternatives(gally.net ↗)
    45comments
  19. Show HN: Warp – Run DeepSeek v4.1 Flash with 5 GB of RAM at 3.77 tok/s(github.com/sqliteai ↗)
    2comments
  20. Show HN: Nari Qwen3-TTS and Qwen3-ASR – High accuracy, low latency and cost(narilabs.com ↗)
    31comments
  21. Show HN: Open-source passive NFC tag that signs with ECDSA, verified on-chain(github.com/mwbpnftechnology ↗)
    discuss
  22. Show HN: Let agent read files with secrets while redacting values for LLM contex(github.com/daniel-sc ↗)
    1comments
  23. Show HN: AirmailAI, a BYOK LLM chat app with a browser extension backend(airmailai.net ↗)
    6comments
  24. Show HN: TrailVid – Cinematic Travel Animations(trailvid.com ↗)
    discuss
  25. Show HN: Omni – Open-source workplace agent, built on Postgres
    discuss
  26. Show HN: TabPFN-3.5, a Tabular Foundation Model for messy real-world tables(priorlabs.ai ↗)
    1comments
  27. Show HN: I ported COLMAP (photogrammetry) to the browser in WASM and WebGPU(offlinetools.io ↗)
    discuss
  28. Show HN: I built a tiny camera that knows where it is(mightycamera.com ↗)
    4comments
  29. Show HN: Extract original images from a PDF in the browser(imissfiles.com ↗)
    discuss
  30. Show HN: Neobrutalism.dev – Just added Base UI support and added new color theme(neobrutalism.dev ↗)
    76comments

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

89 pointsby 1d agonarilabs.com
31 comments
Hey HN, Toby from Nari Labs here.

We've been working on making OSS speech models super-fast. Last year, we built Dia, the first OSS text-to-speech model capable of doing natural dialogue. Since then, so many more great speech models have been released to the public.

But the market is still dominated by closed source models. We think that's an inference problem. Existing systems such as vLLM / SGLang are not well suited for multimodal inference. To prove this, we built an inference engine specialized for Qwen3-TTS and open-sourced it (https://github.com/nari-labs/nari-qwen3-tts). Running at sub-50 ms latency at 10 RPS, this showed open models can be run much faster and cheaper.

Since then, we've been working hard to bring cheap, fast, and high quality serving to all. And we've even beat closed models at their game!

Measured on the highly cited Coval (YC S24) voice AI benchmarks, our Qwen3-TTS endpoint not just is #2 in latency, but #1 in accuracy (WER) compared to 11Labs, Cartesia etc. while being the cheapest endpoint. Our Qwen3-ASR endpoint has the lowest latency and #2 accuracy, just 0.1% away from #1. It is the second cheapest model on the list.

It took a lot of clever inference engineering to make these models quick, perform well while keeping costs low. Interestingly, Alibaba's official endpoints seem to perform worse in terms of accuracy and latency compared to ours. But nonetheless, much love to the Qwen team for OSS-ing these amazing speech models.

We want to continue to push prices down to make speech technology a commodity - so that every app can have great TTS and STT without worrying about unit costs. We're also working on other parts of audio such as diarization - as well as video and world model inference. More to come!

1d agoHN ↗

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?

1d agoHN ↗

and Qwen3-ASR

Is the ASR inference engine open source as well?

23h agoHN ↗

the qwen3-asr inference repo is not OSSed as of now. we're planning to write a paper or tech report on it as it contains some general techniques for ASR inference.

23h agoHN ↗

how do I follow you? I have a small 5090 doing inference all the time and I barely use tts but a lot of asr, mostly whisper, I ported your tech report for tts and implemented some improvements on my whisper inference based on your tech report as well!

would love to talk sometime!

1d agoHN ↗

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

1d agoHN ↗

If you're going to announce a TTS model, service, or whatever, you really need demos.

17h agoHN ↗

The horizontal moving elements of examples become stuck and unable to be scolled once one of them is played. I'm using Vivaldi (chrome based) on Android

1d agoHN ↗

For some reason it switched voices half way through a 33 second clip.

For OP the clip name is nari-nina-01a0a12f-980a-765e-8029-fa56bd23210d.wav

23h agoHN ↗

hey, thanks for letting us know! will look into the issue and see what went wrong.

1d agoHN ↗

You definitely need independent evals by Datapoint AI or someone who can verify your claims about TTS quality

1d agoHN ↗

By next month the competition for TTS will be even more!

Voice models are not winner take all market unlike LLM APIs

Coming here as Developer Relations at AssemblyAI

1d agoHN ↗

All TTS generations are too fast. It's almost I'm listening to a podcast on 1.25-1.5x speed.

23h agoHN ↗

thanks for the feedback! will investigate and get it fixed

21h agoHN ↗

Is Darwin TTS from Fish Audio? It wasn't clear when I searched for it.

18h agoHN ↗

awesome! will look into Darwin TTS. super interesting

20h agoHN ↗

This is awesome. Thanks for pushing the audio pareto frontier forward.

Probably far fetched for now, but I think the next big evolution is building the pareto/much cheaper alternative to GPT-Live-1.

The STT/TTS market is quite saturated, while today, there's almost no cheap/open source alternative to GPT-Live-1.

18h agoHN ↗

agreed. we've been doing some work around NVIDIA personaplex 7b, but its quality is quite far from GPT-Live-1, esp in terms of intelligence. Once a good OSS model is out, we'll be sure to be the first to serve it cheaply to the masses :)

18h agoHN ↗

Is this really something people want? Honestly you can properly lower the pricing at least by 50%+.

Getting something conversationally better has been done, the tool calling will likely be worse though.

The infrastructure for real time is really annoying though.

12h agoHN ↗

if we can lower the pricing by not 50% but 10x, then I think it would be something people want. we are taking the bet that OSS models will take a huge chunk of market share not just in LLMs but in multimodal as well

4h agoHN ↗

If audio only then 10x is 100% possible right now based on math of the services.

+ Video is unlikely unless they are willing to give up margins.

Didn't take long at all for Google to smash out with 50% lol

7h agoHN ↗

Question: How do you plan to differentiate, because there are so many TTS and its constantly changing every month who would become better