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
+20-19Lines changed: 20 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,22 +46,22 @@ 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>
0 commit comments