Vision & Generation

Speech-to-Text (STT)

AI systems that convert spoken audio into written text; the input side of voice interfaces.

In common use since 1952

Speech-to-text (STT) is the family of AI systems that convert spoken audio into written text. It is one of the oldest applied AI tasks (dating back to the 1950s) and one that has been transformed by deep learning over the last decade. By 2026, STT is fast enough, cheap enough and accurate enough to power voice interfaces in mainstream consumer and business products.

The 2026 STT landscape:

  • Whisper (OpenAI, open weights) — the de facto standard for English and many other languages.
  • Deepgram — commercial API; strong on real-time low-latency use cases and specialised vocabularies.
  • AssemblyAI — commercial API; strong on diarisation and conversational analytics features.
  • Google Speech-to-Text — enterprise-grade, well-integrated with the Google Cloud ecosystem.
  • Azure Speech, AWS Transcribe — Microsoft and Amazon's offerings; strong in their respective enterprise contexts.
  • Apple Speech / Android Speech — on-device STT for native mobile apps with privacy requirements.

What "good STT" means in 2026:

  • Word error rate (WER) under 5% for clean English audio — most modern services hit this.
  • Sub-second latency for real-time interfaces — Groq's Whisper, Deepgram and similar can reach under 200 ms time-to-first-word in suitable conditions.
  • Strong multilingual support — Whisper Large v3 covers 99 languages; commercial offerings vary.
  • Speaker diarisation — who said what; commercial APIs typically lead here.
  • Custom vocabulary — domain terms (drug names, product SKUs, technical jargon) need explicit handling.
  • Streaming — partial results as the speaker is still talking; essential for voice agents.

Production use cases:

  • Voice assistants and agents — paired with an LLM and a TTS model for end-to-end voice AI.
  • Meeting transcription — every modern meeting tool (Zoom, Teams, Google Meet, Granola, Otter) uses STT.
  • Customer support — call recording, real-time agent assist, post-call analytics.
  • Accessibility — live captioning for video and live events; transcription for audio content.
  • Podcasts and interviews — content production pipelines, searchable archives.
  • Voice-to-text inputs — note-taking apps, voice search, dictation.

The hard cases that still trip STT in 2026:

  • Heavy accents and code-switching — improved but still a quality drop relative to standard accents.
  • Noisy environments — restaurants, vehicles, crowds; better with newer models but not solved.
  • Multiple overlapping speakers — diarisation handles two-person, struggles with five-way meetings.
  • Specialised vocabularies — medical, legal, scientific terms benefit from custom-vocabulary features.
  • Children's voices — typically less represented in training data, lower accuracy.

For a US team building voice features in 2026, the practical choice depends on use case. For batch transcription with maximum accuracy, Whisper Large v3 self-hosted or via OpenAI. For real-time voice agents with sub-second latency, Deepgram or Groq-hosted Whisper. For enterprise integration, the major cloud providers' offerings. Pricing ranges from a few cents per hour for high-volume Whisper to a few dollars for premium commercial features — STT is no longer the cost or quality bottleneck in voice AI; it is a solved-enough commodity that most teams choose by integration ease.

Keep exploring

Looking for something else? The full glossary covers 120+ AI terms updated for 2026.

Open the glossary
Feedback