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-services/openai/includes/chatgpt-studio.md
+6-8Lines changed: 6 additions & 8 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: 'Quickstart: Use GPT-4o and GPT-4o mini via the Azure OpenAI Studio'
2
+
title: 'Quickstart: Use GPT-4o and GPT-4o mini via Azure AI Foundry'
3
3
titleSuffix: Azure OpenAI Service
4
-
description: Walkthrough on how to get started with Azure OpenAI and make your first completions call with Azure OpenAI Studio.
4
+
description: Walkthrough on how to get started with Azure OpenAI and make your first completions call with Azure AI Foundry.
5
5
#services: cognitive-services
6
6
manager: nitinme
7
7
ms.service: azure-ai-openai
@@ -14,17 +14,15 @@ ms.date: 09/19/2024
14
14
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true).
15
15
- An Azure OpenAI Service resource with either `gpt-4o` or the `gpt-4o-mini` models deployed. We recommend using standard or global standard model [deployment types](../how-to/deployment-types.md) for initial exploration. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
16
16
17
-
## Go to Azure OpenAI Studio
17
+
## Go to Azure AI Foundry
18
18
19
-
Navigate to Azure OpenAI Studio at [https://oai.azure.com/](https://oai.azure.com/) and sign-in with credentials that have access to your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
19
+
Navigate to [Azure AI Foundry](https://oai.azure.com/) and sign-in with credentials that have access to your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
20
20
21
-
From the Azure OpenAI Studio landing page, select **Chat playground**.
22
-
23
-
:::image type="content" source="../media/quickstarts/chatgpt-playground-new.png" alt-text="Screenshot of the Azure OpenAI Studio landing page with Chat playground highlighted." lightbox="../media/quickstarts/chatgpt-playground-new.png":::
21
+
From Azure AI Foundry, select **Chat playground**.
24
22
25
23
## Playground
26
24
27
-
Start exploring Azure OpenAI Service capabilities with a no-code approach through the Azure OpenAI Studio Chat playground. From this page, you can quickly iterate and experiment with the capabilities.
25
+
Start exploring Azure OpenAI Service capabilities with a no-code approach through the Azure AI Foundry Chat playground. From this page, you can quickly iterate and experiment with the capabilities.
28
26
29
27
:::image type="content" source="../media/quickstarts/chatgpt-playground-load-new.png" alt-text="Screenshot of the Chat playground page." lightbox="../media/quickstarts/chatgpt-playground-load-new.png":::
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/studio.md
+8-12Lines changed: 8 additions & 12 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: 'Quickstart: Use Azure OpenAI Service via the Azure OpenAI Studio'
2
+
title: 'Quickstart: Use Azure OpenAI Service via Azure AI Foundry'
3
3
titleSuffix: Azure OpenAI
4
-
description: Walkthrough on how to get started with Azure OpenAI and make your first completions call with Azure OpenAI Studio.
4
+
description: Walkthrough on how to get started with Azure OpenAI and make your first completions call with Azure AI Foundry.
5
5
manager: nitinme
6
6
ms.service: azure-ai-openai
7
7
ms.topic: include
@@ -13,19 +13,15 @@ ms.date: 09/19/2023
13
13
- An Azure subscription - <ahref="https://azure.microsoft.com/free/cognitive-services"target="_blank">Create one for free</a>.
14
14
- An Azure OpenAI resource with a model deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
15
15
16
-
## Go to the Azure OpenAI Studio
16
+
## Go to the Azure AI Foundry
17
17
18
-
Navigate to Azure OpenAI Studio at <ahref="https://oai.azure.com/"target="_blank">https://oai.azure.com/</a> and sign-in with credentials that have access to your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
19
-
20
-
From the Azure OpenAI Studio landing page navigate further to explore examples for prompt completion, manage your deployments and models, and find learning resources such as documentation and community forums.
21
-
22
-
:::image type="content" source="../media/quickstarts/studio-start-new.png" alt-text="Screenshot of the Azure OpenAI Studio landing page." lightbox="../media/quickstarts/studio-start-new.png":::
18
+
Navigate to <ahref="https://oai.azure.com/"target="_blank">Azure AI Foundry</a> and sign-in with credentials that have access to your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
23
19
24
20
## Playground
25
21
26
-
Start exploring Azure OpenAI capabilities with a no-code approach through the GPT-3 Playground. It's simply a text box where you can submit a prompt to generate a completion. From this page, you can quickly iterate and experiment with the capabilities.
22
+
Start exploring Azure OpenAI capabilities with a no-code approach through the completions playground. It's simply a text box where you can submit a prompt to generate a completion. From this page, you can quickly iterate and experiment with the capabilities.
27
23
28
-
:::image type="content" source="../media/quickstarts/playground-load-new.png" alt-text="Screenshot of the playground page of the Azure OpenAI Studio with sections highlighted." lightbox="../media/quickstarts/playground-load-new.png":::
24
+
:::image type="content" source="../media/quickstarts/playground-load-new.png" alt-text="Screenshot of the playground page of AI Foundry playground with sections highlighted." lightbox="../media/quickstarts/playground-load-new.png":::
29
25
30
26
You can select a deployment and choose from a few pre-loaded examples to get started. If your resource doesn't have a deployment, select **Create a deployment** and follow the instructions provided by the wizard. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
31
27
@@ -43,13 +39,13 @@ In the Completions playground you can also view Python and curl code samples pre
43
39
44
40
To use the Azure OpenAI for text summarization in the Completions playground, follow these steps:
45
41
46
-
1. Sign in to [Azure OpenAI Studio](https://oai.azure.com).
42
+
1. Sign in to [Azure AI Foundry](https://oai.azure.com).
47
43
1. Select the subscription and OpenAI resource to work with.
48
44
1. Select **Completions playground** on the landing page.
49
45
1. Select your deployment from the **Deployments** dropdown. If your resource doesn't have a deployment, select **Create a deployment** and then revisit this step.
50
46
1. Enter a prompt for the model.
51
47
52
-
:::image type="content" source="../media/quickstarts/summarize-text-new.png" alt-text="Screenshot of the playground page of the Azure OpenAI Studio with a text summarization example." lightbox="../media/quickstarts/summarize-text-new.png":::
48
+
:::image type="content" source="../media/quickstarts/summarize-text-new.png" alt-text="Screenshot of the playground page of Azure AI Foundry with a text summarization example." lightbox="../media/quickstarts/summarize-text-new.png":::
53
49
54
50
1. Select `Generate`. Azure OpenAI will attempt to capture the context of text and rephrase it succinctly. You should get a result that resembles the following text:
Copy file name to clipboardExpand all lines: articles/ai-studio/tutorials/copilot-sdk-create-resources.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ The goal with this application is to ground the model responses in your custom d
77
77
You need an Azure AI Search service and connection in order to create a search index.
78
78
79
79
> [!NOTE]
80
-
> Creating an [Azure AI Search service](/azure/search/) and subsequent search indexes has associated costs. You can see details about pricing and pricing tiers for the Azure AI Search service on the creation page, to confirm cost before creating the resource.
80
+
> Creating an [Azure AI Search service](/azure/search/) and subsequent search indexes has associated costs. You can see details about pricing and pricing tiers for the Azure AI Search service on the creation page, to confirm cost before creating the resource. For this tutorial, we recommend using a pricing tier of **Basic** or above.
81
81
82
82
If you already have an Azure AI Search service, you can skip to the [next section](#connect).
0 commit comments