Important
Action needed for two new vulnerabilities
Auto-fix projects

o3 Pro

openai/o3-pro

The o-series of models are trained with reinforcement learning to think before they answer and perform complex reasoning. The o3-pro model uses more compute to think harder and provide consistently better answers.

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