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-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,22 @@ The Deep Research model in the Azure AI Foundry Agent Service enables you to use
26
26
27
27
## How Deep Research works
28
28
29
-
At its core, the Deep Research tool orchestrates a multi-step research pipeline that’s tightly integrated with Grounding with Bing Search and Azure OpenAI models
29
+
At its core, the Deep Research tool orchestrates a multi-step research pipeline that’s tightly integrated with Grounding with Bing Search and the Azure OpenAI deep research model.
30
+
31
+
### Deep research model deployment
32
+
33
+
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.
34
+
35
+
Key features:
36
+
- Handles text, images and PDFs as part of its research tasks
37
+
- 200K context length, 100K completion tokens, and May 31, 2024 knowledge cutoff
38
+
- Outputs its thinking as reasoning summary as it analyzes information
39
+
- Delivers a synthesized report at the end of the research task
0 commit comments