Skip to content

Commit 77a1e90

Browse files
authored
Update deep-research.md
1 parent 1f9058c commit 77a1e90

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/ai-foundry/agents/how-to/tools/deep-research.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,12 @@ The Deep Research model then starts the research task execution. This involves t
6868
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.
6969

7070
## Prerequisites
71-
- A basic or standard agent [environment setup](../../environment-setup.md)
72-
- 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.
71+
- Access to the deep research model, `o3-deep-research`. 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.
72+
- An Azure subscription with the ability to create resources [Set up your environment](../../articles/ai-foundry/agents/environment-setup.md
73+
- [Grounding with Bing Search tool](./bing-grounding.md) resource for connecting to your AI Foundry project.
74+
- [Model deployments](../../../model-inference/how-to/create-model-deployments.md) for the following models
75+
- `o3-deep-research` version `2025-06-26`. This model is available in `West US` and `Norway East`.
76+
- Any GPT model like the `gpt-4o` for intent clarification.
7377

7478
## Setup
7579

0 commit comments

Comments
 (0)