Skip to content

Commit 7ad33cf

Browse files
authored
Merge pull request #5964 from aahill/deep-researcher
updating models
2 parents 1ca0fa0 + 2613a3b commit 7ad33cf

File tree

2 files changed

+18
-21
lines changed

2 files changed

+18
-21
lines changed

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

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ author: aahill
77
ms.author: aahi
88
ms.service: azure-ai-agent-service
99
ms.topic: conceptual
10-
ms.date: 06/03/2025
11-
ms.custom: azure-ai-agents
10+
ms.date: 07/10/2025
11+
ms.custom: azure-ai-agents, references_regions
1212
---
1313

1414
# Models supported by Azure AI Foundry Agent Service
@@ -30,24 +30,21 @@ 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](../../openai/concepts/provisioned-throughput.md) in the Azure OpenAI documentation. `GlobalStandard` customers also have access to [global standard models](../../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 | 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 | | | |
33+
| REGION | o3-deep-research, 2025-06-26 | 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+
| norwayeast | X | | | X | | | | | | |
42+
| southindia | | | | X | | | | | X | |
43+
| swedencentral | | X | X | X | X | X | X | X | X | X |
44+
| switzerlandnorth | | | | X | | X | | X | | X |
45+
| uksouth | | | | X | | | | | X | X |
46+
| westus | X | X | X | X | X | | X | | X | |
47+
| westus3 | | X | X | X | X | | X | | | |
5148

5249
## Non-Microsoft models
5350

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ At its core, the Deep Research tool orchestrates a multi-step research pipeline
6363

6464
The Deep Research tool uses a second model deployment to clarify the question contained in the user prompt, gather additional context if needed, and precisely scope the research task. This helps make the output of an agent using the Deep Research tool more relevant and actionable, and can help optimize the search for your business scenario.
6565

66-
This second model is selected by the customer during configuration of the Deep Research tool and can be any of the GPT-series models including GPT-4o and GPT-4.1.
66+
This second model is selected by the customer during configuration of the Deep Research tool and can be any of the GPT-series models including GPT-4o.
6767

6868
### Grounding with Bing Search
6969

0 commit comments

Comments
 (0)