GPT 5.5 Pro
import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-5.5-pro', prompt: 'Why is the sky blue?'})Direct request success rate on AI Gateway and per-provider. Visit the docs for more info.
import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-5.5-pro', prompt: 'Why is the sky blue?'})Direct request success rate on AI Gateway and per-provider. Visit the docs for more info.