Skip to content

Commit a3e0a59

Browse files
Merge pull request #4099 from mrbullwinkle/mrb_04_14_2025_updates
[Azure OpenAI] [Release branch]
2 parents cf106a9 + dacf072 commit a3e0a59

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/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 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)