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/openai/concepts/models.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn about the model capabilities for models like GPT-5, GPT-5-min
5
5
author: mrbullwinkle #ChrisHMSFT
6
6
ms.author: mbullwin #chrhoder#
7
7
manager: nitinme
8
-
ms.date: 08/06/2025
8
+
ms.date: 08/12/2025
9
9
ms.service: azure-ai-openai
10
10
ms.topic: conceptual
11
11
ms.custom:
@@ -129,6 +129,9 @@ az cognitiveservices account deployment create \
129
129
130
130
A model that intelligently selects from a set of underlying chat models to respond to a given prompt.
131
131
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.
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/how-to/model-router.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to use the model router in Azure OpenAI to select the bes
4
4
author: PatrickFarley
5
5
ms.author: pafarley
6
6
manager: nitinme
7
-
ms.date: 04/17/2025
7
+
ms.date: 08/12/2025
8
8
ms.service: azure-ai-openai
9
9
ms.topic: how-to
10
10
ms.custom:
@@ -20,6 +20,9 @@ You can access model router through the Completions API just as you would use a
20
20
21
21
## Deploy a model router model
22
22
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
+
23
26
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.
0 commit comments