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/how-to/reasoning.md
+21-19Lines changed: 21 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ manager: nitinme
6
6
ms.service: azure-ai-foundry
7
7
ms.subservice: azure-ai-foundry-openai
8
8
ms.topic: include
9
-
ms.date: 09/08/2025
9
+
ms.date: 10/07/2025
10
10
author: mrbullwinkle
11
11
ms.author: mbullwin
12
12
---
@@ -29,8 +29,9 @@ Azure OpenAI reasoning models are designed to tackle reasoning and problem-solvi
29
29
30
30
| Model | Region | Limited access |
31
31
|---|---|---|
32
-
|`gpt-5-codex`| East US2 & Sweden Central (Global Standard) | Request access: [Limited access model application](https://aka.ms/oai/gpt5access)|
33
-
|`gpt-5`|[Model availability](../concepts/models.md#global-standard-model-availability)| Request access: [Limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required |
32
+
|`gpt-5-pro`| East US2 & Sweden Central (Global Standard) | Request access: [Limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required. |
33
+
|`gpt-5-codex`| East US2 & Sweden Central (Global Standard) | Request access: [Limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required. |
34
+
|`gpt-5`|[Model availability](../concepts/models.md#global-standard-model-availability)| Request access: [Limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required. |
34
35
|`gpt-5-mini`|[Model availability](../concepts/models.md#global-standard-model-availability)| No access request needed. |
35
36
|`gpt-5-nano`|[Model availability](../concepts/models.md#global-standard-model-availability)| No access request needed. |
36
37
|`o3-pro`| East US2 & Sweden Central (Global Standard) | Request access: [Limited access model application](https://aka.ms/oai/o3access). If you already have `o3 access` no request is required. |
@@ -45,26 +46,27 @@ Azure OpenAI reasoning models are designed to tackle reasoning and problem-solvi
<sup>1</sup> Parallel tool calls are not supported when `reasoning_effort` is set to `minimal`<br><br>
66
67
<sup>2</sup> Reasoning models will only work with the `max_completion_tokens` parameter when using the Chat Completions API. Use `max_output_tokens` with the Responses API. <br><br>
67
68
<sup>3</sup> The latest reasoning models support system messages to make migration easier. You should not use both a developer message and a system message in the same API request.<br><br>
69
+
<sup>4</sup> `gpt-5-pro` only supports `reasoning_effort``high`, this is the default value even when not explicitly passed to the model.
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/includes/models-azure-direct-openai.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ ms.topic: include
38
38
|`gpt-5-chat` (2025-08-07) | See the [models table](#model-summary-table-and-region-availability).|
39
39
|`gpt-5-chat` (2025-10-03) | East US2 (Global Standard) and Sweden Central (Global Standard) |
40
40
|`gpt-5-codex` (2025-09-11) | East US2 (Global Standard) and Sweden Central (Global Standard) |
41
+
|`gpt-5-pro` (2025-10-06) | East US2 (Global Standard) and Sweden Central (Global Standard) |
41
42
42
43
-**[Registration is required for access to the gpt-5 & gpt-5-codex models](https://aka.ms/oai/gpt5access).**
43
44
@@ -53,6 +54,7 @@ ms.topic: include
53
54
|`gpt-5-chat` (2025-08-07)<br>**Preview**| - Chat Completions API. <br> - [Responses API](../how-to/responses.md). <br> - **Input**: Text/Image <br> - **Output**: Text only | 128,000 | 16,384 | September 30, 2024 |
54
55
|`gpt-5-chat` (2025-10-03)<br>**Preview**<sup>1<sup/> | - Chat Completions API. <br> - [Responses API](../how-to/responses.md). <br> - **Input**: Text/Image <br> - **Output**: Text only | 128,000 | 16,384 | September 30, 2024 |
55
56
|`gpt-5-codex` (2025-09-11) | - [Responses API](../how-to/responses.md) only. <br> - **Input**: Text/Image <br> - **Output**: Text only <br> - Structured outputs.<br> - Text and image processing. <br> - Functions, tools, and parallel tool calling. <br> - [Full summary of capabilities](../how-to/reasoning.md)<br> - Optimized for [Codex CLI & Codex VS Code extension](../how-to/codex.md)| 400,000<br><br>Input: 272,000<br>Output: 128,000 | 128,000 | - |
57
+
|`gpt-5-pro` (2025-10-06) | - [Reasoning](../how-to/reasoning.md) <br> - [Responses API](../how-to/responses.md). <br> - Structured outputs.<br> - Text and image processing. <br> - Functions and tools <br> - [Full summary of capabilities](../how-to/reasoning.md). | 400,000<br><br>Input: 272,000<br>Output: 128,000 | 128,000 | September 30, 2024 |
56
58
57
59
> [!NOTE]
58
60
> <sup>1</sup> `gpt-5-chat` version `2025-10-03` introduces a significant enhancement focused on emotional intelligence and mental health capabilities. This upgrade integrates specialized datasets and refined response strategies to improve the model’s ability to:
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/quotas-limits.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article features detailed descriptions and best practices on t
4
4
author: mrbullwinkle
5
5
ms.author: mbullwin
6
6
manager: nitinme
7
-
ms.date: 08/19/2025
7
+
ms.date: 10/07/2025
8
8
ms.service: azure-ai-foundry
9
9
ms.subservice: azure-ai-foundry-openai
10
10
ms.topic: conceptual
@@ -81,6 +81,7 @@ The following section provides you with a quick guide to the default quotas and
81
81
|`gpt-5-nano`| 5 M | 150 M | 2 M | 50 M |
82
82
|`gpt-5-chat`| 1 M | 5 M | N/A | N/A |
83
83
|`gpt-5-codex`| 1 M | 10 M | N/A | N/A |
84
+
|`gpt-5-pro`| 160 K | 1.6 M | N/A | N/A |
84
85
85
86
| Model | Global Default<br>Requests per minute (RPM) | Global Enterprise and MCA-E <br>Requests per minute (RPM) | Data Zone Default <br>Requests per minute (RPM) | Data Zone Enterprise and MCA-E <br>Requests per minute (RPM) |
0 commit comments