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-samples.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ Use this article to learn how to use the Deep Research tool with the Azure AI Pr
17
17
18
18
## Prerequisites
19
19
20
+
> [!NOTE]
21
+
> * The `o3-deep-research` model and the GPT model deployments should be part of your AI Foundry project resulting in all three resources in the same Azure subscription and same region. Supported regions are **West US** and **Norway East**.
22
+
20
23
* The requirements in the [Deep Research overview](./deep-research.md).
21
24
* The Deep Research tool requires the latest prerelease versions of the `azure-ai-projects` library. You can install it with the following command:
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/deep-research.md
+20-13Lines changed: 20 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,24 +35,28 @@ The deep research tool is a **code-only release** and available for use using th
35
35
## Knowledge source support
36
36
The deep research tool is tightly integrated with Grounding with Bing Search and only supports web-based research.
37
37
38
-
## How Deep Research works
39
-
40
-
At its core, the Deep Research tool orchestrates a multi-step research pipeline uses the Azure OpenAI's `o3-deep-research` model together with Grounding with Bing Search to autonomously search for and read information from multiple online sources appropriate to the user prompt. This enables the Deep Research tool to generate thorough, documented, and cited reports on complex topics.
38
+
## Region support
39
+
The Deep Research tool is supported in the following regions where the deep research model is available for deployment.
40
+
|West US | Norway East |
41
+
|---------|---------|
42
+
| ✔️ | ✔️ |
41
43
42
-
### Deep research model deployment
44
+
## Deep research model
45
+
The Deep Research tool uses the Azure OpenAI `o3-deep-research` model for its research tasks. The model was fine-tuned on the Azure OpenAI `o3` reasoning model. Key features:
43
46
44
-
The Deep Research tool uses the Azure OpenAI `o3-deep-research` model for its research tasks. The model was fine-tuned on the Azure OpenAI `o3` reasoning model.
45
-
46
-
**Key features**:
47
47
- Handles data as part of its research tasks.
48
48
- 200-K context length, 100-K completion tokens, and May 31, 2024 knowledge cutoff.
49
49
- Outputs its thinking as reasoning summary as it analyzes information.
50
50
- Delivers a synthesized report at the end of the research task.
At its core, the Deep Research tool orchestrates a multi-step research pipeline uses the Azure OpenAI's `o3-deep-research` model and any GPT model together with Grounding with Bing Search to autonomously search for and read information from multiple online sources appropriate to the user prompt. This enables the Deep Research tool to generate thorough, documented, and cited reports on complex topics.
56
60
57
61
### GPT model deployment for clarifying intent
58
62
@@ -74,16 +78,19 @@ The output is a structured report that documents not only the comprehensive answ
74
78
75
79
## Prerequisites
76
80
- If you already have access to the Azure OpenAI `o3` model, no request is required to access the `o3-deep-research` model. Otherwise, fill out the [request form](https://aka.ms/OAI/deepresearchaccess).
77
-
- An Azure subscription with the ability to create resources [Set up your environment](../../environment-setup.md)
81
+
- An Azure subscription with the ability to create AI Foundry project, Grounding with Bing Search, deep research model and GPT model resources [Set up your environment](../../environment-setup.md) in the **West US** and **Norway East** regions.
78
82
-[Grounding with Bing Search tool](./bing-grounding.md) resource for connecting to your Azure AI Foundry project.
79
83
-[Model deployments](../../../model-inference/how-to/create-model-deployments.md) for the following models
80
84
-`o3-deep-research` version `2025-06-26`. This model is available in `West US` and `Norway East`.
81
-
- Any Azure OpenAI GPT model like `gpt-4o` for intent clarification.
85
+
- Any Azure OpenAI GPT model like `gpt-4o` for intent clarification. Deploy in the same regions.
82
86
83
87
## Setup
84
88
85
89
To use the Deep Research tool, you need to create the Azure AI Foundry type project, add your Grounding with Bing Search resource as a new connection, deploy the `o3-deep-research-model`, and deploy the selected Azure OpenAI GPT model.
86
90
91
+
> [!NOTE]
92
+
> * The `o3-deep-research` model and the GPT model deployments should be part of your AI Foundry project resulting in all three resources in the same Azure subscription and same region. Supported regions are **West US** and **Norway East**.
93
+
87
94
:::image type="content" source="../../media/tools/deep-research/setup-deep-research-tool.png" alt-text="A diagram of the steps to set up the deep research tool." lightbox="../../media/tools/deep-research/setup-deep-research-tool.png":::
88
95
89
96
1. Navigate to the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) and create a new project.
0 commit comments