Skip to content

Commit cf13f93

Browse files
authored
Merge pull request #5206 from eric-urban/eur/aoai-edits-1
video generation job availability maximum
2 parents fa2f92f + 882af49 commit cf13f93

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

articles/ai-services/openai/concepts/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about the different model capabilities that are available with Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 05/23/2025
7+
ms.date: 05/28/2025
88
ms.custom: references_regions, build-2023, build-2023-dataai, refefences_regions
99
manager: nitinme
1010
author: mrbullwinkle #ChrisHMSFT

articles/ai-services/openai/concepts/video-generation.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: pafarley
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: conceptual
9-
ms.date: 05/22/2025
9+
ms.date: 05/28/2025
1010
---
1111

1212
# Sora video generation (preview)
@@ -19,7 +19,7 @@ Sora can generate complex scenes with multiple characters, diverse motions, and
1919

2020
## How it works
2121

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.
2323

2424
## Best practices for prompts
2525

@@ -30,18 +30,18 @@ Users should write text prompts in English or Latin script languages for the bes
3030

3131
### Content quality limitations
3232

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.
3434

3535
### Technical limitations
3636

37-
Sora supports the following output resolution dimensions:
38-
480x480, 480x854, 854x480, 720x720, 720x1280, 1280x720, 1080x1080, 1080x1920, 1920x1080.
39-
40-
Sora supports the following video durations: 5, 10, 15, and 20 seconds.
37+
Sora has some technical limitations to be aware of:
4138

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:
40+
480x480, 480x854, 854x480, 720x720, 720x1280, 1280x720, 1080x1080, 1080x1920, 1920x1080.
41+
- 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.
4545

4646
## Responsible AI
4747

articles/ai-services/openai/includes/api-versions/new-inference-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5131,7 +5131,7 @@ This component can be one of the following:
51315131
| Name | Type | Description | Required | Default |
51325132
|------|------|-------------|----------|---------|
51335133
| 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 | |
51355135
| failure_reason | string (see valid models below) | | No | |
51365136
| finished_at | integer | The time when the job finished with all video generations. | No | |
51375137
| generations | array | The generated videos for this job. The number depends on the given n_variants and the creation success of the generations. | No | |

articles/ai-services/openai/reference-preview-latest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI's latest v1 preview REST API. In this
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 05/23/2025
8+
ms.date: 05/28/2025
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
recommendations: false

articles/ai-services/openai/video-generation-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-openai
77
ms.topic: quickstart
88
author: PatrickFarley
99
ms.author: pafarley
10-
ms.date: 05/22/2025
10+
ms.date: 05/28/2025
1111
---
1212

1313
# Quickstart: Generate a video with Sora (preview)

articles/ai-services/openai/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- references_regions
1111
- ignite-2024
1212
ms.topic: whats-new
13-
ms.date: 04/16/2025
13+
ms.date: 5/28/2025
1414
recommendations: false
1515
---
1616

0 commit comments

Comments
 (0)