Skip to content

Commit f815a65

Browse files
authored
Merge pull request #5174 from mrbullwinkle/mrb_05_22_2025_release_002
[Azure OpenAI] [Release Branch] [Autogen] Ref docs vNext
2 parents 7c0a428 + c9f90a5 commit f815a65

File tree

5 files changed

+5195
-3
lines changed

5 files changed

+5195
-3
lines changed

articles/ai-services/openai/includes/api-surface.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Managing and interacting with Azure OpenAI models and resources is divided acros
1919

2020
Each API surface/specification encapsulates a different set of Azure OpenAI capabilities. Each API has its own unique set of preview and stable/generally available (GA) API releases. Preview releases currently tend to follow a monthly cadence.
2121

22+
> [!IMPORTANT]
23+
> There is now a new preview inference API. Learn more in our [API lifecycle guide](../api-version-lifecycle.md#api-evolution).
24+
2225
| API | Latest preview release | Latest GA release | Specifications | Description |
2326
|:---|:----|:----|:----|:---|
2427
| **Control plane** | [`2024-06-01-preview`](/rest/api/aiservices/accountmanagement/operation-groups?view=rest-aiservices-accountmanagement-2024-06-01-preview&preserve-view=true) | [`2024-10-01`](/rest/api/aiservices/accountmanagement/deployments/create-or-update?view=rest-aiservices-accountmanagement-2024-10-01&tabs=HTTP&preserve-view=true) | [Spec files](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices) | Azure OpenAI shares a common control plane with all other services. The control plane API is used for things like [creating Azure OpenAI resources](/rest/api/aiservices/accountmanagement/accounts/create?view=rest-aiservices-accountmanagement-2023-05-01&tabs=HTTP&preserve-view=true), [model deployment](/rest/api/aiservices/accountmanagement/deployments/create-or-update?view=rest-aiservices-accountmanagement-2023-05-01&tabs=HTTP&preserve-view=true), and other higher level resource management tasks. The control plane also governs what is possible to do with capabilities like Azure Resource Manager, Bicep, Terraform, and Azure CLI.|

0 commit comments

Comments
 (0)