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/concepts/model-region-support.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,24 +30,24 @@ Azure AI Foundry Agent Service supports the following Azure OpenAI models in the
30
30
> * The following table is for serverless API deployment availability. For information on Provisioned Throughput Unit (PTU) availability, see [provisioned throughput](../../../ai-services/openai/concepts/provisioned-throughput.md) in the Azure OpenAI documentation. `GlobalStandard` customers also have access to [global standard models](../../../ai-services/openai/concepts/models.md#global-standard-model-availability).
31
31
> *[Hub based projects](../../what-is-azure-ai-foundry.md#project-types) are limited to the following models: gpt-4o, gpt-4o-mini, gpt-4, gpt-35-turbo
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/deep-research.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,18 @@ Every stage of the process is safeguarded by input/output classifiers and chain-
46
46
47
47
## Prerequisites
48
48
- A basic or standard agent [environment setup](../../environment-setup.md)
49
+
50
+
To use Deep Research, you will create the following in this article:
51
+
49
52
- The [Grounding with Bing Search tool](./bing-grounding.md)
50
53
- A [deployed models](../../../model-inference/how-to/create-model-deployments.md) and the following model
51
54
-`o3-deep-research` version `2025-06-26`. This model is available in `West US` and `Norway East`.
52
55
53
56
## Setup
54
57
55
-
To use the Deep Research model, create a new project and add your Grounding with Bing Search as a new connection. In the [AI Foundry portal](https://ai.azure.com/?cid=learnDocs):
58
+
To use the Deep Research model, you need to create a new project and add your Grounding with Bing Search resource as a new connection. In the [AI Foundry portal](https://ai.azure.com/?cid=learnDocs):
59
+
60
+
1. :::image type="content" source="../../media/tools/deep-research/project-creation.png" alt-text="A screenshot of project creation in Azure AI Foundry." lightbox="../../media/tools/deep-research/project-creation.png":::
56
61
57
62
1. Navigate to the project you created in the agent setup. Click on **Open in management center**.
58
63
:::image type="content" source="../../media/tools/ai-search/project-studio.png" alt-text="A screenshot of a project in Azure AI Foundry." lightbox="../../media/tools/ai-search/project-studio.png":::
@@ -73,6 +78,9 @@ To use the Deep Research model, create a new project and add your Grounding with
73
78
74
79
1. Search for the `o3-deep-research` model, and confirm the model deployment.
75
80
81
+
> [!NOTE]
82
+
> You also need to deploy a GPT chat model in your project, for example GPT-4o.
83
+
76
84
:::image type="content" source="../../media/tools/deep-research/deep-research-model.png" alt-text="A screenshot of the model deployment." lightbox="../../media/tools/deep-research/deep-research-model.png":::
0 commit comments