Skip to content
Dashboard

AI Gateway is now generally available

import { streamText } from 'ai'
const result = streamText({
model: 'openai/gpt-5',
prompt: 'How can AI Gateway not have a markup on tokens?'
})