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/concepts/video-generation.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: pafarley
6
6
manager: nitinme
7
7
ms.service: azure-ai-openai
8
8
ms.topic: conceptual
9
-
ms.date: 05/22/2025
9
+
ms.date: 05/28/2025
10
10
---
11
11
12
12
# Sora video generation (preview)
@@ -19,7 +19,7 @@ Sora can generate complex scenes with multiple characters, diverse motions, and
19
19
20
20
## How it works
21
21
22
-
Video generation is an asynchronous process. You create a job request with your text prompt and video format specifications, and the model processes the request in the background. You can check the status of the video generation job and, once it has finished, retrieve the generated video via a download URL.
22
+
Video generation is an asynchronous process. You create a job request with your text prompt and video format specifications, and the model processes the request in the background. You can check the status of the video generation job and, once it finishes, retrieve the generated video via a download URL.
23
23
24
24
## Best practices for prompts
25
25
@@ -30,18 +30,18 @@ Users should write text prompts in English or Latin script languages for the bes
30
30
31
31
### Content quality limitations
32
32
33
-
Sora may have difficulty with complex physics, causal relationships (for example, bite marks on a cookie), spatial reasoning (for example, knowing left from right), and precise time-based event sequencing such as camera movement.
33
+
Sora might have difficulty with complex physics, causal relationships (for example, bite marks on a cookie), spatial reasoning (for example, knowing left from right), and precise time-based event sequencing such as camera movement.
34
34
35
35
### Technical limitations
36
36
37
-
Sora supports the following output resolution dimensions:
Sora supports the following video durations: 5, 10, 15, and 20 seconds.
37
+
Sora has some technical limitations to be aware of:
41
38
42
-
You can request multiple video variants in a single job: for 1080p resolutions, this feature is disabled; for 720p, the maximum is two variants; for other resolutions, the maximum is four variants.
43
-
44
-
A user can have two video creation jobs running at the same time. In that situation, you must wait for one of the jobs to finish before you can create another.
39
+
- Sora supports the following output resolution dimensions:
- Sora supports the following video durations: 5, 10, 15, and 20 seconds.
42
+
- You can request multiple video variants in a single job: for 1080p resolutions, this feature is disabled; for 720p, the maximum is two variants; for other resolutions, the maximum is four variants.
43
+
- You can have two video creation jobs running at the same time. You must wait for one of the jobs to finish before you can create another.
44
+
- Jobs are available for up to 24 hours after they're created. After that, you must create a new job to generate the video again.
| created_at | integer | The time when the job was created. | Yes ||
5134
-
| expires_at | integer | The time when the job gets automatically deleted from the service. The video content and metadata of the job should be stored before this date to avoid data loss. | No ||
5134
+
| expires_at | integer | The Unix timestamp (in seconds) for when the job gets deleted from the server. The video content and metadata of the job should be stored before this date to avoid data loss. The default and maximum range is 24 hours from the job completion timestamp. | No ||
5135
5135
| failure_reason | string (see valid models below) || No ||
5136
5136
| finished_at | integer | The time when the job finished with all video generations. | No ||
5137
5137
| generations | array | The generated videos for this job. The number depends on the given n_variants and the creation success of the generations. | No ||
0 commit comments