Skip to content

Commit 1fd08a0

Browse files
committed
fix
1 parent 70eae42 commit 1fd08a0

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

articles/ai-foundry/concepts/concept-playgrounds.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,32 +129,37 @@ All model endpoints are integrated with **Azure AI Content Safety**. As a result
129129
You can use the video playground with the **Azure OpenAI Sora** model.
130130

131131
> [!TIP]
132-
> See the DevBlog for [Go from prompt to playback with Sora from Azure OpenAI in the video playground in Azure AI Foundry](https://devblogs.microsoft.com/foundry/sora-in-video-playground/).
132+
> See the DevBlog for [Sora and video playground in Azure AI Foundry](https://devblogs.microsoft.com/foundry/sora-in-video-playground/).
133133
134134
Follow these steps to use the video playground:
135135

136136
> [!CAUTION]
137137
> Videos you generate are retained for 24 hours due to data privacy. Download videos to your local computer for longer retention.
138138
139139
1. Select **Try the Video playground** to open it.
140+
140141
1. If you don't have a deployment already, select **Deploy now** from the top right side of the homepage and deploy the `sora` model.
142+
141143
1. On the homepage of the video playground, get inspired by **pre-built prompts** sorted by the **industry** filter. From here, you can view the videos in full display and copy the prompt from the bottom right corner of a video to build from it.
142144

143145
1. Copy the prompt to paste it in the prompt bar. Adjust key controls (for example, aspect ratio or resolution) to deeply understand specific model responsiveness and constraints.
146+
144147
1. Select **Generate** to generate a video based on the copied prompt.
148+
145149
1. Rewrite your text prompt syntax with gpt-4o by using **Re-write with AI**.
150+
146151
1. Switch on the **Start with an industry system prompt** capability, choose an industry, and specify the change required for your original prompt.
147-
1. Select **Update** to update the prompt, and then select **Generate** to create a new video.
148152

149-
:::image type="content" source="../media/concept-playgrounds/video-playground-rewrite-prompt-with-ai.png" alt-text="Screenshot showing the controls used to rewrite a prompt with AI and generate an updated image." lightbox="../media/concept-playgrounds/video-playground-rewrite-prompt-with-ai.png":::
153+
1. Select **Update** to update the prompt, and then select **Generate** to create a new video.
150154

151155
1. Go to the **Generation history** tab to review your generations as a grid or list view. When you select the videos, you open them in full screen mode for full immersion. Visually observe outputs across prompt tweaks or parameter changes.
156+
152157
1. In full screen mode, edit the prompt and submit it for regeneration.
153-
1. Either in full screen mode or through the options button that shows up when you hover across the video, download the videos to your local computer, view the video generation information tag, view code, or delete the video.
154158

155-
:::image type="content" source="../media/concept-playgrounds/options-menu-for-generated-video.png" alt-text="Screenshot showing the options button for downloading, viewing details, and deleting a generated image." lightbox="../media/concept-playgrounds/options-menu-for-generated-video.png":::
159+
1. Either in full screen mode or through the options button that shows up when you hover across the video, download the videos to your local computer, view the video generation information tag, view code, or delete the video.
156160

157161
1. Select **View code** from the options menu to view contextual sample code for your video generations in several languages, including Python, JavaScript, C#, JSON, Curl, and Go.
162+
158163
1. Port the code samples to production by copying them into VS Code.
159164

160165

@@ -194,14 +199,13 @@ When you use the video playground to plan your production workload, explore and
194199
The images playground is ideal for developers who build image generation flows. This playground is a full-featured, controlled environment for high-fidelity experiments designed for model-specific APIs to generate and edit images.
195200

196201
> [!TIP]
197-
> See the [60-second reel of the Images playground for gpt-image-1](https://youtu.be/btA8njJjLXY) and our DevBlog for how to transform your [Rapidly prototype with gpt-image-1 from Azure OpenAI Service in the Images Playground in Azure AI Foundry.](https://devblogs.microsoft.com/foundry/images-playground-may-2025/)
202+
> See the [60-second reel of the Images playground for gpt-image-1](https://youtu.be/btA8njJjLXY) and our DevBlog for [Images Playground in Azure AI Foundry.](https://devblogs.microsoft.com/foundry/images-playground-may-2025/)
198203
199204
You can use the images playground with these models:
200205

201-
- [gpt-image-1](https://ai.azure.com/explore/models/gpt-image-1/version/2025-04-15/registry/azure-openai) from Azure OpenAI.
206+
- [gpt-image-1](https://ai.azure.com/explore/models/gpt-image-1/version/2025-04-15/registry/azure-openai) and [dall-e-3](https://ai.azure.com/resource/models/dall-e-3/version/3.0/registry/azure-openai/?cid=learnDocs) from Azure OpenAI.
202207
- [Stable Diffusion 3.5 Large](https://ai.azure.com/explore/models/Stable-Diffusion-3.5-Large/version/1/registry/azureml-stabilityai), [Stable Image Core](https://ai.azure.com/explore/models/Stable-Image-Core/version/1/registry/azureml-stabilityai), [Stable Image Ultra](https://ai.azure.com/explore/models/Stable-Image-Ultra/version/1/registry/azureml-stabilityai) from Stability AI.
203208
- [Bria 2.3 Fast](https://ai.azure.com/explore/models/Bria-2.3-Fast/version/1/registry/azureml-bria) from Bria AI.
204-
- [dall-e-3](https://ai.azure.com/resource/models/dall-e-3/version/3.0/registry/azure-openai/?cid=learnDocs)
205209
- [FLUX.1-Kontext-pro](https://ai.azure.com/explore/models/FLUX.1-Kontext-pro/version/1/registry/azureml-blackforestlabs/?cid=learnDocs) and [FLUX-1.1-pro](https://ai.azure.com/explore/models/FLUX-1.1-pro/version/1/registry/azureml-blackforestlabs/?cid=learnDocs) from Black Forest Labs.
206210

207211
Follow these steps to use the images playground:

0 commit comments

Comments
 (0)