openaiVision
OpenAI: o4 Mini Deep Research
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.
Context
200k tokens
Input / 1M tokens
$2
Output / 1M tokens
$8
Benchmark
—
Pricing
Input tokens$2 per 1M tokens
Output tokens$8 per 1M tokens
Cache read$0.50 per 1M tokens
Technical details
Model IDopenai/o4-mini-deep-research
Context window200k tokens
Input modalitiesfile, image, text, pdf
Output modalitiestext
TokenizerGPT
Max output tokens100,000
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'openai/o4-mini-deep-research',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use OpenAI: o4 Mini Deep Research?
Get an API key and start making requests in minutes.
Get an API key