Skip to content

Commit 70f5520

Browse files
committed
update
1 parent 20e0898 commit 70f5520

File tree

3 files changed

+40
-22
lines changed

3 files changed

+40
-22
lines changed

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

Lines changed: 10 additions & 4 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: 03/07/2024
8+
ms.date: 03/12/2024
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
recommendations: false
@@ -17,7 +17,7 @@ ms.custom:
1717
This article is to help you understand the support lifecycle for the Azure OpenAI API previews. New preview APIs target a monthly release cadence. Post April 2, 2024, the latest three preview APIs will remain supported while older APIs will no longer be supported.
1818

1919
> [!NOTE]
20-
> The `2023-06-01-preview` API will remain supported at this time, as `DALL-E 2` is only available in this API version. `DALL-E 3` is supported in the latest API releases.
20+
> The `2023-06-01-preview` API will remain supported at this time, as `DALL-E 2` is only available in this API version. `DALL-E 3` is supported in the latest API releases. The `2023-10-01-preview` API will also remain supported at this time.
2121
2222
## Latest preview API release
2323

@@ -28,13 +28,20 @@ This version contains support for all the latest Azure OpenAI features including
2828

2929
- [Embeddings `encoding_format` and `dimensions` parameters] [**Added in 2024-03-01-preview**]
3030
- [Assistants API](./assistants-reference.md). [**Added in 2024-02-15-preview**]
31-
- [DALL-E 3](./dall-e-quickstart.md). [**Added in 2023-12-01-preview**]
3231
- [Text to speech](./text-to-speech-quickstart.md). [**Added in 2024-02-15-preview**]
32+
- [DALL-E 3](./dall-e-quickstart.md). [**Added in 2023-12-01-preview**]
3333
- [Fine-tuning](./how-to/fine-tuning.md) `gpt-35-turbo`, `babbage-002`, and `davinci-002` models.[**Added in 2023-10-01-preview**]
3434
- [Whisper](./whisper-quickstart.md). [**Added in 2023-09-01-preview**]
3535
- [Function calling](./how-to/function-calling.md) [**Added in 2023-07-01-preview**]
3636
- [Retrieval augmented generation with the on your data feature](./use-your-data-quickstart.md). [**Added in 2023-06-01-preview**]
3737

38+
## Latest GA API release
39+
40+
Azure OpenAI API version [2024-02-01](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/stable/2024-02-01/inference.json)
41+
is currently the latest GA API release. This API version is the replacement for the previous`2023-05-15` GA API release.
42+
43+
This version contains support for the latest GA features like Whisper, DALL-E 3, fine-tuning, on your data, etc. Any preview features that were released after the `2023-12-01-preview` release like Assistants, TTS, certain on your data data sources, are only supported in the latest preview API releases.
44+
3845
## Retiring soon
3946

4047
On April 2, 2024 the following API preview releases will be retired and will stop accepting API requests:
@@ -43,7 +50,6 @@ On April 2, 2024 the following API preview releases will be retired and will sto
4350
- 2023-07-01-preview
4451
- 2023-08-01-preview
4552
- 2023-09-01-preview
46-
- 2023-10-01-preview
4753
- 2023-12-01-preview
4854

4955
To avoid service disruptions, you must update to use the latest preview version before the retirement date.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about the different model capabilities that are available with Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 03/06/2024
7+
ms.date: 03/12/2024
88
ms.custom: references_regions, build-2023, build-2023-dataai, refefences_regions
99
manager: nitinme
1010
author: mrbullwinkle #ChrisHMSFT
@@ -22,7 +22,7 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
2222
| [GPT-3.5](#gpt-35) | A set of models that improve on GPT-3 and can understand and generate natural language and code. |
2323
| [Embeddings](#embeddings-models) | A set of models that can convert text into numerical vector form to facilitate text similarity. |
2424
| [DALL-E](#dall-e-models) | A series of models that can generate original images from natural language. |
25-
| [Whisper](#whisper-models-preview) (Preview) | A series of models in preview that can transcribe and translate speech to text. |
25+
| [Whisper](#whisper-models) | A series of models in preview that can transcribe and translate speech to text. |
2626
| [Text to speech](#text-to-speech-models-preview) (Preview) | A series of models in preview that can synthesize text to speech. |
2727

2828
## GPT-4 and GPT-4 Turbo Preview
@@ -71,11 +71,11 @@ OpenAI's MTEB benchmark testing found that even when the third generation model'
7171

7272
The DALL-E models generate images from text prompts that the user provides. DALL-E 3 is generally available for use with the REST APIs. DALL-E 2 and DALL-E 3 with client SDKs are in preview.
7373

74-
## Whisper (Preview)
74+
## Whisper
7575

76-
The Whisper models, currently in preview, can be used for speech to text.
76+
The Whisper models, can be used for speech to text.
7777

78-
You can also use the Whisper model via Azure AI Speech [batch transcription](../../speech-service/batch-transcription-create.md) API. Check out [What is the Whisper model?](../../speech-service/whisper-overview.md) to learn more about when to use Azure AI Speech vs. Azure OpenAI Service.
78+
You can also use the Whisper model via Azure AI Speech [batch transcription](../../speech-service/batch-transcription-create.md) API. Check out [What is the Whisper model?](../../speech-service/whisper-overview.md) to learn more about when to use Azure AI Speech vs. Azure OpenAI Service.
7979

8080
## Text to speech (Preview)
8181

@@ -222,11 +222,11 @@ The following Embeddings models are available with [Azure Government](/azure/azu
222222
| `gpt-35-turbo` (0125) | North Central US <br> Sweden Central | 16,385 | Sep 2021 |
223223

224224

225-
### Whisper models (Preview)
225+
### Whisper models
226226

227227
| Model ID | Model Availability | Max Request (audio file size) |
228228
| --- | --- | :---: |
229-
| `whisper` | North Central US <br> West Europe | 25 MB |
229+
| `whisper` | East US 2 <br> North Central US <br> Norway East <br> South India <br> Sweden Central <br> West Europe | 25 MB |
230230

231231
### Text to speech models (Preview)
232232

articles/ai-services/openai/whats-new.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,36 @@ ms.custom:
1010
- ignite-2023
1111
- references_regions
1212
ms.topic: whats-new
13-
ms.date: 03/07/2024
13+
ms.date: 03/12/2024
1414
recommendations: false
1515
---
1616

1717
# What's new in Azure OpenAI Service
1818

1919
## March 2024
2020

21+
### 2024-02-01 general availability (GA) API released
22+
23+
This is the latest GA API release and is the replacement for the previous `2023-05-15` GA release. This release adds support for the latest Azure OpenAI GA features like Whisper, DALLE-3, fine-tuning, on your data etc.
24+
25+
Features that are still in preview such as Assistants, text to speech (TTS), certain on your data data sources, still require a preview API version. For more information check out our [API version lifecycle guide](./api-version-deprecation.md).
26+
27+
### Whisper general availability (GA)
28+
29+
The Whisper speech to text model is now GA for both REST and Python. Client library SDKs are currently still in public preview.
30+
31+
Try out Whisper by following a [quickstart](./whisper-quickstart.md.md).
32+
33+
### DALL-E 3 general availability (GA)
34+
35+
DALL-E 3 image generation model is now GA for both REST and Python. Client library SDKs are currently still in public preview.
36+
37+
Try out DALL-E 3 by following a [quickstart](./dall-e-quickstart.md).
38+
39+
### New regional support for DALL-E 3
40+
41+
You can now access DALL-E 3 with an Azure OpenAI resource in the `East US` or `AustraliaEast` Azure region, in addition to `SwedenCentral`.
42+
2143
### 2024-03-01-preview API released
2244

2345
`2024-03-01-preview` has all the same functionality as `2024-02-15-preview` and adds two new parameters for embeddings:
@@ -35,16 +57,6 @@ For more information on the upgrade process refer to the [models page](./concept
3557

3658
## February 2024
3759

38-
### DALL-E 3 general availability
39-
40-
The REST API for the DALL-E 3 image generation model is now in GA. The client library SDKs are in private preview.
41-
42-
Try out DALL-E 3 by following a [quickstart](./dall-e-quickstart.md).
43-
44-
### New regional support for DALL-E 3
45-
46-
You can now access DALL-E 3 with an Azure OpenAI resource in the `East US` or `AustraliaEast` Azure region, in addition to `SwedenCentral`.
47-
4860
### GPT-3.5-turbo-0125 model available
4961

5062
This model has various improvements, including higher accuracy at responding in requested formats and a fix for a bug which caused a text encoding issue for non-English language function calls.

0 commit comments

Comments
 (0)