Skip to content

Commit b422eb6

Browse files
committed
remove preview from inference API articles
1 parent 82c01d1 commit b422eb6

6 files changed

+2
-10
lines changed

articles/ai-studio/reference/reference-model-inference-chat-completions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ ms.custom:
1616

1717
# Reference: Chat Completions | Azure AI Studio
1818

19-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
20-
2119
Creates a model response for the given chat conversation.
2220

2321
```http

articles/ai-studio/reference/reference-model-inference-completions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ ms.custom:
1616

1717
# Reference: Completions | Azure AI Studio
1818

19-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
20-
2119
Creates a completion for the provided prompt and parameters.
2220

2321
```http

articles/ai-studio/reference/reference-model-inference-embeddings.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ ms.custom:
1616

1717
# Reference: Embeddings | Azure AI Studio
1818

19-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
20-
2119
Creates an embedding vector representing the input text.
2220

2321
```http

articles/ai-studio/reference/reference-model-inference-images-embeddings.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ ms.custom:
1616

1717
# Reference: Image Embeddings | Azure AI Studio
1818

19-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
20-
2119
Creates an embedding vector representing the input image and text pair.
2220

2321
```http

articles/ai-studio/reference/reference-model-inference-info.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ ms.custom:
1616

1717
# Reference: Info | Azure AI Studio
1818

19-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
20-
2119
Returns the information about the model deployed under the endpoint.
2220

2321
```http

articles/machine-learning/reference-model-inference-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.collection: ce-skilling-ai-copilot
1919

2020
The Azure AI Model Inference is an API that exposes a common set of capabilities for foundational models and that can be used by developers to consume predictions from a diverse set of models in a uniform and consistent way. Developers can talk with different models deployed in Azure AI Studio without changing the underlying code they are using.
2121

22+
[!INCLUDE [machine-learning-preview-items-disclaimer](includes/machine-learning-preview-items-disclaimer.md)]
23+
2224
## Benefits
2325

2426
Foundational models, such as language models, have indeed made remarkable strides in recent years. These advancements have revolutionized various fields, including natural language processing and computer vision, and they have enabled applications like chatbots, virtual assistants, and language translation services.

0 commit comments

Comments
 (0)