openaiVision
OpenAI: o3 Deep Research ($$$$)
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.
Context
200k tokens
Input / 1M tokens
$10
Output / 1M tokens
$40
Benchmark
—
Pricing
Input tokens$10 per 1M tokens
Output tokens$40 per 1M tokens
Cache read$2.50 per 1M tokens
Technical details
Model IDopenai/o3-deep-research
Context window200k tokens
Input modalitiesimage, text, file, 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/o3-deep-research',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use OpenAI: o3 Deep Research ($$$$)?
Get an API key and start making requests in minutes.
Get an API key