Skip to content

Commit 5a62a95

Browse files
Merge pull request #6535 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-12 17:16 UTC
2 parents ae9904c + c0b70e1 commit 5a62a95

File tree

10 files changed

+97
-83
lines changed

10 files changed

+97
-83
lines changed

articles/ai-foundry/openai/concepts/models.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about the model capabilities for models like GPT-5, GPT-5-min
55
author: mrbullwinkle #ChrisHMSFT
66
ms.author: mbullwin #chrhoder#
77
manager: nitinme
8-
ms.date: 08/06/2025
8+
ms.date: 08/12/2025
99
ms.service: azure-ai-openai
1010
ms.topic: conceptual
1111
ms.custom:
@@ -129,6 +129,9 @@ az cognitiveservices account deployment create \
129129

130130
A model that intelligently selects from a set of underlying chat models to respond to a given prompt.
131131

132+
> [!NOTE]
133+
> The latest version of model router is currently limited access only. You can request access using the `gpt-5 access` form: [gpt-5 limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required.
134+
132135
### Region availability
133136

134137
| Model | Region |

articles/ai-foundry/openai/how-to/model-router.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use the model router in Azure OpenAI to select the bes
44
author: PatrickFarley
55
ms.author: pafarley
66
manager: nitinme
7-
ms.date: 04/17/2025
7+
ms.date: 08/12/2025
88
ms.service: azure-ai-openai
99
ms.topic: how-to
1010
ms.custom:
@@ -20,6 +20,9 @@ You can access model router through the Completions API just as you would use a
2020

2121
## Deploy a model router model
2222

23+
> [!NOTE]
24+
> The latest version of model router is currently limited access only. You can request access using the `gpt-5 access` form: [gpt-5 limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required.
25+
2326
Model router is packaged as a single Azure AI Foundry model that you deploy. Follow the steps in the [resource deployment guide](/azure/ai-foundry/openai/how-to/create-resource). In the **Create new deployment** step, find `model-router` in the **Models** list. Select it, and then complete the rest of the deployment steps.
2427

2528
> [!NOTE]

articles/ai-foundry/openai/includes/model-matrix/datazone-standard.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ title: Datazone standard model availability
33
titleSuffix: Azure OpenAI in Azure AI Foundry Models
44
description: Regional availability for Global Batch models
55
manager: nitinme
6-
ms.date: 04/02/2025
6+
ms.date: 08/12/2025
77
ms.service: azure-ai-openai
88
ms.topic: include
99
ms.custom:
1010
- references_regions
1111
- build-2025
1212
---
1313

14-
| **Region** | **o3**, **2025-04-16** | **o4-mini**, **2025-04-16** | **gpt-4.1**, **2025-04-14** | **gpt-4.1-nano**, **2025-04-14** | **gpt-4.1-mini**, **2025-04-14** | **o3-mini**, **2025-01-31** | **o1**, **2024-12-17** | **gpt-4o**, **2024-05-13** | **gpt-4o**, **2024-08-06** | **gpt-4o**, **2024-11-20** | **gpt-4o-mini**, **2024-07-18** |
15-
|:-------------------|:----------------------:|:---------------------------:|:---------------------------:|:--------------------------------:|:--------------------------------:|:---------------------------:|:----------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:-------------------------------:|
16-
| eastus ||||||||||||
17-
| eastus2 ||||||||||||
18-
| francecentral ||||| - |||||||
19-
| germanywestcentral ||||| - |||||||
20-
| italynorth ||||| - ||| - | - |||
21-
| northcentralus ||||||||||||
22-
| polandcentral ||||| - |||||||
23-
| southcentralus ||||||||||||
24-
| spaincentral ||||| - |||||||
25-
| swedencentral |||| | - |||||||
26-
| westeurope ||||| - |||||||
27-
| westus ||||||||||||
28-
| westus3 ||||||||||||
14+
| **Region** | **gpt-5**, **2025-08-07** | **gpt-5-mini**, **2025-08-07** | **gpt-5-nano**, **2025-08-07** | **o3**, **2025-04-16** | **o4-mini**, **2025-04-16** | **gpt-4.1**, **2025-04-14** | **gpt-4.1-nano**, **2025-04-14** | **gpt-4.1-mini**, **2025-04-14** | **o3-mini**, **2025-01-31** | **o1**, **2024-12-17** | **gpt-4o**, **2024-05-13** | **gpt-4o**, **2024-08-06** | **gpt-4o**, **2024-11-20** | **gpt-4o-mini**, **2024-07-18** |
15+
|:-------------------|:-------------------------:|:------------------------------:|:------------------------------:|:----------------------:|:---------------------------:|:---------------------------:|:--------------------------------:|:--------------------------------:|:---------------------------:|:----------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:-------------------------------:|
16+
| eastus | - | - | - | |||||||||||
17+
| eastus2 | ||||||||||||||
18+
| francecentral | - | - | - | |||| |||||||
19+
| germanywestcentral | - | - | - | |||| |||||||
20+
| italynorth | - | - | - | |||| ||| - | - |||
21+
| northcentralus | - | - | - | |||||||||||
22+
| polandcentral | - | - | - | |||| |||||||
23+
| southcentralus | - | - | - | |||||||||||
24+
| spaincentral | - | - | - | |||| |||||||
25+
| swedencentral | | | || ||| |||||||
26+
| westeurope | - | - | - | |||| |||||||
27+
| westus | - | - | - | |||||||||||
28+
| westus3 | - | - | - | |||||||||||

0 commit comments

Comments
 (0)