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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,16 +47,18 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
47
47
|`gpt-5-nano` (2025-08-07) | East US 2 (Global Standard), Sweden Central (Global Standard)|
48
48
|`gpt-5-chat` (2025-08-07) | East US 2 (Global Standard), Sweden Central (Global Standard)|
49
49
50
-
**[Registration is required for access to GPT-5 series models](https://aka.ms/oai/gpt5access).**
50
+
-**[Registration is required for access to the gpt-5 model](https://aka.ms/oai/gpt5access).**
51
+
52
+
-`gpt-5-mini`, `gpt-5-nano`, and `gpt-5-chat` do not require registration.
51
53
52
54
Access will be granted based on Microsoft's eligibility criteria. Customers who previously applied and received access to `o3`, don't need to reapply as their approved subscriptions will automatically be granted access upon model release.
53
55
54
56
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
|`gpt-5-chat` (2025-08-07)<br>**Preview**| - Chat Completions API. <br> - [Responses API](../how-to/responses.md). - Text only | 128,000 | 16,384|October 24, 2024|
60
62
61
63
## gpt-oss
62
64
@@ -138,7 +140,7 @@ A model that intelligently selects from a set of underlying chat models to respo
138
140
139
141
| Model ID | Description | Context window | Max output tokens | Training data (up to) |
140
142
| --- | :--- |:--- |:---|:---: |
141
-
|`model-router` (2025-08-07) | A model that intelligently selects from a set of underlying models to respond to a given prompt. | 200,000 | 32,768 (`GPT-4.1 series`)</br> 100,000 (`o4-mini`)</br> 128,000 (`gpt-5 reasoning models`) | - |
143
+
|`model-router` (2025-08-07) | A model that intelligently selects from a set of underlying models to respond to a given prompt. | 200,000 | 32,768 (`GPT-4.1 series`)</br> 100,000 (`o4-mini`)</br> 128,000 (`gpt-5 reasoning models`) </br> 16,384 (`gpt-5-chat`) | - |
142
144
|`model-router` (2025-05-19) | A model that intelligently selects from a set of underlying chat models to respond to a given prompt. | 200,000 | 32,768 (`GPT-4.1 series`)</br> 100,000 (`o4-mini`) | May 31, 2024 |
143
145
144
146
Larger context windows are compatible with *some* of the underlying models. That means an API call with a larger context succeeds only if the prompt happens to be routed to the right model. Otherwise, the call fails.
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/how-to/reasoning.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ Azure OpenAI reasoning models are designed to tackle reasoning and problem-solvi
28
28
29
29
| Model | Region | Limited access |
30
30
|---|---|---|
31
-
|`gpt-5`| East US2 & Sweden Central (Global Standard) | Request access: [gpt-5 series limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required |
32
-
|`gpt-5-mini`| East US2 & Sweden Central (Global Standard) |Request access: [gpt-5 series limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required|
33
-
|`gpt-5-nano`| East US2 & Sweden Central (Global Standard) |Request access: [gpt-5 series limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required|
31
+
|`gpt-5`| East US2 & Sweden Central (Global Standard) | Request access: [gpt-5 limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required |
32
+
|`gpt-5-mini`| East US2 & Sweden Central (Global Standard) |No access request needed to use the core capabilities of this model|
33
+
|`gpt-5-nano`| East US2 & Sweden Central (Global Standard) |No access request needed to use the core capabilities of this model|
34
34
|`o3-pro`| East US2 & Sweden Central (Global Standard) | Request access: [o3 limited access model application](https://aka.ms/oai/o3access). If you already have `o3 access` no request is required. |
35
35
|`codex-mini`| East US2 & Sweden Central (Global Standard) | No access request needed. |
36
36
|`o4-mini`|[Model availability](../concepts/models.md#global-standard-model-availability)| No access request needed to use the core capabilities of this model.<br><br> Request access: [o4-mini reasoning summary feature](https://aka.ms/oai/o3access)|
0 commit comments