Skip to content

Commit 7e27943

Browse files
authored
Update deep-research.md
1 parent be0ffb9 commit 7e27943

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,22 @@ The Deep Research model in the Azure AI Foundry Agent Service enables you to use
2626

2727
## How Deep Research works
2828

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
40+
41+
Deployment information:
42+
- Deployment type: Global Standard
43+
- Regions: West US, Norway East
44+
- Quotas and limits: Enterprise: 30K RPS/ 30M TPM, Default: 3K RPS/ 3M TPM
3045

3146
### Clarifying intent and scoping the task
3247

0 commit comments

Comments
 (0)