cd /news/artificial-intelligence/xai-grok-audio-models-now-available-… · home topics artificial-intelligence article
[ARTICLE · art-43761] src=vercel.com ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

xAI Grok audio models now available on Vercel AI Gateway

XAI's Grok audio models, including real-time voice, text-to-speech, and speech-to-text, are now available on Vercel's AI Gateway. Developers can integrate these capabilities via the AI SDK 7, with features like token-based authentication and browser hooks for voice agents. The models are also accessible through the AI Gateway playground for direct testing.

read1 min views13 publishedJun 29, 2026

xAI's audio models are now live on AI Gateway. Realtime voice, text to speech, and speech to text are all available through the AI SDK with the same routing, observability, and spend controls as your other models.

These capabilities are available on the AI SDK 7 release.

Capability Models

A voice agent has two pieces: a server route that mints a short-lived token, so your API key never reaches the client, and a browser component that connects with it.

Add the token route: this example sets model to xai/grok-voice-think-fast-1.0 :

Then connect from the browser. The useRealtime

hook from @ai-sdk/react

fetches that route and manages the WebSocket connection, microphone capture, and audio playback:

Generate spoken audio from text with generateSpeech . Pass a voice and an output format, then write the result to a file with xai/grok-tts

:

Transcribe recordings into text with transcribe . This example uses xai/grok-stt

:

You can also try the xAI audio models directly in the AI Gateway playground. Open the models list and click into any of the models to use them directly in the browser. The xai/grok-voice-think-fast-1.0

playground here allows you to talk to the agent and see responses instantly:

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @xai 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/xai-grok-audio-model…] indexed:0 read:1min 2026-06-29 ·