Build real-time voice applications with Amazon SageMaker AI and vLLM
Amazon SageMaker now supports real-time streaming inference with vLLM. Voice agents just got faster.

Why it matters
AWS is shipping streaming inference capabilities for real-time voice applications, enabling lower-latency speech-to-text and voice agent deployments. This removes a technical barrier for builders shipping production voice AI.
The key facts
9 to knowAmazon SageMaker AI adds real-time streaming inference support
Integration with vLLM for optimized inference
Use cases: voice agents, live captioning, contact center analytics, accessibility tools
Solves latency problem in request-response inference patterns
Persistent connection model for audio streaming
SageMaker AI + vLLM integration enables streaming speech-to-text
Persistent connection model replaces traditional request-response for voice inference
Solves latency problem where transcription waited for full audio recording
Published May 20, 2026 on AWS ML blog (official product announcement)
Go to the source
AWS Machine Learning Blogaws.amazon.com
Publisher excerpt: Voice agents, live captioning, contact center analytics, and accessibility tools all depend on real-time speech-to-text, where your application streams audio in and receives transcription back simultaneously over a single persistent connection. Traditional request-response inference falls short…