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
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,15 @@ At its core, the Deep Research tool orchestrates a multi-step research pipeline
43
43
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.
44
44
45
45
**Key features**:
46
-
- Handles text, images, and PDFs as part of its research tasks
47
-
- 200-K context length, 100K completion tokens, and May 31, 2024 knowledge cutoff
48
-
- Outputs its thinking as reasoning summary as it analyzes information
49
-
- Delivers a synthesized report at the end of the research task
46
+
- Handles text, images, and PDFs as part of its research tasks.
47
+
- 200-K context length, 100-K completion tokens, and May 31, 2024 knowledge cutoff.
48
+
- Outputs its thinking as reasoning summary as it analyzes information.
49
+
- Delivers a synthesized report at the end of the research task.
50
50
51
51
**Deployment information**:
52
52
- Deployment type: Global Standard
53
53
- Available regions: West US, Norway East
54
-
- Quotas and limits: Enterprise: 30 K RPS/ 30 M TPM, Default: 3 K RPS/ 3 M TPM
@@ -83,35 +83,35 @@ The output is a structured report that documents not only the answer, but also t
83
83
84
84
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.
85
85
86
-
:::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":::
86
+
:::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":::
87
87
88
88
1. Navigate to the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) and create a new project.
89
89
90
-
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-1.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step-1.png":::
90
+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-1.png" alt-text="A screenshot of the project creation button." lightbox="../../media/tools/deep-research/deep-research-tool-step-1.png":::
91
91
92
92
1. Select the Azure AI Foundry project type.
93
93
94
-
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-2.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step-2.PNG":::
94
+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-2.png" alt-text="A screenshot of the Azure AI Foundry project type." lightbox="../../media/tools/deep-research/deep-research-tool-step-2.PNG":::
95
95
96
-
1. Update the project name and description
96
+
1. Update the project name and description.
97
97
98
-
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-3.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step-3.png":::
98
+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-3.png" alt-text="A screenshot of an example project name." lightbox="../../media/tools/deep-research/deep-research-tool-step-3.png":::
99
99
100
-
1. Connect a Grounding with Bing Search account
100
+
1. Connect a Grounding with Bing Search account.
101
101
102
-
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-4.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step-4.png":::
102
+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-4.png" alt-text="A screenshot showing a connection to a Grounding with Bing search account." lightbox="../../media/tools/deep-research/deep-research-tool-step-4.png":::
103
103
104
104
1. Navigate to the **Models + Endpoints** tab.
105
105
106
-
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-5.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step-5.png":::
106
+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-5.png" alt-text="A screenshot of the models and endpoints page." lightbox="../../media/tools/deep-research/deep-research-tool-step-5.png":::
107
107
108
108
1. Deploy the deep research model.
109
109
110
-
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-6.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step-6.png":::
110
+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-6.png" alt-text="A screenshot of a deep research model deployment." lightbox="../../media/tools/deep-research/deep-research-tool-step-6.png":::
111
111
112
-
1. Deploy a GPT model. For example gpt-4o
112
+
1. Deploy a GPT model. For example gpt-4o.
113
113
114
-
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-7.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/deep-research-tool-step-7.png":::
114
+
:::image type="content" source="../../media/tools/deep-research/deep-research-tool-step-7.png" alt-text="A screenshot of a GPT 4o model deployment." lightbox="../../media/tools/deep-research/deep-research-tool-step-7.png":::
0 commit comments