Skip to content
Dashboard

Introducing the AI Gateway

import { streamText } from 'ai'
const result = streamText({
model: 'xai/grok-3', // defaults to Vercel AI Gateway
prompt: 'Tell me the history of the San Francisco Mission-style burrito'
})

Write code in an app route or a script like the code above

Terminal
pnpm install ai@beta

Link to headingWhy we're building the AI Gateway

Link to headingIntegration with the AI SDK

Link to headingPricing

Link to headingWhat's coming next

Link to headingStart exploring AI Gateway

Vercel AI Gateway is not yet ready for production use or migrating existing projects.