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/video-generation-quickstart.md
+69-42Lines changed: 69 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 05/22/2025
12
12
13
13
# Quickstart: Generate a video with Sora (preview)
14
14
15
-
In this Quickstart, you generate video clips using the Azure OpenAI service. The example uses the Sora model, which is a video generation model that creates realistic and imaginative video scenes from text instructions. This guide shows how to create a video generation job, poll for its status, and retrieve the generated video.
15
+
In this Quickstart, you generate video clips using the Azure OpenAI service. The example uses the Sora model, which is a video generation model that creates realistic and imaginative video scenes from text instructions. This guide shows you how to create a video generation job, poll for its status, and retrieve the generated video.
16
16
17
17
18
18
## Prerequisites
@@ -21,6 +21,7 @@ In this Quickstart, you generate video clips using the Azure OpenAI service. The
21
21
- <ahref="https://www.python.org/"target="_blank">Python 3.8 or later version</a>.
22
22
- An Azure OpenAI resource created in a supported region. See [Region availability](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability).
23
23
- Then, you need to deploy a `sora` model with your Azure resource. For more information, see [Create a resource and deploy a model with Azure OpenAI](./how-to/create-resource.md).
24
+
-[Python 3.8 or later version](https://www.python.org/).
24
25
25
26
26
27
## Setup
@@ -38,49 +39,75 @@ Go to your resource in the Azure portal. On the navigation pane, select **Keys a
38
39
39
40
:::image type="content" source="./media/quickstarts/endpoint.png" alt-text="Screenshot that shows the Keys and Endpoint page for an Azure OpenAI resource in the Azure portal." lightbox="../media/quickstarts/endpoint.png":::
0 commit comments