|
| 1 | +--- |
| 2 | +title: Azure OpenAI Service API version retirement |
| 3 | +description: Learn more about API version retirement in Azure OpenAI Services |
| 4 | +services: cognitive-services |
| 5 | +manager: nitinme |
| 6 | +ms.service: azure-ai-openai |
| 7 | +ms.topic: conceptual |
| 8 | +ms.date: 01/08/2024 |
| 9 | +author: mrbullwinkle |
| 10 | +ms.author: mbullwin |
| 11 | +recommendations: false |
| 12 | +ms.custom: |
| 13 | +--- |
| 14 | + |
| 15 | +# Azure OpenAI API preview lifecycle |
| 16 | + |
| 17 | +This article is to help you understand the support lifecycle for the Azure OpenAI API previews. |
| 18 | + |
| 19 | +## Latest preview API release |
| 20 | + |
| 21 | +Azure OpenAI API version 2023-12-01-preview is currently the latest preview release. |
| 22 | + |
| 23 | +This version contains support for all the latest Azure OpenAI features including: |
| 24 | + |
| 25 | +- [Fine-tuning](./how-to/fine-tuning.md) `gpt-35-turbo`, `babbage-002`, and `davinci-002` models.[**Added in 2023-10-01-preview**] |
| 26 | +- [Whisper](./whisper-quickstart.md). [**Added in 2023-09-01-preview**] |
| 27 | +- [Function calling](./how-to/function-calling.md) [**Added in 2023-07-01-preview**] |
| 28 | +- [DALL-E](./dall-e-quickstart.md) [**Added in 2023-06-01-preview**] |
| 29 | +- [Retrieval augmented generation with the on your data feature](./use-your-data-quickstart.md). [**Added in 2023-06-01-preview**] |
| 30 | + |
| 31 | +## Retiring soon |
| 32 | + |
| 33 | +On April 2, 2024 the following API preview releases will be retired and will stop accepting API requests: |
| 34 | + |
| 35 | +- 2023-03-15-preview |
| 36 | +- 2023-06-01-preview |
| 37 | +- 2023-07-01-preview |
| 38 | +- 2023-08-01-preview |
| 39 | + |
| 40 | +To avoid service disruptions, you must update to use the latest preview version prior to the retirement date. |
| 41 | + |
| 42 | +## Updating API versions |
| 43 | + |
| 44 | +We recommend first testing the upgrade to new API versions to confirm there is no impact to your application from the API update prior to making the change globally across your environment. |
| 45 | + |
| 46 | +If you are using the OpenAI Python client library or the REST API, you will need to update your code directly to the latest preview API version. |
| 47 | + |
| 48 | +If you are using one of the Azure OpenAI SDKs for C#, Go, Java, or JavaScript you will instead need to update to the latest version of the SDK. Each SDK release is hardcoded to work with specific versions of the Azure OpenAI API. |
| 49 | + |
| 50 | +## Next steps |
| 51 | + |
| 52 | +- [Learn more about Azure OpenAI](overview.md) |
| 53 | +- [Learn about working with Azure OpenAI models](./how-to/working-with-models.md) |
0 commit comments