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
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI's advanced GPT-5 series, o3-mini, o1,
5
5
manager: nitinme
6
6
ms.service: azure-ai-openai
7
7
ms.topic: include
8
-
ms.date: 08/06/2025
8
+
ms.date: 08/15/2025
9
9
author: mrbullwinkle
10
10
ms.author: mbullwin
11
11
---
@@ -29,8 +29,8 @@ Azure OpenAI reasoning models are designed to tackle reasoning and problem-solvi
29
29
| Model | Region | Limited access |
30
30
|---|---|---|
31
31
|`gpt-5`| East US2 & Sweden Central (Global Standard & Data Zones) | 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 & Data Zones) | No access request needed to use the core capabilities of this model|
33
-
|`gpt-5-nano`| East US2 & Sweden Central (Global Standard & Data Zones) | No access request needed to use the core capabilities of this model |
32
+
|`gpt-5-mini`| East US2 & Sweden Central (Global Standard & Data Zones) | No access request needed.|
33
+
|`gpt-5-nano`| East US2 & Sweden Central (Global Standard & Data Zones) | No access request needed.|
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)|
@@ -49,7 +49,7 @@ 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>
65
65
<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>
66
66
<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>
67
-
<sup>4</sup> Access to the chain-of-thought reasoning summary is limited access only for `o3` & `o4-mini`.
67
+
68
68
69
69
### NEW GPT-5 reasoning features
70
70
@@ -95,13 +95,12 @@ For more information, we also recommend reading OpenAI's [GPT-5 prompting cookbo
<sup>1</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>
102
102
<sup>2</sup> The latest o<sup>*</sup> series model support system messages to make migration easier. When you use a system message with `o4-mini`, `o3`, `o3-mini`, and `o1` it will be treated as a developer message. You should not use both a developer message and a system message in the same API request.
103
-
<sup>3</sup> Access to the chain-of-thought reasoning summary is limited access only for `o3` & `o4-mini`.
104
-
<sup>4</sup> Streaming for `o3` is limited access only.
103
+
<sup>3</sup> Streaming for `o3` is limited access only.
When using the latest reasoning models with the [Responses API](./responses.md) you can use the reasoning summary parameter to receive summaries of the model's chain of thought reasoning. This parameter can be set to `auto`, `concise`, or `detailed`. Access to this feature requires you to [Request Access](https://aka.ms/oai/o3access).
434
+
When using the latest reasoning models with the [Responses API](./responses.md) you can use the reasoning summary parameter to receive summaries of the model's chain of thought reasoning.
436
435
437
436
> [!NOTE]
438
-
> Even when enabled, reasoning summaries are not generated for every step/request. This is expected behavior.
437
+
> Even when enabled, reasoning summaries are not guaranteed to be generated for every step/request. This is expected behavior.
0 commit comments