Prompt Buddy logoPrompt Buddy

openai · OpenAI Platform Docs

Deep research

Teaches how to implement and optimize deep research workflows using o3 and o4-mini models, including configuring data sources like web search, MCP servers, and vector stores, as well as managing long-running requests...

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Deep research

Teaches how to implement and optimize deep research workflows using o3 and o4-mini models, including configuring data sources like web search, MCP servers, and vector stores, as well as managing long-running requests...

When To Use

Use when you need to implement automated, multi-step research agents that synthesize information from web searches, remote MCP servers, or internal vector stores into comprehensive reports.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/deep-research-workflow-guide.mdA guide explaining how to use o3-deep-research and o4-mini-deep-research models to find, analyze, and synthesize information into comprehensive reports.Questions about a guide explaining how to use o3-deep-research and o4-mini-deep-research models to find, analyze, and synthesize info...
examples/deep-research-openai-deep-research-websearchcall.jsonA JSON object representing a completed web search call within the deep research workflow.Exact payloads, commands, or snippets shown in A JSON object representing a completed web search call within the deep research workflow.
examples/deep-research-openai-deep-research-response-format.jsonA JSON object demonstrating the structure of a deep research response including text content and inline citations.Exact payloads, commands, or snippets shown in A JSON object demonstrating the structure of a deep research response including text content and inline citations.
examples/deep-research-openai-deep-research-html-guide.htmlAn HTML document demonstrating the deep research feature structure and content layout from the OpenAI platform documentation.Exact payloads, commands, or snippets shown in An HTML document demonstrating the deep research feature structure and content layout from the OpenAI platform docume...
examples/deep-research-openai-deep-research-guide.textA text-based guide detailing the deep research capabilities and workflow within the OpenAI platform.Exact payloads, commands, or snippets shown in A text-based guide detailing the deep research capabilities and workflow within the OpenAI platform.
examples/deep-research-openai-deep-research-system-prompt.markdownA markdown example of a system prompt designed for an expert classification system to detect data exfiltration during deep research tasks.Exact payloads, commands, or snippets shown in A markdown example of a system prompt designed for an expert classification system to detect data exfiltration during...

What This Skill Covers

  • The o3-deep-research and o4-mini-deep-research models can find, analyze, and synthesize hundreds of sources to create a comprehensive report at the level of...
  • Main sections: Output structure, Best practices, Prompting deep research models, Research with your own data, Prompt text.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.openai.com/api/docs/guides/deep-research.md