AI Gateway

/

o3

o3 by OpenAI

OpenAI's o3 is their most powerful reasoning model, setting new state-of-the-art benchmarks in coding, math, science, and visual perception. It excels at complex queries requiring multi-faceted analysis, with particular strength in analyzing images, charts, and graphics.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'openai/o3',
prompt: 'Why is the sky blue?'
})