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