Skip to content

Commit d91bb61

Browse files
committed
updates
1 parent a9c2a33 commit d91bb61

File tree

3 files changed

+27
-19
lines changed

3 files changed

+27
-19
lines changed

articles/ai-foundry/agents/concepts/model-region-support.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@ Azure AI Foundry Agent Service supports the following Azure OpenAI models in the
3030
> * 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).
3131
> * [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
3232
33-
| REGION | o1 | o3-mini | gpt-4.1, 2025-04-14 | gpt-4.1-mini, 2025-04-14 | gpt-4.1-nano, 2025-04-14 | gpt-4o, 2024-05-13 | gpt-4o, 2024-08-06 | gpt-4o, 2024-11-20 | gpt-4o-mini, 2024-07-18 | gpt-4, 0613 | gpt-4, turbo-2024-04-09 | gpt-4-32k, 0613 | gpt-35-turbo, 1106 | gpt-35-turbo, 0125 |o3-deep-research, 2025-06-26
34-
|------------------|----|---------|---------------------|--------------------------|--------------------------|--------------------|--------------------|--------------------|-------------------------|-------------|-------------------------|-----------------|--------------------|--------------------|--------------------|
35-
| australiaeast | | | | | | | | X | | X | | X | X | X | |
36-
| canadaeast | | | | | | | | X | | X | | X | X | X | |
37-
| eastus | | | | | | X | X | X | X | X | X | | | X | |
38-
| eastus2 | | | | | | X | X | X | X | X | X | | | X | |
39-
| francecentral | | | | | | | | X | | X | | X | X | X | |
40-
| japaneast | | | | | | | | X | | | | | | X | |
41-
| koreacentral | | | | | | | | | | | | | | | |
42-
| norwayeast | | | | | | | | X | | | | | | | X |
43-
| polandcentral | | | | | | | | | | | | | | | |
44-
| southindia | | | | | | | | X | | | | | X | | |
45-
| swedencentral | | | | | | X | X | X | X | X | X | X | X | X | |
46-
| switzerlandnorth | | | | | | | | X | | X | | X | | X | |
47-
| uaenorth | | | | | | | | | | | | | | | |
48-
| uksouth | | | | | | | | X | | | | | X | X | |
49-
| westus | | | | | | X | X | X | X | | X | | X | | X |
50-
| westus3 | | | | | | X | X | X | X | | X | | | | |
33+
| REGION | o3-deep-research, 2025-06-26 | o1 | o3-mini | gpt-4.1, 2025-04-14 | gpt-4.1-mini, 2025-04-14 | gpt-4.1-nano, 2025-04-14 | gpt-4o, 2024-05-13 | gpt-4o, 2024-08-06 | gpt-4o, 2024-11-20 | gpt-4o-mini, 2024-07-18 | gpt-4, 0613 | gpt-4, turbo-2024-04-09 | gpt-4-32k, 0613 | gpt-35-turbo, 1106 | gpt-35-turbo, 0125 |
34+
|------------------|------------------------------|----|---------|---------------------|--------------------------|--------------------------|--------------------|--------------------|--------------------|-------------------------|-------------|-------------------------|-----------------|--------------------|--------------------|
35+
| australiaeast | | | | | | | | | X | | X | | X | X | X |
36+
| canadaeast | | | | | | | | | X | | X | | X | X | X |
37+
| eastus | | | | | | | X | X | X | X | X | X | | | X |
38+
| eastus2 | | | | | | | X | X | X | X | X | X | | | X |
39+
| francecentral | | | | | | | | | X | | X | | X | X | X |
40+
| japaneast | | | | | | | | | X | | | | | | X |
41+
| koreacentral | | | | | | | | | | | | | | | |
42+
| norwayeast | X | | | | | | | | X | | | | | | |
43+
| polandcentral | | | | | | | | | | | | | | | |
44+
| southindia | | | | | | | | | X | | | | | X | |
45+
| swedencentral | | | | | | | X | X | X | X | X | X | X | X | X |
46+
| switzerlandnorth | | | | | | | | | X | | X | | X | | X |
47+
| uaenorth | | | | | | | | | | | | | | | |
48+
| uksouth | | | | | | | | | X | | | | | X | X |
49+
| westus | X | | | | | | X | X | X | X | | X | | X | |
50+
| westus3 | | | | | | | X | X | X | X | | X | | | |
5151

5252
## Non-Microsoft models
5353

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,18 @@ Every stage of the process is safeguarded by input/output classifiers and chain-
4646

4747
## Prerequisites
4848
- 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+
4952
- The [Grounding with Bing Search tool](./bing-grounding.md)
5053
- A [deployed models](../../../model-inference/how-to/create-model-deployments.md) and the following model
5154
- `o3-deep-research` version `2025-06-26`. This model is available in `West US` and `Norway East`.
5255

5356
## Setup
5457

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":::
5661

5762
1. Navigate to the project you created in the agent setup. Click on **Open in management center**.
5863
:::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
7378

7479
1. Search for the `o3-deep-research` model, and confirm the model deployment.
7580

81+
> [!NOTE]
82+
> You also need to deploy a GPT chat model in your project, for example GPT-4o.
83+
7684
:::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":::
7785

7886
## Next steps
421 KB
Loading

0 commit comments

Comments
 (0)