Skip to content

Commit f159d52

Browse files
committed
update
1 parent 84193c9 commit f159d52

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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]

0 commit comments

Comments
 (0)