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-foundry/openai/concepts/video-generation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Sora is an AI model from OpenAI that creates realistic and imaginative video sce
16
16
Azure OpenAI supports two versions of Sora:
17
17
- Sora (or Sora 1): Azure OpenAI–specific implementation released as an API in early preview.
18
18
- Sora 2: The latest OpenAI-based API, now available with the Azure OpenAI [v1 API](../api-version-lifecycle.md).
19
-
-
19
+
20
20
## Overview
21
21
- Modalities: text → video, image → video, video (generated) → video
22
22
- Audio: Sora 2 supports audio generation in output videos (similar to the Sora app).
@@ -38,11 +38,11 @@ Azure OpenAI supports two versions of Sora:
38
38
39
39
## Sora 2 API
40
40
Provides 5 endpoints, each with distinct capabilities.
41
-
- Create Video: Start a new render job from a prompt, with optional reference inputs or a remix id.
41
+
- Create Video: Start a new render job from a prompt, with optional reference inputs or a remix ID.
42
42
- Get Video Status: Retrieve the current state of a render job and monitor its progress
43
43
- Download Video: Fetch the finished MP4 once the job is completed.
44
44
- List Videos: Enumerate your videos with pagination for history, dashboards, or housekeeping.
45
-
- Delete Videos: Delete an individual video id from Azure OpenAI’s storage
45
+
- Delete Videos: Delete an individual video ID from Azure OpenAI’s storage
46
46
47
47
### API parameters
48
48
@@ -140,7 +140,7 @@ Video generation started: Video(id='video_68f10985d6c4819097007665bdcfba5f', com
140
140
141
141
### Create a video and poll job status
142
142
143
-
Call `GET /videos/{video_id}` with the id returned from the create call. The response shows the job’s current status, progress percentage, and any errors.
143
+
Call `GET /videos/{video_id}` with the ID returned from the create call. The response shows the job’s current status, progress percentage, and any errors.
144
144
145
145
Expected states are `queued`, `in_progress`, `completed`, and `failed`.
0 commit comments