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/dall-e-studio.md
+8-16Lines changed: 8 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
-
title: 'Quickstart: Generate images with Azure OpenAI Service and Azure OpenAI Studio'
2
+
title: 'Quickstart: Generate images with Azure OpenAI Service and Azure AI Foundry'
3
3
titleSuffix: Azure OpenAI
4
-
description: Learn how to generate images with Azure OpenAI Service in the DALL-E playground (Preview) in Azure OpenAI Studio.
4
+
description: Learn how to generate images with Azure OpenAI Service in the DALL-E playground (Preview) in Azure AI Foundry.
5
5
#services: cognitive-services
6
6
manager: nitinme
7
7
ms.service: azure-ai-openai
8
8
ms.custom:
9
9
- ignite-2023
10
10
ms.topic: include
11
-
ms.date: 08/08/2023
11
+
ms.date: 12/05/2024
12
12
---
13
13
14
-
Use this guide to get started generating images with Azure OpenAI in your browser.
14
+
Use this guide to get started generating images with Azure OpenAI in your browser with Azure AI Foundry.
15
15
16
16
## Prerequisites
17
17
@@ -29,19 +29,13 @@ Use this guide to get started generating images with Azure OpenAI in your browse
29
29
---
30
30
31
31
32
-
## Go to Azure OpenAI Studio
32
+
## Go to Azure AI Foundry
33
33
34
-
Browse to [Azure OpenAI Studio](https://oai.azure.com/) and sign in with the credentials associated with your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
34
+
Browse to [Azure AI Foundry](https://oai.azure.com/) and sign in with the credentials associated with your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
35
35
36
-
#### [DALL-E 3](#tab/dalle3)
37
-
38
-
From the Azure OpenAI Studio landing page, select **Images playground** to use the image generation APIs. Select **Settings** near the top of the page and confirm that the **Deployment** dropdown has your DALL-E 3 deployment selected.
39
-
40
-
#### [DALL-E 2 (preview)](#tab/dalle2)
36
+
From the Azure AI Foundry landing page, create or select a new project. Navigate to the **Models + endpoints** page on the left nav. Select **Deploy model** and then choose one of the DALL-E models from the list. Complete the deployment process.
41
37
42
-
From the Azure OpenAI Studio landing page, select **Images playground** to use the image generation APIs. Select **Settings** near the top of the page and confirm that the **Deployment** dropdown has the default **DALL-E 2** choice selected.
43
-
44
-
---
38
+
On the model's page, select **Open in playground**.
45
39
46
40
## Try out image generation
47
41
@@ -50,8 +44,6 @@ Start exploring Azure OpenAI capabilities with a no-code approach through the **
50
44
> [!NOTE]
51
45
> The image generation APIs come with a content moderation filter. If Azure OpenAI recognizes your prompt as harmful content, it doesn't return a generated image. For more information, see [Content filtering](../concepts/content-filter.md).
52
46
53
-
:::image type="content" source="../media/quickstarts/dall-e-studio-new.png" alt-text="Screenshot of the Azure OpenAI Studio landing page showing the DALL-E playground (Preview) with generated images of polar bears." lightbox="../media/quickstarts/dall-e-studio-new.png":::
54
-
55
47
In the **Images playground**, you can also view Python and cURL code samples, which are prefilled according to your settings. Select **View code** near the top of the page. You can use this code to write an application that completes the same task.
0 commit comments