cd /news/ai-products/ai-gateway-now-supports-streaming-tr… · home topics ai-products article
[ARTICLE · art-69019] src=vercel.com ↗ pub= topic=ai-products verified=true sentiment=↑ positive

AI Gateway now supports streaming transcription

Vercel's AI Gateway now supports streaming transcription in beta, allowing users to stream audio in real-time and receive transcript updates as the model produces them, reducing latency for live captioning and voice input. The feature is available through the AI SDK's streamTranscribe function with any streaming-capable transcription model, including OpenAI's gpt-realtime-whisper and xAI's grok-stt.

read1 min views1 publishedJul 22, 2026

AI Gateway now supports streaming transcription. Previously, transcription required a complete audio file and returned the full transcript in a single response. Now you can stream audio in as it's captured and get transcript updates back as the model produces them, keeping latency low for uses like live captioning and voice input.

Streaming transcription is in beta and available through the [AI SDK](https://ai-sdk.dev/docs/ai-sdk-core/transcription#streaming-transcription)'s `streamTranscribe`

function with any streaming-capable transcription model.

The example below streams raw PCM audio to openai/gpt-realtime-whisper

and prints each transcript delta as it arrives. The result stream also carries partial and final transcripts:

The same code works across providers: swap the model string to use xai/grok-stt

or any other streaming-capable transcription model. Streaming transcription also makes it easy to add a voice mode to an agent. Stream the user's speech to a transcription model and pass the live text to your agent. The agent itself does not change: it still receives text, so this works with any text-based agent. For agents that speak back, pair it with speech generation, or use realtime voice for full two-way conversation.

For more information on streaming transcription on AI Gateway, see the documentation.

── more in #ai-products 4 stories · sorted by recency
── more on @vercel 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/ai-gateway-now-suppo…] indexed:0 read:1min 2026-07-22 ·