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:
Copy file name to clipboardExpand all lines: articles/ai-services/openai/overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,20 +7,20 @@ author: mrbullwinkle
7
7
ms.author: mbullwin
8
8
ms.service: azure-ai-openai
9
9
ms.topic: overview
10
-
ms.date: 04/14/2025
10
+
ms.date: 04/16/2025
11
11
ms.custom: build-2023, build-2023-dataai
12
12
recommendations: false
13
13
---
14
14
15
15
# What is Azure OpenAI Service?
16
16
17
-
Azure OpenAI Service provides REST API access to OpenAI's powerful language models including gpt-4.1, o3-mini, o1, o1-mini, GPT-4o, GPT-4o mini, GPT-4 Turbo with Vision, GPT-4, GPT-3.5-Turbo, and Embeddings model series. These models can be easily adapted to your specific task including but not limited to content generation, summarization, image understanding, semantic search, and natural language to code translation. Users can access the service through REST APIs, [Python/C#/JS/Java/Go SDKs](/azure/ai-services/openai/supported-languages).
17
+
Azure OpenAI Service provides REST API access to OpenAI's powerful language models including o4-mini, o3, gpt-4.1, o3-mini, o1, o1-mini, GPT-4o, GPT-4o mini, GPT-4 Turbo with Vision, GPT-4, GPT-3.5-Turbo, and Embeddings model series. These models can be easily adapted to your specific task including but not limited to content generation, summarization, image understanding, semantic search, and natural language to code translation. Users can access the service through REST APIs, [Python/C#/JS/Java/Go SDKs](/azure/ai-services/openai/supported-languages).
18
18
19
19
### Features overview
20
20
21
21
| Feature | Azure OpenAI |
22
22
| --- | --- |
23
-
| Models available |[gpt-4.1](./concepts/models.md#gpt-41-series) <br> [**computer-use-preview**](./concepts/models.md#computer-use-preview)<br>[**o3-mini & o1**](./how-to/reasoning.md) <br>[**o1-mini**](./how-to/reasoning.md)<br>**GPT-4o & GPT-4o mini**<br> **GPT-4 series (including GPT-4 Turbo with Vision)** <br>**GPT-3.5-Turbo series**<br> Embeddings series <br> Learn more in our [Models](./concepts/models.md) page.|
23
+
| Models available |[o4-mini & o3](./how-to/reasoning.md) <br>[gpt-4.1](./concepts/models.md#gpt-41-series) <br> [**computer-use-preview**](./concepts/models.md#computer-use-preview)<br>[**o3-mini & o1**](./how-to/reasoning.md) <br>[**o1-mini**](./how-to/reasoning.md)<br>**GPT-4o & GPT-4o mini**<br> **GPT-4 series (including GPT-4 Turbo with Vision)** <br>**GPT-3.5-Turbo series**<br> Embeddings series <br> Learn more in our [Models](./concepts/models.md) page.|
| Price |[Available here](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) <br> For details on vision-enabled chat models, see the [special pricing information](../openai/concepts/gpt-with-vision.md#special-pricing-information).|
26
26
| Virtual network support & private link support | Yes. |
Copy file name to clipboardExpand all lines: articles/ai-services/openai/whats-new.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.custom:
11
11
- references_regions
12
12
- ignite-2024
13
13
ms.topic: whats-new
14
-
ms.date: 04/14/2025
14
+
ms.date: 04/16/2025
15
15
recommendations: false
16
16
---
17
17
@@ -21,6 +21,10 @@ This article provides a summary of the latest releases and major documentation u
21
21
22
22
## April 2025
23
23
24
+
### o4-mini and o3 models released
25
+
26
+
`o4-mini` and `o3` models are now available. These are the latest reasoning models from Azure OpenAI offering significantly enhanced reasoning, quality, and performance. For more information, see the [getting started with reasoning models page](./how-to/reasoning.md).
27
+
24
28
### GPT-4.1 released
25
29
26
30
GPT 4.1 and GPT 4.1-nano are now available. These are the latest models from Azure OpenAI. GPT 4.1 has a 1 million token context limit. For more information, see the [models page](./concepts/models.md#gpt-41-series).
0 commit comments