Skip to content

Commit 0548bfa

Browse files
authored
Merge pull request #28 from sanjeev3/deep-researcher
Deep research tool: Supported regions and resources
2 parents 6e1e33b + d65779e commit 0548bfa

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Use this article to learn how to use the Deep Research tool with the Azure AI Pr
1717

1818
## Prerequisites
1919

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+
2023
* The requirements in the [Deep Research overview](./deep-research.md).
2124
* The Deep Research tool requires the latest prerelease versions of the `azure-ai-projects` library. You can install it with the following command:
2225

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

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,28 @@ The deep research tool is a **code-only release** and available for use using th
3535
## Knowledge source support
3636
The deep research tool is tightly integrated with Grounding with Bing Search and only supports web-based research.
3737

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+
| ✔️ | ✔️ |
4143

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:
4346

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**:
4747
- Handles data as part of its research tasks.
4848
- 200-K context length, 100-K completion tokens, and May 31, 2024 knowledge cutoff.
4949
- Outputs its thinking as reasoning summary as it analyzes information.
5050
- Delivers a synthesized report at the end of the research task.
5151

52-
**Deployment information**:
53-
- Deployment type: Global Standard
54-
- Available regions: West US, Norway East
55-
- Quotas and limits: Enterprise: `30K RPS / 30M TPM`, Default: `3K RPS / 3M TPM`
52+
### Deployment information
53+
- **Deployment type**: Global Standard
54+
- **Available regions**: West US, Norway East
55+
- **Quotas and limits**: Enterprise: `30K RPS / 30M TPM`, Default: `3K RPS / 3M TPM`
56+
57+
## How Deep Research works
58+
59+
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.
5660

5761
### GPT model deployment for clarifying intent
5862

@@ -74,16 +78,19 @@ The output is a structured report that documents not only the comprehensive answ
7478

7579
## Prerequisites
7680
- 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.
7882
- [Grounding with Bing Search tool](./bing-grounding.md) resource for connecting to your Azure AI Foundry project.
7983
- [Model deployments](../../../model-inference/how-to/create-model-deployments.md) for the following models
8084
- `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.
8286

8387
## Setup
8488

8589
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.
8690

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+
8794
:::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":::
8895

8996
1. Navigate to the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) and create a new project.

0 commit comments

Comments
 (0)