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
description: Learn how to use Azure OpenAI's advanced o3-mini, o1, & o1-mini reasoning models
4
+
description: Learn how to use Azure OpenAI's advanced GPT-5 series, o3-mini, o1, & o1-mini reasoning models
5
5
manager: nitinme
6
6
ms.service: azure-ai-openai
7
7
ms.topic: include
8
-
ms.date: 07/08/2025
8
+
ms.date: 08/06/2025
9
9
author: mrbullwinkle
10
10
ms.author: mbullwin
11
11
---
12
12
13
13
14
14
# Azure OpenAI reasoning models
15
15
16
-
Azure OpenAI `o-series` models are designed to tackle reasoning and problem-solving tasks with increased focus and capability. These models spend more time processing and understanding the user's request, making them exceptionally strong in areas like science, coding, and math compared to previous iterations.
16
+
Azure OpenAI reasoning models are designed to tackle reasoning and problem-solving tasks with increased focus and capability. These models spend more time processing and understanding the user's request, making them exceptionally strong in areas like science, coding, and math compared to previous iterations.
17
17
18
-
**Key capabilities of the o-series models:**
18
+
**Key capabilities of reasoning models:**
19
19
20
20
- Complex Code Generation: Capable of generating algorithms and handling advanced coding tasks to support developers.
21
21
- Advanced Problem Solving: Ideal for comprehensive brainstorming sessions and addressing multifaceted challenges.
@@ -28,7 +28,10 @@ Azure OpenAI `o-series` models are designed to tackle reasoning and problem-solv
28
28
29
29
| Model | Region | Limited access |
30
30
|---|---|---|
31
-
|`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 for `o3-pro`. |
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 |
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. |
32
35
|`codex-mini`| East US2 & Sweden Central (Global Standard) | No access request needed. |
33
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)|
34
37
|`o3`|[Model availability](../concepts/models.md#global-standard-model-availability)| Request access: [o3 limited access model application](https://aka.ms/oai/o3access)|
@@ -39,28 +42,34 @@ Azure OpenAI `o-series` models are designed to tackle reasoning and problem-solv
<sup>1</sup> Reasoning models will only work with the `max_completion_tokens` parameter. <br><br>
60
67
<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.
61
68
<sup>3</sup> Access to the chain-of-thought reasoning summary is limited access only for `o3` & `o4-mini`.
62
69
<sup>4</sup> Streaming for `o3` is limited access only.
63
70
71
+
---
72
+
64
73
> [!NOTE]
65
74
> - To avoid timeouts [background mode](./responses.md#background-tasks) is recommended for `o3-pro`.
66
75
> -`o3-pro` does not currently support image generation.
0 commit comments