o3
o3 is OpenAI's advanced reasoning model that succeeds o1, delivering stronger chain-of-thought performance on mathematical, scientific, and coding problems with improved efficiency and full tool support.
import { streamText } from 'ai'
const result = streamText({ model: 'openai/o3', prompt: 'Why is the sky blue?'})Playground
Try out o3 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.