@@ -5,7 +5,7 @@ services: cognitive-services
5
5
manager : nitinme
6
6
ms.service : azure-ai-openai
7
7
ms.topic : conceptual
8
- ms.date : 01/10/2024
8
+ ms.date : 01/29/2025
9
9
author : mrbullwinkle
10
10
ms.author : mbullwin
11
11
recommendations : false
@@ -24,14 +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: [ 2024-12-01-preview] ( reference-preview.md )
28
- - Authoring: [ 2024-10-01-preview] ( https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/authoring/preview/2024-10-01-preview/azureopenai.json )
29
-
30
- > [ !IMPORTANT]
31
- > For features that are part of the dataplane authoring API such as batch, fine-tuning, and assistants files, continue to use API version ` 2024-10-01-preview ` to take advantage of the latest preview features.
27
+ - Inference: [ 2025-01-01-preview] ( reference-preview.md )
28
+ - Authoring: [ 2025-01-01-preview] ( https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/authoring/preview/2025-01-01-preview/azureopenai.json )
32
29
33
30
This version contains support for the latest Azure OpenAI features including:
34
31
32
+ - [ Predicted Outputs] ( ./how-to/predicted-outputs.md ) [ ** Added in 2025-01-01-preview** ]
35
33
- [ Reasoning models] ( ./how-to/reasoning.md ) [ ** Added in 2024-12-01-preview** ]
36
34
- [ Stored completions/distillation] ( ./how-to/stored-completions.md ) [ ** Added in 2024-12-01-preview** ]
37
35
- Assistants V2 [ ** Added in 2024-05-01-preview** ]
@@ -44,6 +42,11 @@ This version contains support for the latest Azure OpenAI features including:
44
42
- [ Function calling] ( ./how-to/function-calling.md ) [ ** Added in 2023-07-01-preview** ]
45
43
- [ Retrieval augmented generation with your data feature] ( ./use-your-data-quickstart.md ) . [ ** Added in 2023-06-01-preview** ]
46
44
45
+ ## Changes between 2025-01-01-preview and 2024-12_01_preview
46
+
47
+ - ` prediction ` parameter added for [ predicted outputs] ( ./how-to/predicted-outputs.md ) support.
48
+ - ` gpt-4o-audio-preview ` [ model support] ( ./audio-completions-quickstart.md ) .
49
+
47
50
## Changes between 2024-12-01-preview and 2024-10-01-preview
48
51
49
52
- ` store ` , and ` metadata ` parameters added for [ stored completions support] ( ./how-to/stored-completions.md ) .
0 commit comments