File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
articles/ai-services/openai Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,12 @@ This article is to help you understand the support lifecycle for the Azure OpenA
24
24
25
25
Azure OpenAI API latest release:
26
26
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/ )
27
+ - Inference: [ 2025-04 -01-preview] ( reference-preview.md )
28
+ - Authoring: [ 2025-04 -01-preview] ( authoring-reference- preview)
29
29
30
30
This version contains support for the latest Azure OpenAI features including:
31
31
32
+ - ` GPT-image-1 ` , the evaluations API, reasoning summary with ` o3 ` and ` o4-mini ` . [ ** Added in 2025-04-01-preview** ]
32
33
- [ Responses API & support for ` computer-use-preview ` model] ( ./how-to/responses.md ) [ ** Added in 2025-03-01-preview** ]
33
34
- [ Stored Completions (distillation) API] ( ./how-to/stored-completions.md#stored-completions-api ) [ ** Added in 2025-02-01-preview** ]
34
35
- [ Predicted Outputs] ( ./how-to/predicted-outputs.md ) [ ** Added in 2025-01-01-preview** ]
@@ -46,6 +47,12 @@ This version contains support for the latest Azure OpenAI features including:
46
47
47
48
## Changes between 2025-03-01-preview and 2025-02-01-preview
48
49
50
+ - [ ` GPT-image-1 ` support] ( /azure/ai-services/openai/how-to/dall-e )
51
+ - [ Reasoning summary for ` o3 ` and ` o4-mini ` ] ( /azure/ai-services/openai/how-to/reasoning )
52
+ - [ Evaluation API] ( /azure/ai-services/openai/authoring-reference-preview#evaluation---create )
53
+
54
+ ## Changes between 2025-03-01-preview and 2025-02-01-preview
55
+
49
56
- [ Responses API] ( ./how-to/responses.md )
50
57
- [ Computer use] ( ./how-to/computer-use.md )
51
58
You can’t perform that action at this time.
0 commit comments