GPT-4o
GPT-4o is OpenAI's first natively multimodal "omni" model, unifying text, audio, image, and video processing within a single end-to-end trained architecture and delivering audio response times averaging 320 milliseconds, comparable to human conversational latency.
import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-4o', prompt: 'Why is the sky blue?'})