Skip to content

Commit 3de2526

Browse files
Merge pull request #3005 from mrbullwinkle/mrb_02_18_2025_o1-mini_update
[Azure OpenAI] o1-mini clarify access
2 parents a5f44d0 + 77f83dd commit 3de2526

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Azure OpenAI o<sup>&#42;</sup> series models are specifically designed to ta
3737
| `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 |
3838
| `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 |
3939
|`o1-preview` (2024-09-12) | Older preview version | Input: 128,000 <br> Output: 32,768 | Oct 2023 |
40-
| `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> Global standard deployment available by default <br> For standard deployments, **Request access: [limited access model application](https://aka.ms/OAI/o1access)** | Input: 128,000 <br> Output: 65,536 | Oct 2023 |
40+
| `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 |
4141

4242
### Availability
4343

@@ -221,6 +221,11 @@ All deployments can perform the exact same inference operations, however the bil
221221

222222
[!INCLUDE [Standard Global](../includes/model-matrix/standard-global.md)]
223223

224+
> [!NOTE]
225+
> **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.
226+
>
227+
> 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.
228+
224229
# [Global Provisioned Managed](#tab/global-ptum)
225230

226231
### Global provisioned managed model availability
@@ -257,7 +262,11 @@ All deployments can perform the exact same inference operations, however the bil
257262

258263
[!INCLUDE [Standard Models](../includes/model-matrix/standard-models.md)]
259264

260-
**o-series models require registration for standard deployments**. Request access: [limited access model application](https://aka.ms/OAI/o1access)
265+
> [!NOTE]
266+
> **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.
267+
>
268+
> 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.
269+
261270

262271
# [Provisioned Managed](#tab/provisioned)
263272

@@ -282,7 +291,10 @@ This table doesn't include fine-tuning regional availability information. Consu
282291

283292
[!INCLUDE [Chat Completions](../includes/model-matrix/standard-chat-completions.md)]
284293

285-
**o-series models require registration for standard deployments**. Request access: [limited access model application](https://aka.ms/OAI/o1access)
294+
> [!NOTE]
295+
> **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.
296+
>
297+
> 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.
286298
287299
### GPT-4 and GPT-4 Turbo model availability
288300

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Request access: [limited access model application](https://aka.ms/OAI/o1access)
3737
| `o3-mini` | East US2 (Global Standard) <br> Sweden Central (Global Standard) | [Limited access model application](https://aka.ms/OAI/o1access) |
3838
|`o1` | East US2 (Global Standard) <br> Sweden Central (Global Standard) | [Limited access model application](https://aka.ms/OAI/o1access) |
3939
| `o1-preview` | See [models page](../concepts/models.md#global-standard-model-availability). | [Limited access model application](https://aka.ms/OAI/o1access) |
40-
| `o1-mini` | See [models page](../concepts/models.md#global-standard-model-availability). | No access request needed for Global Standard deployments<br>Standard (regional) deployments require: [Limited access model application](https://aka.ms/OAI/o1access) |
40+
| `o1-mini` | See [models page](../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.|
4141

4242
## API & feature support
4343

0 commit comments

Comments
 (0)