Grok Voice Think Fast 1.0
Build real-time voice applications powered by Grok. Stream audio and text bidirectionally via WebSocket for voice assistants, phone agents, and interactive voice systems.
index.ts
import { gateway } from '@ai-sdk/gateway';
export async function POST() { const { token, url } = await gateway.experimental_realtime.getToken({ model: 'xai/grok-voice-think-fast-1.0', });
return Response.json({ token, url, tools: [] });}More models by xAI
| Model |
|---|