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
|`o1-preview` (2024-09-12) | Older preview version | Input: 128,000 <br> Output: 32,768 | Oct 2023 |
105
107
|`o1-mini` (2024-09-12) | A faster and more cost-efficient option in the o1 series, ideal for coding tasks requiring speed and lower resource consumption. <br><br> Global standard deployment available by default. <br> <br> Standard (regional) deployments are currently only available for select customers who received access as part of the `o1-preview` limited access release. | Input: 128,000 <br> Output: 65,536 | Oct 2023 |
106
108
@@ -112,6 +114,8 @@ To learn more about the advanced `o-series` models see, [getting started with re
112
114
113
115
| Model | Region |
114
116
|---|---|
117
+
|`o4-mini`| East US2 (Global Standard) <br> Sweden Central (Global Standard) |
118
+
|`o3`| East US2 (Global Standard) <br> Sweden Central (Global Standard) |
115
119
|`o3-mini`| See the [models table](#model-summary-table-and-region-availability). |
116
120
|`o1`| See the [models table](#model-summary-table-and-region-availability). |
117
121
|`o1-preview`| See the [models table](#model-summary-table-and-region-availability). This model is only available for customers who were granted access as part of the original limited access |
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/function-calling.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: mbullwin #delegenz
7
7
ms.service: azure-ai-openai
8
8
ms.custom: devx-track-python
9
9
ms.topic: how-to
10
-
ms.date: 04/14/2025
10
+
ms.date: 04/16/2025
11
11
manager: nitinme
12
12
---
13
13
@@ -43,6 +43,8 @@ At a high level you can break down working with functions into three steps:
43
43
*`gpt-4.1` (`2025-04-14`)
44
44
*`gpt-4.1-nano` (`2025-04-14`)
45
45
*`gpt-4.1-mini` (`2025-04-14`)
46
+
*`o4-mini` (`2025-04-16`)
47
+
*`o3` (`2025-04-16`)
46
48
47
49
Support for parallel function was first added in API version [`2023-12-01-preview`](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/2023-12-01-preview/inference.json)
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/reasoning.md
+21-16Lines changed: 21 additions & 16 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 o3-mini, o1, & o1-mini rea
5
5
manager: nitinme
6
6
ms.service: azure-ai-openai
7
7
ms.topic: include
8
-
ms.date: 03/07/2025
8
+
ms.date: 04/16/2025
9
9
author: mrbullwinkle
10
10
ms.author: mbullwin
11
11
---
@@ -28,37 +28,42 @@ Azure OpenAI `o-series` models are designed to tackle reasoning and problem-solv
28
28
29
29
| Model | Region | Limited access |
30
30
|---|---|---|
31
+
|`o4-mini`| East US2 (Global Standard) <br><br> Sweden Central (Global Standard) | 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)|
32
+
|`o3`| East US2 (Global Standard) <br><br> Sweden Central (Global Standard) | Request access: [o3 limited access model application](https://aka.ms/oai/o3access)|
31
33
|`o3-mini`|[Model availability](../concepts/models.md#global-standard-model-availability). | Access is no longer restricted for this model. |
32
34
|`o1`|[Model availability](../concepts/models.md#global-standard-model-availability). | Access is no longer restricted for this model. |
33
35
|`o1-preview`|[Model availability](../concepts/models.md#global-standard-model-availability). |This model is only available for customers who were granted access as part of the original limited access release. We're currently not expanding access to `o1-preview`. |
34
36
|`o1-mini`|[Model availability](../concepts/models.md#global-standard-model-availability). | No access request needed for Global Standard deployments.<br><br>Standard (regional) deployments are currently only available to select customers who were previously granted access as part of the `o1-preview` release.|
|**API Version**|`2024-12-01-preview` or later <br> `2025-03-01-preview` (Recommended) |`2024-12-01-preview` or later <br> `2025-03-01-preview` (Recommended) |`2024-09-01-preview` or later <br> `2025-03-01-preview` (Recommended) |`2024-09-01-preview` or later <br> `2025-03-01-preview` (Recommended) |
|**API Version**|`2025-03-01-preview`|`2025-03-01-preview`|`2024-12-01-preview` or later <br> `2025-03-01-preview` (Recommended) |`2024-12-01-preview` or later <br> `2025-03-01-preview` (Recommended) |`2024-09-01-preview` or later <br> `2025-03-01-preview` (Recommended) |`2024-09-01-preview` or later <br> `2025-03-01-preview` (Recommended) |
<sup>*</sup> Reasoning models will only work with the `max_completion_tokens` parameter. <br><br>
52
58
53
-
<sup>**</sup>The latest o<sup>*</sup> series model support system messages to make migration easier. When you use a system message with `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.
54
-
59
+
<sup>**</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.
55
60
61
+
<sup>***</sup> Access to the chain-of-thought reasoning summary is limited access only for `o4-mini`.
56
62
57
63
### Not Supported
58
64
59
65
The following are currently unsupported with reasoning models:
0 commit comments