I noticed that this model is multilingual and understands 14 languages. For many use cases, we probably only need a single language, and the extra 13 are simply adding extra latency. I believe there will be a trend in the coming years of trimming the fat off of these jack of all trades models. https://aclanthology.org/2025.findings-acl.87/
Voxtral Transcribe 2
91–100 of 255 posts
Re: Voxtral Transcribe 2
#92It’s nice, but the previous version wasn’t actually that great compared to Parakeet for example. We need better independent comparison to see how it performs against the latest Qwen3-ASR, and so on. I can no longer take at face value the cherry picked comparisons of the companies showing off their new models. For now, NVIDIA Parakeet v3 is the best for my use case, and runs very fast on my laptop or my phone.
Re: Voxtral Transcribe 2
#93I noticed that this model is multilingual and understands 14 languages. For many use cases, we probably only need a single language, and the extra 13 are simply adding extra latency. I believe there will be a trend in the coming years of trimming the fat off of these jack of all trades models. https://aclanthology.org/2025.findings-acl.87/
It doesn't make sense to have a language-restricted transcription model because of code switching. People aren't machines, we don't stick to our native languages without failure. Even monolingual people move in and out of their native language when using "borrowed" words/phrases. A single-language model will often fail to deal with that.
Re: Voxtral Transcribe 2
#94It’s nice, but the previous version wasn’t actually that great compared to Parakeet for example. We need better independent comparison to see how it performs against the latest Qwen3-ASR, and so on. I can no longer take at face value the cherry picked comparisons of the companies showing off their new models. For now, NVIDIA Parakeet v3 is the best for my use case, and runs very fast on my laptop or my phone.
I like Parakeet as well and use it via Handy on Mac. What app are you using on your phone?
Re: Voxtral Transcribe 2
#95Earlier quoted context omitted.
The error rate for human transcription can be as high as 5%.
Oh wow, I thought humans are like 0.1% error rate, if they are native speakers and aware of the subject being discussed.
[0] https://www.microsoft.com/en-us/research/wp-content/uploads/...
Re: Voxtral Transcribe 2
#96Earlier quoted context omitted.
Gpt4o mini transcribe is better and actually realtime. Whisper is trained to encode the entire audio (or at least 30s chunks) and then decode it.
So "gpt4o mini transcribe" is not just whisper v3 under the hood? Btw it's $0.006 / minute For Whisper API online (with v3 large) I've found "$0.00125 per compute second" which is the cheapest absolute I've ever found.
Re: Voxtral Transcribe 2
#97Earlier quoted context omitted.
The diarization is on Voxtral Mini Transcribe V2, not Voxtral Mini 4B.
Do you have experience with that model for diarization? Does it feel accurate, and what's its realtime factor on a typical GPU? Diarization has been the biggest thorn in my side for a long time..
Re: Voxtral Transcribe 2
#98Earlier quoted context omitted.
Gpt4o mini transcribe is better and actually realtime. Whisper is trained to encode the entire audio (or at least 30s chunks) and then decode it.
So "gpt4o mini transcribe" is not just whisper v3 under the hood? Btw it's $0.006 / minute For Whisper API online (with v3 large) I've found "$0.00125 per compute second" which is the cheapest absolute I've ever found.
Re: Voxtral Transcribe 2
#99One week ago I was on the hunt for an open source model that can do diatization and I had to literally give up because I could not find any easy to use setup.
Re: Voxtral Transcribe 2
#100I noticed that this model is multilingual and understands 14 languages. For many use cases, we probably only need a single language, and the extra 13 are simply adding extra latency. I believe there will be a trend in the coming years of trimming the fat off of these jack of all trades models. https://aclanthology.org/2025.findings-acl.87/
uhhh i cast doubt on multi-language support as affecting latency. model size, maybe, but what is the mechanism for making latency worse? i think of model latency as O(log(model size))… but i am open to being wrong / that being a not-good mental model / educated guess.