Skip to content

Commit ab87702

Browse files
Merge pull request #4849 from mrbullwinkle/mrb_05_12_2025_last_minute_updates
[Azure OpenAI] API updates
2 parents f05ae60 + 1bccdaa commit ab87702

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

articles/ai-services/openai/api-version-deprecation.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,20 @@ This article is to help you understand the support lifecycle for the Azure OpenA
1818

1919

2020
> [!NOTE]
21-
> New API response objects may be added to the API response without version changes. We recommend you only parse the response objects you require.
21+
> New API response objects may be added to the API response without version changes. We recommend you only parse the response objects you require.
22+
>
23+
> The latest Azure OpenAI spec uses OpenAPI 3.1. It is a known issue that this is currently not fully supported by [Azure API Management](/azure/api-management/api-management-key-concepts)
2224
2325
## Latest preview API releases
2426

2527
Azure OpenAI API latest release:
2628

27-
- Inference: [2025-03-01-preview](reference-preview.md)
28-
- Authoring: [2025-03-01-preview](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/authoring/preview/)
29+
- Inference: [2025-04-01-preview](reference-preview.md)
30+
- Authoring: [2025-04-01-preview](authoring-reference-preview.md)
2931

3032
This version contains support for the latest Azure OpenAI features including:
3133

34+
- `GPT-image-1`, the evaluations API, reasoning summary with `o3` and `o4-mini` . [**Added in 2025-04-01-preview**]
3235
- [Responses API & support for `computer-use-preview` model](./how-to/responses.md) [**Added in 2025-03-01-preview**]
3336
- [Stored Completions (distillation) API](./how-to/stored-completions.md#stored-completions-api) [**Added in 2025-02-01-preview**]
3437
- [Predicted Outputs](./how-to/predicted-outputs.md) [**Added in 2025-01-01-preview**]
@@ -44,6 +47,12 @@ This version contains support for the latest Azure OpenAI features including:
4447
- [Function calling](./how-to/function-calling.md) [**Added in 2023-07-01-preview**]
4548
- [Retrieval augmented generation with your data feature](./use-your-data-quickstart.md). [**Added in 2023-06-01-preview**]
4649

50+
## Changes between 2025-04-01-preview and 2025-03-01-preview
51+
52+
- [`GPT-image-1` support](/azure/ai-services/openai/how-to/dall-e)
53+
- [Reasoning summary for `o3` and `o4-mini`](/azure/ai-services/openai/how-to/reasoning)
54+
- [Evaluation API](/azure/ai-services/openai/authoring-reference-preview#evaluation---create)
55+
4756
## Changes between 2025-03-01-preview and 2025-02-01-preview
4857

4958
- [Responses API](./how-to/responses.md)

0 commit comments

Comments
 (0)