Skip to content

Commit fa78291

Browse files
authored
Merge pull request #7028 from mrbullwinkle/mrb_09_10_2025_ref_content_updates
[Azure OpenAI] [v1] [ref cross links]
2 parents b7d8f1e + 7b15695 commit fa78291

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Each API surface/specification encapsulates a different set of Azure OpenAI capa
2424
2525
| API | Latest preview release | Latest GA release | Specifications | Description |
2626
|:---|:----|:----|:----|:---|
27-
| **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.|
28-
| **Data plane - authoring** | [`2025-04-01-preview`](/azure/ai-foundry/openai/authoring-reference-preview) | `2024-10-21` | [Spec files](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/data-plane/AzureOpenAI/authoring) | The data plane authoring API controls [fine-tuning](/rest/api/azureopenai/fine-tuning?view=rest-azureopenai-2024-08-01-preview&preserve-view=true), [file-upload](/rest/api/azureopenai/files/upload?view=rest-azureopenai-2024-08-01-preview&tabs=HTTP&preserve-view=true), [ingestion jobs](/rest/api/azureopenai/ingestion-jobs/create?view=rest-azureopenai-2024-08-01-preview&tabs=HTTP&preserve-view=true), [batch](/rest/api/azureopenai/batch?view=rest-azureopenai-2024-08-01-preview&tabs=HTTP&preserve-view=true) and certain [model level queries](/rest/api/azureopenai/models/get?view=rest-azureopenai-2024-08-01-preview&tabs=HTTP&preserve-view=true)
29-
| **Data plane - inference** | [`2025-04-01-preview`](/azure/ai-foundry/openai/reference-preview#data-plane-inference) | [`2024-10-21`](/azure/ai-foundry/openai/reference#data-plane-inference) | [Spec files](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference) | The data plane inference API provides the inference capabilities/endpoints for features like completions, chat completions, embeddings, audio, on your data, Dall-e, assistants, etc. |
27+
| **Control plane** | `2025-07-01-preview` | [`2025-06-01`](/rest/api/aifoundry/accountmanagement/operation-groups?view=rest-aifoundry-accountmanagement-2025-06-01&preserve-view=true) | [Spec files](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json) | The control plane API is used for operations like [creating resources](/rest/api/aifoundry/accountmanagement/accounts/create?view=rest-aifoundry-accountmanagement-2025-06-01&tabs=HTTP&preserve-view=true), [model deployment](/rest/api/aifoundry/accountmanagement/deployments/create-or-update?view=rest-aifoundry-accountmanagement-2025-06-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.|
28+
| **Data plane** | [`v1 preview`](/azure/ai-foundry/openai/reference-preview-latest) | [`v1`](/azure/ai-foundry/openai/latest) | [Spec files](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/ai/data-plane/OpenAI.v1) | The data plane API controls inference and authoring operations. |
29+
3030

3131
## Authentication
3232

articles/ai-foundry/toc-files/sdk-api-reference/toc.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -51,38 +51,38 @@ items:
5151
href: /rest/api/aifoundry/get-image-embeddings/get-image-embeddings
5252
- name: Azure OpenAI
5353
items:
54-
- name: v1 APIs
54+
- name: v1 API
5555
items:
5656
- name: v1 API
57-
items:
58-
- name: v1 API
59-
href: ../../openai/latest.md
60-
- name: Chat
61-
href: ../../openai/latest.md#create-chat-completion
62-
- name: Embeddings
63-
href: ../../openai/latest.md#create-embedding
64-
- name: Evals (preview)
65-
href: ../../openai/latest.md#list-evals
66-
- name: Files
67-
href: ../../openai/latest.md#create-file
68-
- name: Fine-tuning
69-
href: ../../openai/latest.md#create-fine-tuning-job
70-
- name: Models
71-
href: ../../openai/latest.md#list-models
72-
- name: Responses
73-
href: ../../openai/latest.md#create-response
74-
- name: Vector stores
75-
href: ../../openai/latest.md#list-vector-stores
76-
- name: v1 Preview API
77-
href: ../../openai/reference-preview-latest.md
78-
- name: Pre v1 API
57+
href: ../../openai/latest.md
58+
- name: Chat
59+
href: ../../openai/latest.md#create-chat-completion
60+
- name: Embeddings
61+
href: ../../openai/latest.md#create-embedding
62+
- name: Evals (preview)
63+
href: ../../openai/latest.md#list-evals
64+
- name: Files
65+
href: ../../openai/latest.md#create-file
66+
- name: Fine-tuning
67+
href: ../../openai/latest.md#create-fine-tuning-job
68+
- name: Models
69+
href: ../../openai/latest.md#list-models
70+
- name: Responses
71+
href: ../../openai/latest.md#create-response
72+
- name: Vector stores
73+
href: ../../openai/latest.md#list-vector-stores
74+
- name: Previous versions
7975
items:
80-
- name: 2024-10-21 API reference
81-
href: ../../openai/reference.md
82-
- name: 2025-04-01-preview - Authoring
83-
href: ../../openai/authoring-reference-preview.md
84-
- name: 2025-04-01-preview - Inference
85-
href: ../../openai/reference-preview.md
76+
- name: 2024-10-21 API reference
77+
href: ../../openai/reference.md
78+
- name: Preview APIs
79+
items:
80+
- name: v1 Preview API
81+
href: ../../openai/reference-preview-latest.md
82+
- name: 2025-04-01-preview - Authoring
83+
href: ../../openai/authoring-reference-preview.md
84+
- name: 2025-04-01-preview - Inference
85+
href: ../../openai/reference-preview.md
8686
- name: Assistants API Reference
8787
items:
8888
- name: REST

0 commit comments

Comments
 (0)