Skip to content

Commit 386a998

Browse files
committed
update
1 parent 7f1bd69 commit 386a998

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about the different model capabilities that are available with Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 2/7/2025
7+
ms.date: 2/14/2025
88
ms.custom: references_regions, build-2023, build-2023-dataai, refefences_regions
99
manager: nitinme
1010
author: mrbullwinkle #ChrisHMSFT
@@ -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.| 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> 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 |
4141

4242
### Availability
4343

@@ -262,6 +262,8 @@ All deployments can perform the exact same inference operations, however the bil
262262

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

265+
**o-series models require registration for standard deployments**. Request access: [limited access model application](https://aka.ms/OAI/o1access)
266+
265267
# [Provisioned Managed](#tab/provisioned)
266268

267269
### Provisioned deployment model availability
@@ -285,6 +287,8 @@ This table doesn't include fine-tuning regional availability information. Consu
285287

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

290+
**o-series models require registration for standard deployments**. Request access: [limited access model application](https://aka.ms/OAI/o1access)
291+
288292
### GPT-4 and GPT-4 Turbo model availability
289293

290294
#### Select customer access

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 |
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) |
4141

4242
## API & feature support
4343

articles/ai-services/openai/quotas-limits.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- ignite-2023
1111
- references_regions
1212
ms.topic: conceptual
13-
ms.date: 1/30/2025
13+
ms.date: 2/14/2025
1414
ms.author: mbullwin
1515
---
1616

@@ -179,9 +179,9 @@ If your Azure subscription is linked to certain [offer types](https://azure.micr
179179

180180
|Tier| Quota Limit in tokens per minute (TPM) |
181181
|---|:---|
182-
|Azure for Students, Free Trials | 1 K (all models)|
183-
| MSDN subscriptions | GPT 3.5 Turbo Series: 30 K <br> GPT-4 series: 8 K |
184-
| Monthly credit card based subscriptions <sup>1</sup> | GPT 3.5 Turbo Series: 30 K <br> GPT-4 series: 8 K |
182+
|Azure for Students, Free Trials | 1 K (all models) <br>Exception o-series: 0|
183+
| MSDN subscriptions | GPT 3.5 Turbo Series: 30 K <br> GPT-4 series: 8 K <br> o-series: 0 |
184+
| Monthly credit card based subscriptions <sup>1</sup> | GPT 3.5 Turbo Series: 30 K <br> GPT-4 series: 8 K <br> o-series: 0 |
185185

186186
<sup>1</sup> This currently applies to [offer type 0003P](https://azure.microsoft.com/support/legal/offer-details/)
187187

0 commit comments

Comments
 (0)