Back to Models

OpenAI: o3 Deep Research

openai/o3-deep-research
Oct 10, 2025200K context100K max output$10.00/M in · $40.00/M outReasoning

Description

o3-deep-research is OpenAI's advanced model for deep research, designed to tackle complex, multi-step research tasks.

Note: This model always uses the 'web_search' tool which adds additional cost.

Specifications

Provider
openai
Context Length
200K
Max Output
100K
Modality
Inimagetextfile
Outtext

Pricing

TypePrice / 1M tokens
Input$10.00
Output$40.00
Cache Read$2.50
Web Search$0.01 / call

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/o3-deep-research",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'