Skip to content

o3-deep-research

o3-deep-research is a specialized variant of o3 designed for deep research tasks, capable of extended multi-step investigation, source synthesis, and comprehensive analysis on complex questions that require thorough exploration.

ReasoningFile InputTool UseVision (Image)Implicit Caching
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'openai/o3-deep-research',
prompt: 'Why is the sky blue?'
})