Granite Speech 5.0 TurboCTC converts English audio into text, and its whole design is aimed at doing that quickly on modest hardware. At 470 million parameters it is a fraction of the size of the models that usually top transcription benchmarks, yet it posts competitive word error rates on the Open ASR leaderboard, including its noisy and reverberant speech tests. The speed comes from the architecture: instead of generating the transcript word by word the way most modern ASR models do, it decodes the entire output in a single non-autoregressive pass.
It was trained on roughly 60,000 hours of public and openly licensed English audio, plus synthetic data targeting the things transcription models usually fumble: phone numbers, currencies, addresses, and web URLs. The weights are Apache 2.0, so commercial use is fine.