Skip to content

Commit 60b7b3b

Browse files
committed
update
1 parent 53530b2 commit 60b7b3b

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: cognitive-services
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 01/10/2024
8+
ms.date: 01/29/2025
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
recommendations: false
@@ -24,14 +24,12 @@ This article is to help you understand the support lifecycle for the Azure OpenA
2424

2525
Azure OpenAI API latest release:
2626

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)
3229

3330
This version contains support for the latest Azure OpenAI features including:
3431

32+
- [Predicted Outputs](./how-to/predicted-outputs.md) [**Added in 2025-01-01-preview**]
3533
- [Reasoning models](./how-to/reasoning.md) [**Added in 2024-12-01-preview**]
3634
- [Stored completions/distillation](./how-to/stored-completions.md) [**Added in 2024-12-01-preview**]
3735
- Assistants V2 [**Added in 2024-05-01-preview**]
@@ -44,6 +42,11 @@ This version contains support for the latest Azure OpenAI features including:
4442
- [Function calling](./how-to/function-calling.md) [**Added in 2023-07-01-preview**]
4543
- [Retrieval augmented generation with your data feature](./use-your-data-quickstart.md). [**Added in 2023-06-01-preview**]
4644

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+
4750
## Changes between 2024-12-01-preview and 2024-10-01-preview
4851

4952
- `store`, and `metadata` parameters added for [stored completions support](./how-to/stored-completions.md).

articles/ai-services/openai/includes/api-versions/latest-inference-preview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7343,7 +7343,7 @@ Represents a step in execution of a run.
73437343
| Name | Type | Description | Required | Default |
73447344
|------|------|-------------|----------|---------|
73457345
| id | string | The identifier of the run step, which can be referenced in API endpoints. | Yes | |
7346-
| object | string | The object type, which is always `assistant.run.step``. | Yes | |
7346+
| object | string | The object type, which is always `assistant.run.step`. | Yes | |
73477347
| created_at | integer | The Unix timestamp (in seconds) for when the run step was created. | Yes | |
73487348
| assistant_id | string | The ID of the assistant associated with the run step. | Yes | |
73497349
| thread_id | string | The ID of the thread that was run. | Yes | |
@@ -7451,7 +7451,7 @@ Details of the message creation by the run step.
74517451

74527452
| Name | Type | Description | Required | Default |
74537453
|------|------|-------------|----------|---------|
7454-
| type | string | Always `message_creation``. | Yes | |
7454+
| type | string | Always `message_creation`. | Yes | |
74557455
| message_creation | object | | Yes | |
74567456

74577457

articles/ai-services/openai/includes/language-overview/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Feature availability in Azure OpenAI is dependent on what version of the REST AP
1717

1818
| Latest GA API | Latest Preview API|
1919
|:-----|:------|
20-
|`2024-10-21` |`2024-10-01-preview`|
20+
|`2024-10-21` |`2025-01-01-preview`|
2121

2222
## Installation
2323

articles/ai-services/openai/includes/language-overview/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Feature availability in Azure OpenAI is dependent on what version of the REST AP
1919

2020
| Latest GA API | Latest Preview API|
2121
|:-----|:------|
22-
|`2024-10-21` |`2024-10-01-preview`|
22+
|`2024-10-21` |`2025-01-01-preview`|
2323

2424
## Installation
2525

0 commit comments

Comments
 (0)