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-studio/ai-services/content-safety-overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Content Safety in Azure AI Studio overview
2
+
title: Content Safety in Azure AI Foundry portal overview
3
3
titleSuffix: Azure AI Foundry
4
-
description: Learn how to use Azure AI Content Safety in Azure AI Studio to detect harmful user-generated and AI-generated content in applications and services.
4
+
description: Learn how to use Azure AI Content Safety in Azure AI Foundry portal to detect harmful user-generated and AI-generated content in applications and services.
5
5
manager: nitinme
6
6
ms.service: azure-ai-studio
7
7
ms.custom:
@@ -12,9 +12,9 @@ ms.author: pafarley
12
12
author: PatrickFarley
13
13
---
14
14
15
-
# Content Safety in Azure AI Studio
15
+
# Content Safety in Azure AI Foundry portal
16
16
17
-
Azure AI Content Safety is an AI service that detects harmful user-generated and AI-generated content in applications and services. Azure AI Content Safety includes various APIs that allow you to detect and prevent the output of harmful content. The interactive Content Safety **try out** page in AI Studio allows you to view, explore, and try out sample code for detecting harmful content across different modalities.
17
+
Azure AI Content Safety is an AI service that detects harmful user-generated and AI-generated content in applications and services. Azure AI Content Safety includes various APIs that allow you to detect and prevent the output of harmful content. The interactive Content Safety **try out** page in AI Foundry portal allows you to view, explore, and try out sample code for detecting harmful content across different modalities.
18
18
19
19
## Features
20
20
@@ -64,4 +64,4 @@ Refer to the [Content Safety overview](/azure/ai-services/content-safety/overvie
64
64
65
65
## Next step
66
66
67
-
Get started using Azure AI Content Safety in Azure AI Studio by following the [How-to guide](./how-to/content-safety.md).
67
+
Get started using Azure AI Content Safety in Azure AI Foundry portal by following the [How-to guide](./how-to/content-safety.md).
Copy file name to clipboardExpand all lines: articles/ai-studio/ai-services/faq.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,11 @@ sections:
34
34
35
35
Learn more about the [Azure OpenAI service](../../ai-services/openai/overview.md).
36
36
- question: |
37
-
What's the difference between Azure AI model inference and Azure AI studio?
37
+
What's the difference between Azure AI model inference and Azure AI Foundry?
38
38
answer: |
39
-
Azure AI services are a suite of AI services that provide prebuilt APIs for common AI scenarios. One of them is Azure AI model inference service which focuses on inference service of different state-of-the-art models. Azure AI studio is a web-based tool that allows you to build, train, and deploy machine learning models. Azure AI services can be used in Azure AI studio to enhance your models with prebuilt AI capabilities.
39
+
Azure AI services are a suite of AI services that provide prebuilt APIs for common AI scenarios. One of them is Azure AI model inference service which focuses on inference service of different state-of-the-art models. Azure AI Foundry portal is a web-based tool that allows you to build, train, and deploy machine learning models. Azure AI services can be used in Azure AI Foundry portal to enhance your models with prebuilt AI capabilities.
40
40
- question: |
41
-
What's the difference between Azure AI model inference service and Serverless API model deployments in Azure AI studio?
41
+
What's the difference between Azure AI model inference service and Serverless API model deployments in Azure AI Foundry portal?
42
42
answer: |
43
43
Both technologies allow you to deploy models without requiring compute resources as they are based on the Models as a Service idea. [Serverless API model deployments](../how-to/deploy-models-serverless.md) allow you to deploy a single model under a unique endpoint and credentials. You need to create a different endpoint for each model you want to deploy. On top of that, they are always created in the context of the project and while they can be shared by creating connections from other projects, they live in the context of a given project.
44
44
@@ -52,7 +52,7 @@ sections:
52
52
answer: |
53
53
The Azure AI model inference service in AI services supports all the models in the Azure AI catalog with pay-as-you-go billing (per-token). For more information, see [the Models section](model-inference.md#models).
54
54
55
-
The Azure AI model catalog contains a wider list of models, however, those models require compute quota from your subscription. They also need to have a project or AI hub where to host the deployment. For more information, see [deployment options in Azure AI studio](../concepts/deployments-overview.md).
55
+
The Azure AI model catalog contains a wider list of models, however, those models require compute quota from your subscription. They also need to have a project or AI hub where to host the deployment. For more information, see [deployment options in Azure AI Foundry portal](../concepts/deployments-overview.md).
56
56
- question: |
57
57
Why I can't add OpenAI o1-preview or OpenA o1-mini-preview to my resource?
58
58
answer: |
@@ -105,7 +105,7 @@ sections:
105
105
answer: |
106
106
Billing and costs are displayed in [Microsoft Cost Management + Billing](/azure/cost-management-billing/understand/download-azure-daily-usage). You can see the usage details in the [Azure portal](https://portal.azure.com).
Copy file name to clipboardExpand all lines: articles/ai-studio/ai-services/how-to/connect-ai-services.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: How to use Azure AI services in AI Studio
2
+
title: How to use Azure AI services in AI Foundry portal
3
3
titleSuffix: Azure AI Foundry
4
-
description: Learn how to use Azure AI services in AI Studio. You can use existing Azure AI services resources in AI Studio by creating a connection to the resource.
4
+
description: Learn how to use Azure AI services in AI Foundry portal. You can use existing Azure AI services resources in AI Foundry portal by creating a connection to the resource.
5
5
manager: nitinme
6
6
ms.service: azure-ai-studio
7
7
ms.custom:
@@ -15,20 +15,20 @@ ms.author: eur
15
15
author: eric-urban
16
16
---
17
17
18
-
# How to use Azure AI services in AI Studio
18
+
# How to use Azure AI services in AI Foundry portal
19
19
20
-
You might have existing resources for Azure AI services that you used in the old studios such as Azure OpenAI Studio or Speech Studio. You can pick up where you left off by using your existing resources in AI Studio.
20
+
You might have existing resources for Azure AI services that you used in the old studios such as Azure OpenAI Studio or Speech Studio. You can pick up where you left off by using your existing resources in AI Foundry portal.
21
21
22
-
This article describes how to use new or existing Azure AI services resources in an AI Studio project.
22
+
This article describes how to use new or existing Azure AI services resources in an AI Foundry project.
23
23
24
24
## Usage scenarios
25
25
26
-
Depending on the AI service and model you want to use, you can use them in AI Studio via:
27
-
-[Bring your existing Azure AI services resources](#bring-your-existing-azure-ai-services-resources-into-a-project) into a project. You can use your existing Azure AI services resources in an AI Studio project by creating a connection to the resource.
26
+
Depending on the AI service and model you want to use, you can use them in AI Foundry portal via:
27
+
-[Bring your existing Azure AI services resources](#bring-your-existing-azure-ai-services-resources-into-a-project) into a project. You can use your existing Azure AI services resources in an AI Foundry project by creating a connection to the resource.
28
28
- The [model catalog](#discover-azure-ai-models-in-the-model-catalog). You don't need a project to browse and discover Azure AI models. Some of the Azure AI services are available for you to try via the model catalog without a project. Some Azure AI services require a project to use in the playgrounds.
29
29
- The [project-level playgrounds](#try-azure-ai-services-in-the-project-level-playgrounds). You need a project to try Azure AI services such as Azure AI Speech and Azure AI Language.
30
30
-[Azure AI Services demo pages](#try-out-azure-ai-services-demos). You can browse Azure AI services capabilities and step through the demos. You can try some limited demos for free without a project.
31
-
-[Fine-tune](#fine-tune-azure-ai-services-models) models. You can fine-tune a subset of Azure AI services models in AI Studio.
31
+
-[Fine-tune](#fine-tune-azure-ai-services-models) models. You can fine-tune a subset of Azure AI services models in AI Foundry portal.
32
32
-[Deploy](#deploy-models-to-production) models. You can deploy base models and fine-tuned models to production. Most Azure AI services models are already deployed and ready to use.
33
33
34
34
## Bring your existing Azure AI services resources into a project
@@ -44,14 +44,14 @@ When you create a project for the first time, you also create a hub. When you cr
44
44
45
45
:::image type="content" source="../../media/how-to/projects/projects-create-resource.png" alt-text="Screenshot of the create resource page within the create project dialog." lightbox="../../media/how-to/projects/projects-create-resource.png":::
46
46
47
-
For more details about creating a project, see the [create an AI Studio project](../../how-to/create-projects.md) how-to guide or the [create a project and use the chat playground](../../quickstarts/get-started-playground.md) quickstart.
47
+
For more details about creating a project, see the [create an AI Foundry project](../../how-to/create-projects.md) how-to guide or the [create a project and use the chat playground](../../quickstarts/get-started-playground.md) quickstart.
48
48
49
49
### Connect Azure AI services after you create a project
50
50
51
-
To use your existing Azure AI services resources (such as Azure AI Speech) in an AI Studio project, you need to create a connection to the resource.
51
+
To use your existing Azure AI services resources (such as Azure AI Speech) in an AI Foundry project, you need to create a connection to the resource.
52
52
53
-
1. Create an AI Studio project. For detailed instructions, see [Create an AI Studio project](../../how-to/create-projects.md).
54
-
1. Go to your AI Studio project.
53
+
1. Create an AI Foundry project. For detailed instructions, see [Create an AI Foundry project](../../how-to/create-projects.md).
54
+
1. Go to your AI Foundry project.
55
55
1. Select **Management center** from the left pane.
56
56
1. Select **Connected resources** (under **Project**) from the left pane.
57
57
1. Select **+ New connection**.
@@ -72,24 +72,24 @@ To use your existing Azure AI services resources (such as Azure AI Speech) in an
72
72
73
73
You can discover Azure AI models in the model catalog without a project. Some Azure AI services are available for you to try via the model catalog without a project.
74
74
75
-
1. Go to the [AI Studio home page](https://ai.azure.com).
75
+
1. Go to the [AI Foundry home page](https://ai.azure.com).
76
76
1. Select the tile that says **Model catalog and benchmarks**.
77
77
78
-
:::image type="content" source="../../media/explore/ai-studio-home-model-catalog.png" alt-text="Screenshot of the home page in Azure AI Studio with the option to select the model catalog tile." lightbox="../../media/explore/ai-studio-home-model-catalog.png":::
78
+
:::image type="content" source="../../media/explore/ai-studio-home-model-catalog.png" alt-text="Screenshot of the home page in Azure AI Foundry portal with the option to select the model catalog tile." lightbox="../../media/explore/ai-studio-home-model-catalog.png":::
79
79
80
-
If you don't see this tile, you can also go directly to the [Azure AI model catalog page](https://ai.azure.com/explore/models) in AI Studio.
80
+
If you don't see this tile, you can also go directly to the [Azure AI model catalog page](https://ai.azure.com/explore/models) in AI Foundry portal.
81
81
82
82
1. From the **Collections** dropdown, select **Microsoft**. Search for Azure AI services models by entering **azure-ai** in the search box.
83
83
84
-
:::image type="content" source="../../media/ai-services/models/ai-services-model-catalog.png" alt-text="Screenshot of the model catalog page in Azure AI Studio with the option to search by collection and name." lightbox="../../media/ai-services/models/ai-services-model-catalog.png":::
84
+
:::image type="content" source="../../media/ai-services/models/ai-services-model-catalog.png" alt-text="Screenshot of the model catalog page in Azure AI Foundry portal with the option to search by collection and name." lightbox="../../media/ai-services/models/ai-services-model-catalog.png":::
85
85
86
86
1. Select a model to view more details about it. You can also try the model if it's available for you to try without a project.
87
87
88
88
## Try Azure AI services in the project level playgrounds
89
89
90
90
In the project-level playgrounds, you can try Azure AI services such as Azure AI Speech and Azure AI Language.
91
91
92
-
1. Go to your AI Studio project. If you need to create a project, see [Create an AI Studio project](../../how-to/create-projects.md).
92
+
1. Go to your AI Foundry project. If you need to create a project, see [Create an AI Foundry project](../../how-to/create-projects.md).
93
93
1. Select **Playgrounds** from the left pane and then select a playground to use. In this example, select **Try the Speech playground**.
94
94
95
95
:::image type="content" source="../../media/ai-services/playgrounds/azure-ai-services-playgrounds.png" alt-text="Screenshot of the project level playgrounds that you can use." lightbox="../../media/ai-services/playgrounds/azure-ai-services-playgrounds.png":::
@@ -106,24 +106,24 @@ If you have other connected resources, you can use them in the corresponding pla
106
106
107
107
You can browse Azure AI services capabilities and step through the demos. You can try some limited demos for free without a project.
108
108
109
-
1. Go to the [AI Studio home page](https://ai.azure.com) and make sure you're signed in with the Azure subscription that has your Azure AI services resource.
109
+
1. Go to the [AI Foundry home page](https://ai.azure.com) and make sure you're signed in with the Azure subscription that has your Azure AI services resource.
110
110
1. Find the tile that says **Explore Azure AI Services** and select **Try now**.
111
111
112
-
:::image type="content" source="../../media/explore/home-ai-services.png" alt-text="Screenshot of the home page in Azure AI Studio with the option to select Azure AI Services." lightbox="../../media/explore/home-ai-services.png":::
112
+
:::image type="content" source="../../media/explore/home-ai-services.png" alt-text="Screenshot of the home page in Azure AI Foundry portal with the option to select Azure AI Services." lightbox="../../media/explore/home-ai-services.png":::
113
113
114
-
If you don't see this tile, you can also go directly to the [Azure AI Services page](https://ai.azure.com/explore/aiservices) in AI Studio.
114
+
If you don't see this tile, you can also go directly to the [Azure AI Services page](https://ai.azure.com/explore/aiservices) in AI Foundry portal.
115
115
116
116
1. You should see tiles for Azure AI services that you can try. Select a tile to get to the demo page for that service. For example, select **Language + Translator**.
117
117
118
-
:::image type="content" source="../../media/ai-services/overview/ai-services-capabilities.png" alt-text="Screenshot of the landing page to try Azure AI Services try out capabilities in Azure AI Studio." lightbox="../../media/ai-services/overview/ai-services-capabilities.png":::
118
+
:::image type="content" source="../../media/ai-services/overview/ai-services-capabilities.png" alt-text="Screenshot of the landing page to try Azure AI Services try out capabilities in Azure AI Foundry portal." lightbox="../../media/ai-services/overview/ai-services-capabilities.png":::
119
119
120
120
The presentation and flow of the demo pages might vary depending on the service. In some cases, you need to select a project or connection to use the service.
121
121
122
122
## Fine-tune Azure AI services models
123
123
124
-
In AI Studio, you can fine-tune some Azure AI services models. For example, you can fine-tune a model for custom speech.
124
+
In AI Foundry portal, you can fine-tune some Azure AI services models. For example, you can fine-tune a model for custom speech.
125
125
126
-
1. Go to your AI Studio project. If you need to create a project, see [Create an AI Studio project](../../how-to/create-projects.md).
126
+
1. Go to your AI Foundry project. If you need to create a project, see [Create an AI Foundry project](../../how-to/create-projects.md).
127
127
1. Select **Fine-tuning** from the left pane.
128
128
1. Select **AI Service fine-tuning**.
129
129
@@ -136,7 +136,7 @@ In AI Studio, you can fine-tune some Azure AI services models. For example, you
136
136
137
137
Once you have a project, several Azure AI services models are already deployed and ready to use.
138
138
139
-
1. Go to your AI Studio project.
139
+
1. Go to your AI Foundry project.
140
140
1. Select **Management center** from the left pane.
141
141
1. Select **Models + endpoints** (under **Project**) from the left pane.
142
142
1. Select the **Service deployments** tab to view the list of Azure AI services models that are already deployed.
@@ -155,4 +155,4 @@ However, you can deploy [fine-tuned Azure AI services models](#fine-tune-azure-a
155
155
## Related content
156
156
157
157
-[What are Azure AI services?](../../../ai-services/what-are-ai-services.md?context=/azure/ai-studio/context/context)
158
-
-[Connections in Azure AI Studio](../../concepts/connections.md)
158
+
-[Connections in Azure AI Foundry portal](../../concepts/connections.md)
0 commit comments