OpenAI Deep Research

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2025 Feb 4 13:21
Editor
Edited
Edited
2025 Jul 1 21:57
Refs

Workflow

notion image

Features

  • PDF export
notion image

MCP Server

from openai import OpenAI client = OpenAI() instructions = "<deep research instructions...>" resp = client.responses.create( model="o3-deep-research", background=True, reasoning={ "summary": "auto", }, tools=[ { "type": "mcp", "server_label": "mycompany_mcp_server", "server_url": "https://mycompany.com/mcp", "require_approval": "never", }, ], instructions=instructions, input="What similarities are in the notes for our closed/lost Salesforce opportunities?", ) print(resp.output_text)
 
 

Review

We Tried OpenAI’s New Deep Research—Here’s What We Found
Vibe check: It’s awesome.
We Tried OpenAI’s New Deep Research—Here’s What We Found
Introducing deep research
An agent that uses reasoning to synthesize large amounts of online information and complete multi-step research tasks for you. Available to Pro users today, Plus and Team next.
Introducing deep research
system card
Deep research System Card
This report outlines the safety work carried out prior to releasing deep research including external red teaming, frontier risk evaluations according to our Preparedness Framework, and an overview of the mitigations we built in to address key risk areas.
Deep research System Card

Deep Research API

Deep Research API with the Agents SDK | OpenAI Cookbook
This cookbook demonstrates how to build Agentic research workflows using the OpenAI Deep Research API and the OpenAI Agents SDK. It is a...
Deep Research API with the Agents SDK | OpenAI Cookbook
 
 

Recommendations