Seamlessly integrate AI models into your Vercel project.
Seamlessly integrate AI models into your Vercel project. Learn more
Built on AI SDK, AI Gateway lets you switch between hundreds of models without managing rate limits or provider accounts.
import { streamText } from 'ai'
const result = streamText({
model: 'openai/gpt-5.2',
prompt: 'Why is the sky blue?'
})Use it with
and
many more1 of 1