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` (2024-12-17) | The most capable model in the o1 series, offering [enhanced reasoning abilities](../how-to/reasoning.md). <br> - Structured outputs<br> - Text, image processing <br> - Functions/Tools | Input: 200,000 <br> Output: 100,000 | Oct 2023 |
65
65
|`o1-preview` (2024-09-12) | Older preview version | Input: 128,000 <br> Output: 32,768 | Oct 2023 |
66
66
|`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 |
67
67
68
68
### Availability
69
69
70
-
**For access to `o3-mini` and `o1` registration is required, and access will be granted based on Microsoft's eligibility criteria**. Customers who previously applied and received access to `o1-preview`, or `o1` don't need to reapply as they are automatically on the wait-list for the latest models in the o-series.
71
-
72
-
Request access: [limited access model application](https://aka.ms/OAI/o1access)
73
-
74
-
Once access has been granted, you will need to create a deployment for each model.
75
-
76
70
To learn more about the advanced `o-series` models see, [getting started with reasoning models](../how-to/reasoning.md).
77
71
78
72
### Region availability
@@ -251,7 +245,7 @@ All deployments can perform the exact same inference operations, however the bil
> **Most o-series models are limited access**. Request access: [limited access model application](https://aka.ms/OAI/o1access). `o1-mini` is currently available to all customers for global standard deployment.
248
+
> `o1-mini` is currently available to all customers for global standard deployment.
255
249
>
256
250
> Select customers were granted standard (regional) deployment access to `o1-mini` as part of the `o1-preview` limited access release. At this time access to `o1-mini` standard (regional) deployments is not being expanded.
257
251
@@ -274,7 +268,7 @@ All deployments can perform the exact same inference operations, however the bil
274
268
[!INCLUDE [Data zone standard](../includes/model-matrix/datazone-standard.md)]
275
269
276
270
> [!NOTE]
277
-
> **Most o-series models are limited access**. Request access: [limited access model application](https://aka.ms/OAI/o1access). `o1-mini` is currently available to all customers for global standard deployment.
271
+
> `o1-mini` is currently available to all customers for global standard deployment.
278
272
>
279
273
> Select customers were granted standard (regional) deployment access to `o1-mini` as part of the `o1-preview` limited access release. At this time access to `o1-mini` standard (regional) deployments is not being expanded.
280
274
@@ -297,7 +291,7 @@ All deployments can perform the exact same inference operations, however the bil
> **Most o-series models are limited access**. Request access: [limited access model application](https://aka.ms/OAI/o1access). `o1-mini` is currently available to all customers for global standard deployment.
294
+
> `o1-mini` is currently available to all customers for global standard deployment.
301
295
>
302
296
> Select customers were granted standard (regional) deployment access to `o1-mini` as part of the `o1-preview` limited access release. At this time access to `o1-mini` standard (regional) deployments is not being expanded.
303
297
@@ -326,7 +320,7 @@ This table doesn't include fine-tuning regional availability information. Consu
> **Most o-series models are limited access**. Request access: [limited access model application](https://aka.ms/OAI/o1access). `o1-mini` is currently available to all customers for global standard deployment.
323
+
> `o1-mini` is currently available to all customers for global standard deployment.
330
324
>
331
325
> Select customers were granted standard (regional) deployment access to `o1-mini` as part of the `o1-preview` limited access release. At this time access to `o1-mini` standard (regional) deployments is not being expanded.
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/reasoning.md
+3-9Lines changed: 3 additions & 9 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: 02/19/2025
8
+
ms.date: 03/07/2025
9
9
author: mrbullwinkle
10
10
ms.author: mbullwin
11
11
---
@@ -24,18 +24,12 @@ Azure OpenAI `o-series` models are designed to tackle reasoning and problem-solv
24
24
25
25
## Availability
26
26
27
-
**For access to `o3-mini`, `o1`, and `o1-preview`, registration is required, and access will be granted based on Microsoft's eligibility criteria**.
28
-
29
-
Customers who previously applied and received access to `o1` or `o1-preview`, don't need to reapply as they are automatically on the wait-list for the latest model.
30
-
31
-
Request access: [limited access model application](https://aka.ms/OAI/o1access)
32
-
33
27
### Region availability
34
28
35
29
| Model | Region | Limited access |
36
30
|---|---|---|
37
-
|`o3-mini`|[Model availability](../concepts/models.md#global-standard-model-availability). |[Limited access model application](https://aka.ms/OAI/o1access)|
38
-
|`o1`|[Model availability](../concepts/models.md#global-standard-model-availability). |[Limited access model application](https://aka.ms/OAI/o1access)|
31
+
|`o3-mini`|[Model availability](../concepts/models.md#global-standard-model-availability). |Access is no longer restricted for this model. |
32
+
|`o1`|[Model availability](../concepts/models.md#global-standard-model-availability). |Access is no longer restricted for this model. |
39
33
|`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`. |
40
34
|`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.|
0 commit comments