AI Gateway

/

o3-mini

o3-mini by OpenAI

o3-mini is OpenAI's most recent small reasoning model, providing high intelligence at the same cost and latency targets of o1-mini.

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