GPT 5.4 Pro
index.ts
import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-5.4-pro', prompt: 'Why is the sky blue?'})import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-5.4-pro', prompt: 'Why is the sky blue?'})