VercelKevin Dawkins1 min readrelease notesintermediate
Gemini 3.8 Live models now available on AI Gateway
Summary
Vercel AI Gateway now offers Google’s Gemini 3.8 Live and Live Extended Thinking models through its realtime WebSocket API, enabling real‑time spoken interactions with audio output and parallel reasoning. The post includes a short TypeScript example for token acquisition, WebSocket setup, and handling of realtime events.
- Gemini 3.8 Live and Live Extended Thinking are accessible via Vercel AI Gateway’s realtime API.
- Models support real‑time audio, visual grounding, 97 languages, and background tool calls during conversation.
- Extended Thinking adds parallel multi‑step reasoning, allowing acknowledgments while processing.
- Integration uses @ai-sdk/gateway, a WebSocket client, and token retrieval via gateway.experimental_realtime.getToken().
Engineers building voice assistants or realtime AI experiences need to know the new Gemini models and how to hook them into Vercel's unified gateway.
5/10




