Back to Models
OpenAI: o4 Mini Deep Research
openai/o4-mini-deep-researchOct 10, 2025200K context100K max output$2.00/M in · $8.00/M outReasoning
Description
o4-mini-deep-research is OpenAI's faster, more affordable deep research model—ideal for tackling 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
Infileimagetext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $2.00 |
| Output | $8.00 |
| Cache Read | $0.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/o4-mini-deep-research",
"messages": [{"role": "user", "content": "Hello!"}]
}'