You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/api-version-lifecycle.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,20 +19,20 @@ This article is to help you understand the support lifecycle for Azure OpenAI AP
19
19
> [!NOTE]
20
20
> New API response objects may be added to the API response without version changes. We recommend you only parse the response objects you require.
21
21
>
22
-
> The `2025-04-01-preview` Azure OpenAI spec uses OpenAPI 3.1. It is a known issue that this is currently not fully supported by [Azure API Management](/azure/api-management/api-management-key-concepts)
22
+
> The `2025-04-01-preview` Azure OpenAI spec uses OpenAPI 3.1, is a known issue that this is currently not fully supported by [Azure API Management](/azure/api-management/api-management-key-concepts)
23
23
24
24
## API evolution
25
25
26
-
Historically, Azure OpenAI received monthly updates of new API versions. To take advantage of each new feature required constantly updating code and environment variables with each new API release. Azure OpenAI also required the extra step of using Azure specific clients which created additional overhead when migrating code between OpenAI and Azure OpenAI. Starting in May 2025, you can now opt-in to our next generation of Azure OpenAI APIs which add support for:
26
+
Historically, Azure OpenAI received monthly updates of new API versions. To take advantage of each new feature required constantly updating code and environment variables with each new API release. Azure OpenAI also required the extra step of using Azure specific clients which created overhead when migrating code between OpenAI and Azure OpenAI. Starting in May 2025, you can now optin to our next generation of Azure OpenAI APIs which add support for:
27
27
28
28
- Access to the latest features with no need to update `api-version` each month.
29
29
- OpenAI client support with minimal code changes to swap between OpenAI and Azure OpenAI.
30
30
31
-
For the initial preview launch we are only supporting a subset of the dataplane inference API. While in preview, operations may have incomplete functionality that will be continually expanded.
31
+
For the initial preview launch we are only supporting a subset of the inference API. While in preview, operations may have incomplete functionality that will be continually expanded.
-`extra_headers={"Authorization": f"Bearer {token.token}"}` passes the Microsoft Entra ID token to handle secure authentication.
80
80
-`extra_query={"api-version": "preview"}` indicates that the version-less always up-to-date preview API is being used.
81
81
82
-
Once we release the GA next generation API we will support two values `latest` and `preview`. If `api-version` is not passed traffic is automatically routed to the `latest` GA version. Currently only `preview` is supported.
82
+
Once we release the GA next generation API, we will support two values `latest` and `preview`. If `api-version` is not passed traffic is automatically routed to the `latest` GA version. Currently only `preview` is supported.
-`extra_headers={"Authorization": f"Bearer {token.token}"}` passes the Microsoft Entra ID token to handle secure authentication.
136
136
-`extra_query={"api-version": "preview"}` indicates that the version-less always up-to-date preview API is being used.
137
137
138
-
Once we release the GA next generation API we will support two values `latest` and `preview`. If `api-version` is not passed traffic is automatically routed to the `latest` GA version. Currently only `preview` is supported.
138
+
Once we release the GA next generation API, we will support two values `latest` and `preview`. If `api-version` is not passed traffic is automatically routed to the `latest` GA version. Currently only `preview` is supported.
139
139
140
140
# [REST](#tab/rest)
141
141
@@ -330,7 +330,7 @@ Azure OpenAI API latest releases:
330
330
-**Breaking Change**: Enhancements parameters removed. This impacts the `gpt-4`**Version:**`vision-preview` model.
0 commit comments