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
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ ms.topic: how-to
15
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.
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
21
## Usage support
22
22
@@ -48,12 +48,6 @@ Every stage of the process is safeguarded by input/output classifiers and chain-
48
48
- A basic or standard agent [environment setup](../../environment-setup.md)
49
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
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
55
-
-`o3-deep-research` version `2025-06-26`. This model is available in `West US` and `Norway East`.
56
-
57
51
## Setup
58
52
59
53
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):
@@ -86,4 +80,4 @@ To use the Deep Research model, you need to create a new project and add your Gr
86
80
87
81
## Next steps
88
82
89
-
Learn [how to use the Deep Research tool](./deep-research-samples.md).
83
+
Learn [how to use the Deep Research tool](./deep-research-samples.md).
0 commit comments