Skip to content

Commit 8839206

Browse files
Merge pull request #275303 from eric-urban/eur/build-ai-studio-33
[SCOPED] preview note
2 parents 48d98e1 + 625c020 commit 8839206

14 files changed

+24
-4
lines changed

articles/ai-studio/ai-services/connect-ai-services.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ author: eric-urban
1515

1616
# Connect AI services to your hub in Azure AI Studio
1717

18+
[!INCLUDE [Feature preview](../includes/feature-preview.md)]
19+
1820
You can try out AI services for free in Azure AI Studio as described in the [getting started with AI services](get-started.md) article. This article describes how to use AI services connections to do more via Azure AI Studio, SDKs, and APIs.
1921

2022
After you create a hub with AI services, you can use the AI services connection via the AI Studio UI, APIs, and SDKs. For example, you can try out AI services via **Home** > **AI Services** in the AI Studio UI as shown here.

articles/ai-studio/ai-services/get-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ author: eric-urban
1313

1414
# Get started with AI services in Azure AI Studio
1515

16+
[!INCLUDE [Feature preview](../includes/feature-preview.md)]
17+
1618
This article describes how to get started with AI services in [Azure AI Studio](https://ai.azure.com). You can connect to AI services in Azure AI Studio to use AI capabilities such as Azure OpenAI, Speech, Language, Translator, Vision, Document Intelligence, and Content Safety.
1719

1820
Go to the **Home** page and then select **AI Services** from the left pane to explore these services.

articles/ai-studio/how-to/deploy-jais-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: [references_regions]
1414

1515
# How to deploy JAIS with Azure AI Studio
1616

17-
[!INCLUDE [Azure AI Studio preview](../includes/feature-preview.md)]
17+
[!INCLUDE [Feature preview](../includes/feature-preview.md)]
1818

1919
In this article, you learn how to use Azure AI Studio to deploy the JAIS model as serverless APIs with pay-as-you-go token-based billing.
2020

articles/ai-studio/how-to/deploy-models-phi-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: [references_regions]
1515

1616
# How to deploy Phi-3 family of small language models with Azure AI Studio
1717

18-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
18+
[!INCLUDE [Feature preview](../includes/feature-preview.md)]
1919

2020
In this article, you learn about the Phi-3 family of small language models (SLMs). You also learn two ways to use Azure AI Studio to deploy models from this family: deploy as serverless APIs with pay-as-you-go token-based billing or deploy with hosted infrastructure in real-time endpoints.
2121

articles/ai-studio/how-to/deploy-models-serverless-availability.md

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

1919
# Region availability for models in Serverless API endpoints
2020

21+
[!INCLUDE [Feature preview](../includes/feature-preview.md)]
22+
2123
In this article, you learn about which regions are available for each of the models supporting serverless API endpoint deployments.
2224

2325
Certain models in the model catalog can be deployed as a serverless API with pay-as-you-go billing. This kind of deployment provides a way to consume models as an API without hosting them on your subscription, while keeping the enterprise security and compliance that organizations need. This deployment option doesn't require quota from your subscription.

articles/ai-studio/how-to/disaster-recovery.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.date: 5/21/2024
1313

1414
# Customer enabled disaster recovery
1515

16+
[!INCLUDE [Feature preview](../includes/feature-preview.md)]
17+
1618
To maximize your uptime, plan ahead to maintain business continuity and prepare for disaster recovery with Azure AI Studio. Since Azure AI Studio builds on [Azure Machine Learning architecture](/azure/machine-learning/concept-workspace), it's beneficial to reference the foundational architecture.
1719

1820
Microsoft strives to ensure that Azure services are always available. However, unplanned service outages might occur. We recommend having a disaster recovery plan in place for handling regional service outages. In this article, you learn how to:

articles/ai-studio/how-to/model-catalog-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ author: ssalgadodev
1515

1616
# Model Catalog and Collections in Azure AI Studio
1717

18+
[!INCLUDE [Feature preview](../includes/feature-preview.md)]
19+
1820
The model catalog in Azure AI studio is the hub to discover and use a wide range of models that enable you to build Generative AI applications. The model catalog features hundreds of models across model providers such as Azure OpenAI service, Mistral, Meta, Cohere, Nvidia, Hugging Face, including models trained by Microsoft. Models from providers other than Microsoft are Non-Microsoft Products, as defined in [Microsoft's Product Terms](https://www.microsoft.com/licensing/terms/welcome/welcomepage), and subject to the terms provided with the model.
1921

2022
## Model Collections

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

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

1717
# Azure AI Model Inference API
1818

19+
[!INCLUDE [Feature preview](../includes/feature-preview.md)]
20+
1921
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.
2022

2123
## Benefits

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

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

1717
# Reference: Chat Completions
1818

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

2123
```http

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

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

1717
# Reference: Completions
1818

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

2123
```http

0 commit comments

Comments
 (0)