Skip to content

Commit 8cfedf3

Browse files
authored
Merge pull request #3397 from MicrosoftDocs/main
Publish to live, Friday 4 AM PST, 3/7
2 parents 76f2f1f + 6eb8b26 commit 8cfedf3

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

articles/ai-services/openai/concepts/models.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,13 @@ The Azure OpenAI o<sup>&#42;</sup> series models are specifically designed to ta
6060

6161
| Model ID | Description | Max Request (tokens) | Training Data (up to) |
6262
| --- | :--- |:--- |:---: |
63-
| `o3-mini` (2025-01-31) | The latest reasoning model, offering [enhanced reasoning abilities](../how-to/reasoning.md). <br> - Structured outputs<br> - Text-only processing <br> - Functions/Tools <br> <br> **Request access: [limited access model application](https://aka.ms/OAI/o1access)** | Input: 200,000 <br> Output: 100,000 | Oct 2023 |
64-
| `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 <br> <br> **Request access: [limited access model application](https://aka.ms/OAI/o1access)** | Input: 200,000 <br> Output: 100,000 | Oct 2023 |
63+
| `o3-mini` (2025-01-31) | The latest reasoning model, offering [enhanced reasoning abilities](../how-to/reasoning.md). <br> - Structured outputs<br> - Text-only processing <br> - Functions/Tools | Input: 200,000 <br> Output: 100,000 | Oct 2023 |
64+
| `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 |
6565
|`o1-preview` (2024-09-12) | Older preview version | Input: 128,000 <br> Output: 32,768 | Oct 2023 |
6666
| `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 |
6767

6868
### Availability
6969

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-
7670
To learn more about the advanced `o-series` models see, [getting started with reasoning models](../how-to/reasoning.md).
7771

7872
### Region availability
@@ -251,7 +245,7 @@ All deployments can perform the exact same inference operations, however the bil
251245
[!INCLUDE [Standard Global](../includes/model-matrix/standard-global.md)]
252246

253247
> [!NOTE]
254-
> **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.
255249
>
256250
> 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.
257251
@@ -274,7 +268,7 @@ All deployments can perform the exact same inference operations, however the bil
274268
[!INCLUDE [Data zone standard](../includes/model-matrix/datazone-standard.md)]
275269

276270
> [!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.
278272
>
279273
> 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.
280274
@@ -297,7 +291,7 @@ All deployments can perform the exact same inference operations, however the bil
297291
[!INCLUDE [Standard Models](../includes/model-matrix/standard-models.md)]
298292

299293
> [!NOTE]
300-
> **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.
301295
>
302296
> 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.
303297
@@ -326,7 +320,7 @@ This table doesn't include fine-tuning regional availability information. Consu
326320
[!INCLUDE [Chat Completions](../includes/model-matrix/standard-chat-completions.md)]
327321

328322
> [!NOTE]
329-
> **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.
330324
>
331325
> 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.
332326

articles/ai-services/openai/how-to/reasoning.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI's advanced o3-mini, o1, & o1-mini rea
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
8-
ms.date: 02/19/2025
8+
ms.date: 03/07/2025
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
---
@@ -24,18 +24,12 @@ Azure OpenAI `o-series` models are designed to tackle reasoning and problem-solv
2424

2525
## Availability
2626

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-
3327
### Region availability
3428

3529
| Model | Region | Limited access |
3630
|---|---|---|
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. |
3933
| `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`. |
4034
| `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.|
4135

0 commit comments

Comments
 (0)