Two new additions to the API: π Deep research πͺ Webhooks

OpenAI Developers@OpenAIDevs
42 views
Jun 26, 2025
~1 min read
1
Two new additions to the API:
π Deep research
πͺ Webhooks
π Deep research
πͺ Webhooks
2
o3-deep-research: platform.openai.com/docs/models/o3β¦
o4-mini-deep-research: platform.openai.com/docs/models/o4β¦
These models are the same post-trained o3 and o4-mini models that power deep research in ChatGPT.
They also support MCP (search/fetch) and Code Interpreter.
o4-mini-deep-research: platform.openai.com/docs/models/o4β¦
These models are the same post-trained o3 and o4-mini models that power deep research in ChatGPT.
They also support MCP (search/fetch) and Code Interpreter.
3
And instead of polling, webhooks now let you receive notifications for certain API eventsβsuch as completed responses, fine-tuning jobs, and batch jobs.
We recommend using webhooks for long-horizon tasks (like deep research!) to improve reliability.
platform.openai.com/docs/guides/weβ¦
We recommend using webhooks for long-horizon tasks (like deep research!) to improve reliability.
platform.openai.com/docs/guides/weβ¦
4
Read our cookbook guide on how to get started with deep research in the API: cookbook.openai.com/examples/deep_β¦