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?'})Playground
Try out GPT-4o by OpenAI. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.