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
@@ -18,6 +18,7 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
18
18
19
19
| Models | Description |
20
20
|--|--|
21
+
|[GPT-4.1 series](#gpt-41-series)| Latest model release from Azure OpenAI |
21
22
|[computer-use-preview](#computer-use-preview)| An experimental model trained for use with the Responses API computer use tool. |
22
23
|[GPT-4.5 Preview](#gpt-45-preview)|The latest GPT model that excels at diverse text and image tasks. |
23
24
|[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
30
31
|[Whisper](#whisper-models)| A series of models in preview that can transcribe and translate speech to text. |
31
32
|[Text to speech](#text-to-speech-models-preview) (Preview) | A series of models in preview that can synthesize text to speech. |
32
33
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
+
33
48
## computer-use-preview
34
49
35
50
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
70
85
71
86
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
72
87
| --- | :--- |:--- |:---|:---: |
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 |
74
89
75
90
> [!NOTE]
76
91
> 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.
Copy file name to clipboardExpand all lines: articles/ai-services/openai/whats-new.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,27 @@ titleSuffix: Azure AI services
4
4
description: Learn about the latest news and features updates for Azure OpenAI.
5
5
manager: nitinme
6
6
author: mrbullwinkle
7
-
ms.author: mbullwin
7
+
ms.author: mbullwin#
8
8
ms.service: azure-ai-openai
9
9
ms.custom:
10
10
- ignite-2023
11
11
- references_regions
12
12
- ignite-2024
13
13
ms.topic: whats-new
14
-
ms.date: 03/05/2025
14
+
ms.date: 04/14/2025
15
15
recommendations: false
16
16
---
17
17
18
18
# What's new in Azure OpenAI Service
19
19
20
20
This article provides a summary of the latest releases and major documentation updates for Azure OpenAI Service.
21
21
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).
0 commit comments