You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/deep-research.md
+64-36Lines changed: 64 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,25 +12,54 @@ ms.topic: how-to
12
12
13
13
# Deep Research tool (preview)
14
14
15
-
The Deep Research model in the Azure AI Foundry Agent Service enables you to use an advanced agentic research capability, and integrate it with your data and systems.
15
+
The Deep Research model in the Azure AI Foundry Agent Service enables you to use web-based research capability, and integrate it with your systems.
16
16
17
17
> [!IMPORTANT]
18
-
> * Deep Research uses **Grounding with Bing Search**. Be sure to read and understand all stipulations of its use, including potential [costs](https://www.microsoft.com/bing/apis/grounding-pricing) that can be incurred, the [terms of use](https://www.microsoft.com/bing/apis/grounding-legal), and [use and display requirements](./bing-grounding.md#how-to-display-grounding-with-bing-search-results). See the [Grounding with Bing Search](./bing-grounding.md) documentation for more information.
19
-
> * Deep Research is not available in Azure OpenAI.
18
+
> *The Deep Research tool uses **Grounding with Bing Search**. Be sure to read and understand all stipulations of its use, including potential [costs](https://www.microsoft.com/bing/apis/grounding-pricing) that can be incurred, the [terms of use](https://www.microsoft.com/bing/apis/grounding-legal), and [use and display requirements](./bing-grounding.md#how-to-display-grounding-with-bing-search-results). See the [Grounding with Bing Search](./bing-grounding.md) documentation for more information.
19
+
> *The Deep Research tool uses the Azure OpenAI `o3-deep-research` model. This model is not available in Azure OpenAi service.
20
20
21
-
## Usage support
21
+
> [!NOTE]
22
+
> When using Grounding with Bing Search, only the Bing search query, tool parameters, and your resource key are sent to Bing, and no end user-specific information is included. Your resource key is sent to Bing solely for billing and rate limiting purposes.
22
23
24
+
## Usage support
25
+
The deep research tool is a **code-only release** and available for use via the Agents Python SDK once you complete the AI Foundry project setup described in the following sections.
23
26
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API |Basic agent setup | Standard agent setup |
> Once the agent is running via code, some elements of the agent and thread runs may show up in the Foundry user interface.
32
+
33
+
## Knowledge source support
34
+
The deep research tool is tightly integrated with Grounding with Bing Search and only supports web-based research.
35
+
|Grounding with Bing Search|
36
+
|---------|
37
+
| ✔️ |
38
+
27
39
## How Deep Research works
28
40
29
-
At its core, the Deep Research tool orchestrates a multi-step research pipeline that’s tightly integrated with Grounding with Bing Search and Azure OpenAI models
41
+
At its core, the Deep Research tool orchestrates a multi-step research pipeline that’s tightly integrated with Grounding with Bing Search and the Azure OpenAI deep research model.
42
+
43
+
### Deep research model deployment
44
+
45
+
The Deep research tool uses the `o3-deep-research` model for its research tasks. It is a fine-tuned version of the `o3` model designed to perform automated detailed analysis of knowledge sources and create detailed research reports.
46
+
47
+
**Key features**:
48
+
- Handles text, images and PDFs as part of its research tasks
49
+
- 200K context length, 100K completion tokens, and May 31, 2024 knowledge cutoff
50
+
- Outputs its thinking as reasoning summary as it analyzes information
51
+
- Delivers a synthesized report at the end of the research task
52
+
53
+
**Deployment information**:
54
+
- Deployment type: Global Standard
55
+
- Regions: West US, Norway East
56
+
- Quotas and limits: Enterprise: 30 K RPS/ 30 M TPM, Default: 3 K RPS/ 3 M TPM
30
57
31
-
### Clarifying intent and scoping the task
58
+
### GPT model deployment for clarifying intent
32
59
33
-
When a user or downstream app submits a research query, the agent uses GPT-series models including GPT-4o and GPT-4.1 to clarify the question, gather additional context if needed, and precisely scope the research task. This ensures the agent’s output is both relevant and actionable, and that every search is optimized for your business scenario.
60
+
The deep research tool uses a second model deployment to clarify the question, gather additional context if needed, and precisely scope the research task. This ensures the agent’s output is both relevant and actionable, and that every search is optimized for your business scenario.
61
+
62
+
This second model can be any of the GPT-series models including GPT-4o and GPT-4.1.
34
63
35
64
### Grounding with Bing Search
36
65
@@ -42,48 +71,47 @@ The Deep Research model then starts the research task execution. This involves t
42
71
43
72
### Transparency, safety, and compliance
44
73
45
-
Every stage of the process is safeguarded by input/output classifiers and chain-of-thought (CoT) summarizers. The final output is a structured report that documents not only the answer, but also the model's reasoning path, source citations, and any clarifications requested during the session. This makes every answer fully auditable.
74
+
The output is a structured report that documents not only the answer, but also the model's reasoning path, source citations, and any clarifications requested during the session. This makes every answer fully auditable.
46
75
47
76
## Prerequisites
48
-
- A basic or standard agent [environment setup](../../environment-setup.md)
49
-
- Access to the Deep Research model is gated. Fill out the [request form](https://aka.ms/OAI/deepresearchaccess) for access. If you have already have access to the o3 model no request is required.
50
-
51
-
To use Deep Research, you will create the following in this article:
52
-
53
-
- The [Grounding with Bing Search tool](./bing-grounding.md)
54
-
- A [deployed models](../../../model-inference/how-to/create-model-deployments.md) and the following model
77
+
- If you already have access to the `o3` model no request is required for the deep research model. Otherwise, fill out the [request form](https://aka.ms/OAI/deepresearchaccess).
78
+
- An Azure subscription with the ability to create resources [Set up your environment](../../articles/ai-foundry/agents/environment-setup.md)
79
+
-[Grounding with Bing Search tool](./bing-grounding.md) resource for connecting to your AI Foundry project.
80
+
-[Model deployments](../../../model-inference/how-to/create-model-deployments.md) for the following models
55
81
-`o3-deep-research` version `2025-06-26`. This model is available in `West US` and `Norway East`.
82
+
- Any GPT model like the `gpt-4o` for intent clarification.
56
83
57
84
## Setup
58
85
59
-
To use the Deep Research model, you need to create a new project and add your Grounding with Bing Search resource as a new connection. In the [AI Foundry portal](https://ai.azure.com/?cid=learnDocs):
60
-
61
-
1. :::image type="content" source="../../media/tools/deep-research/project-creation.png" alt-text="A screenshot of project creation in Azure AI Foundry." lightbox="../../media/tools/deep-research/project-creation.png":::
62
-
63
-
1. Navigate to the project you created in the agent setup. Click on **Open in management center**.
64
-
:::image type="content" source="../../media/tools/ai-search/project-studio.png" alt-text="A screenshot of a project in Azure AI Foundry." lightbox="../../media/tools/ai-search/project-studio.png":::
65
-
66
-
1. Select **Create connection**.
67
-
68
-
:::image type="content" source="../../media/create-connection.png" alt-text="A screenshot showing the connection creation screen in the Azure AI Foundry portal" lightbox="../../media/create-connection.png":::
69
-
70
-
1. In the screen that appears, select **Grounding with Bing Search**. Then enter your connection details.
86
+
To use the Deep Research tool, you need to create the Ai Foundry type project, add your Grounding with Bing Search resource as a new connection, deploy the deep research model, and deploy the GPT model.
71
87
72
-
:::image type="content" source="../../media/tools/deep-research/bing-connection.png" alt-text="A screenshot of the screen to select Grounding with Bing Search." lightbox="../../media/tools/deep-research/bing-connection.png":::
88
+
:::image type="content" source="../../media/tools/deep-research/setup-deep-research-tool.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/setup-deep-research-tool.png":::
73
89
74
-
:::image type="content" source="../../media/tools/bing/add-connection.png" alt-text="A screenshot of the screen to add a Grounding with Bing Search connection." lightbox="../../media/tools/bing/add-connection.png":::
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step1.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step1.png":::
75
93
76
-
1. Deploy the Deep Research model. Select **Models + Endpoints**. Then select **Deploy model**.
94
+
1. Select the Azure AI Foundry project type:
95
+
96
+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step2.PNG" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step2.PNG":::
77
97
78
-
:::image type="content" source="../../media/deploy-model.png" alt-text="A screenshot of the screen to deploy a model." lightbox="../../media/deploy-model.png":::
98
+
1. Update the project name and description:
99
+
100
+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step3.PNG" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step3.PNG":::
79
101
80
-
1. Search for the `o3-deep-research` model, and confirm the model deployment.
102
+
1. Connect a Grounding with Bing Search account:
103
+
104
+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step4.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step4.png":::
81
105
82
-
> [!NOTE]
83
-
> You also need to deploy a GPT chat model in your project, for example GPT-4o.
106
+
1. Navigate to the Models + Endpoints tab:
107
+
108
+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step5.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step5.png":::
84
109
85
-
:::image type="content" source="../../media/tools/deep-research/deep-research-model.png" alt-text="A screenshot of the model deployment." lightbox="../../media/tools/deep-research/deep-research-model.png":::
110
+
1. Deploy the deep research model and a GPT model:
111
+
112
+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step6.PNG" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step6.PNG":::
113
+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step7.PNG" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step7.PNG":::
86
114
87
115
## Next steps
88
116
89
-
Learn [how to use the Deep Research tool](./deep-research-samples.md).
117
+
Learn [how to use the Deep Research tool](./deep-research-samples.md).
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/overview.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ To keep your AI agent informed with richer context from various data sources. Th
30
30
31
31
To streamline workflows with your AI agent with capabilities to take actions. The Foundry Agent Service provides different action tools for you with different level of flexibility, control, and ease of integration:
32
32
33
+
-**Deep Research tool**: Web-based integrated deep research pipeline with the `o3-deep-research` model and Grounding with Bing Search.
33
34
-**Azure Logic Apps**: Low-code / no-code solution to add a workflow to your AI Agent
34
35
-**OpenAPI Spec tool**: Bring an existing OpenAPI specification of a service API you want to add to your AI agent, with no or minor changes.
35
36
-**MCP tool**: Bring an existing Model Context Protocol (MCP) endpoint that you want to add to your AI agent.
@@ -121,4 +122,4 @@ Grounding with Bing Search tool
121
122
- Use: Gather external trends or news to enrich the post with real-time insights.
122
123
- Trigger this when:
123
124
- The user asks to reference recent data or competitive context.
124
-
- Example: "Can you reference the latest industry trends?" or "What are competitors doing?".
125
+
- Example: "Can you reference the latest industry trends?" or "What are competitors doing?".
0 commit comments