Skip to content

Commit 1bd6c8a

Browse files
authored
Merge pull request #4092 from MicrosoftDocs/release-2025-openai-april-14
[Azure OpenAI] Release branch to main tracking branch
2 parents d89a4ac + 76ecd48 commit 1bd6c8a

File tree

3 files changed

+38
-9
lines changed

3 files changed

+38
-9
lines changed

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

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ 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: 04/01/2025
7+
ms.date: 04/14/2025
88
ms.custom: references_regions, build-2023, build-2023-dataai, refefences_regions
99
manager: nitinme
1010
author: mrbullwinkle #ChrisHMSFT
11-
ms.author: mbullwin #chrhoder
11+
ms.author: mbullwin #chrhoder#
1212
recommendations: false
1313
---
1414

@@ -18,6 +18,7 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
1818

1919
| Models | Description |
2020
|--|--|
21+
| [GPT-4.1 series](#gpt-41-series) | Latest model release from Azure OpenAI |
2122
| [computer-use-preview](#computer-use-preview) | An experimental model trained for use with the Responses API computer use tool. |
2223
| [GPT-4.5 Preview](#gpt-45-preview) |The latest GPT model that excels at diverse text and image tasks. |
2324
| [o-series models](#o-series-models) |[Reasoning models](../how-to/reasoning.md) with advanced problem-solving and increased focus and capability. |
@@ -30,6 +31,20 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
3031
| [Whisper](#whisper-models) | A series of models in preview that can transcribe and translate speech to text. |
3132
| [Text to speech](#text-to-speech-models-preview) (Preview) | A series of models in preview that can synthesize text to speech. |
3233

34+
## GPT 4.1 series
35+
36+
### Region Availability
37+
38+
| Model | Region |
39+
|---|---|
40+
| `gpt-4.1` (2025-04-14) | East US2 (Global Standard), Sweden Central (Global Standard) |
41+
42+
### Capabilities
43+
44+
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
45+
| --- | :--- |:--- |:---|:---: |
46+
| `gpt-4.1` (2025-04-14) <br> <br> **Latest model from Azure OpenAI** | - Text & image input <br> - Text output <br> - Chat completions API <br>- Responses API <br> - Streaming <br> - Function calling <br> Structured outputs (chat completions) | 1,047,576 | 32,768 | May 31, 2024 |
47+
3348
## computer-use-preview
3449

3550
An experimental model trained for use with the [Responses API](../how-to/responses.md) computer use tool. It can be used in conjunction with 3rd-party libraries to allow the model to control mouse & keyboard input while getting context from screenshots of the current environment.
@@ -70,7 +85,7 @@ Once access has been granted, you will need to create a deployment for the model
7085

7186
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
7287
| --- | :--- |:--- |:---|:---: |
73-
| `gpt-4.5-preview` (2025-02-27) <br> **GPT-4.5 Preview** | The **latest GPT model** that excels at diverse text and image tasks. <br>-Structured outputs <br>-Prompt caching <br>-Tools <br>-Streaming<br>-Text(input/output)<br>- Image(input) | 128,000 | 16,384 | Oct 2023 |
88+
| `gpt-4.5-preview` (2025-02-27) <br> **GPT-4.5 Preview** | [GPT 4.1](#gpt-41-series) is the recommended replacement for this model. Excels at diverse text and image tasks. <br>-Structured outputs <br>-Prompt caching <br>-Tools <br>-Streaming<br>-Text(input/output)<br>- Image(input) | 128,000 | 16,384 | Oct 2023 |
7489

7590
> [!NOTE]
7691
> It is expected behavior that the model cannot answer questions about itself. If you want to know when the knowledge cutoff for the model's training data is, or other details about the model you should refer to the model documentation above.

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- ignite-2023
1010
- references_regions
1111
ms.topic: conceptual
12-
ms.date: 4/09/2025
12+
ms.date: 4/14/2025
1313
ms.author: mbullwin
1414
---
1515

@@ -60,6 +60,14 @@ The following sections provide you with a quick guide to the default quotas and
6060
6161
[!INCLUDE [Quota](./includes/global-batch-limits.md)]
6262

63+
## GPT 4.1 series
64+
65+
| Model|Tier| Quota Limit in tokens per minute (TPM) | Requests per minute |
66+
|---|---|:---:|:---:|
67+
| `gpt-4.1` (2025-04-14) | Enterprise Tier | 5 M | 5 K |
68+
| `gpt-4.1` (2025-04-14) | Default | 1 M | 1 K |
69+
70+
6371
## computer-use-preview global standard
6472

6573
| Model|Tier| Quota Limit in tokens per minute (TPM) | Requests per minute |
@@ -199,9 +207,9 @@ If your Azure subscription is linked to certain [offer types](https://azure.micr
199207

200208
|Tier| Quota Limit in tokens per minute (TPM) |
201209
|---|:---|
202-
|`Azure for Students` | 1 K (all models) <br>Exception o-series & GPT 4.5 Preview: 0|
203-
| `MSDN` | GPT-4o-mini: 200 K <br> GPT 3.5 Turbo Series: 200 K <br> GPT-4 series: 50 K <br>computer-use-preview: 8 K <br> gpt-4o-realtime-preview: 1 K <br> o-series: 0 <br> GPT 4.5 Preview: 0 |
204-
|`Pay-as-you-go` | GPT-4o-mini: 200 K <br> GPT 3.5 Turbo Series: 200 K <br> GPT-4 series: 50 K <br>computer-use-preview: 30 K <br> o-series: 0 <br> GPT 4.5 Preview: 0 |
210+
|`Azure for Students` | 1 K (all models) <br>Exception o-series & GPT-4.1 & GPT 4.5 Preview: 0|
211+
| `MSDN` | GPT-4o-mini: 200 K <br> GPT 3.5 Turbo Series: 200 K <br> GPT-4 series: 50 K <br>computer-use-preview: 8 K <br> gpt-4o-realtime-preview: 1 K <br> o-series: 0 <br> GPT 4.5 Preview: 0 <br> GPT-4.1: 0 |
212+
|`Pay-as-you-go` | GPT-4o-mini: 200 K <br> GPT 3.5 Turbo Series: 200 K <br> GPT-4 series: 50 K <br>computer-use-preview: 30 K <br> o-series: 0 <br> GPT 4.5 Preview: 0 <br> GPT-4.1: 0 |
205213
| `Azure_MS-AZR-0111P` <br> `Azure_MS-AZR-0035P` <br> `Azure_MS-AZR-0025P` <br> `Azure_MS-AZR-0052P` <br>| GPT-4o-mini: 200 K <br> GPT 3.5 Turbo Series: 200 K <br> GPT-4 series: 50 K |
206214
| `CSP Integration Sandbox` <sup>*</sup> | All models: 0 |
207215
| `Lightweight trial`<br>`Free Trials`<br>`Azure Pass` | All models: 0 |

articles/ai-services/openai/whats-new.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,27 @@ titleSuffix: Azure AI services
44
description: Learn about the latest news and features updates for Azure OpenAI.
55
manager: nitinme
66
author: mrbullwinkle
7-
ms.author: mbullwin
7+
ms.author: mbullwin #
88
ms.service: azure-ai-openai
99
ms.custom:
1010
- ignite-2023
1111
- references_regions
1212
- ignite-2024
1313
ms.topic: whats-new
14-
ms.date: 03/05/2025
14+
ms.date: 04/14/2025
1515
recommendations: false
1616
---
1717

1818
# What's new in Azure OpenAI Service
1919

2020
This article provides a summary of the latest releases and major documentation updates for Azure OpenAI Service.
2121

22+
## April 2025
23+
24+
### GPT-4.1 released
25+
26+
The latest model from Azure OpenAI with a 1 million token context limit. For more information, see the [models page](./concepts/models.md#gpt-41-series).
27+
2228
## March 2025
2329

2430
### Responses API & computer-use-preview model

0 commit comments

Comments
 (0)