Together AI's Speech-to-Text Speed Secret
Together AI reveals the engineering secrets behind its record-breaking speech-to-text performance, optimizing the entire data pipeline.

Visual TL;DR
audio data is 3 orders of magnitude larger than text prompts
From the articleThe sheer volume of data differs vastly between text and audio.
CPU handles decoding, resampling, noise filtering, and feature extraction
From the article 6 mentionsTheir latest advancements in speech-to-text (ASR) technology, detailed in a recent blog post, reveal a meticulous approach to overcoming bottlenecks that plague traditional systems.
optimizing the encoder with TensorRT for faster processing
decoupling the decoder from the CPU for efficiency
From the article 2 mentionsThe decoder's iterative process, predicting tokens from acoustic frames, traditionally involved CPU intervention for conditional logic.
removing unnecessary data copying and CPU hops
From the articleThis shared memory approach enables zero-copy data transfer between processes, removing hundreds of milliseconds of latency previously spent on copying and serialization.
controlling garbage collection and using evented I/O for streaming
achieving record-breaking speech-to-text performance
Contents(6)
© 2026 StartupHub.ai. All rights reserved. You may not republish this article in full without a license. Search engines and AI research tools may crawl and summarize for reference. Bulk reproduction or model training requires a license. See our terms.
Written by
Daniel SingerEditor, StartupHub.ai
Daniel Singer is the editor of StartupHub.ai, a technology expert and thought leader on AI and its applications across sectors, from fintech and healthcare to developer tooling and consumer software. He writes and tests the tools covered here thoroughly and regularly, and built StartupHub.ai to give founders, operators and buyers a clearer read on what they are actually being sold.
More from Daniel Singer