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-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Provides 5 endpoints, each with distinct capabilities.
44
44
- List Videos: Enumerate your videos with pagination for history, dashboards, or housekeeping.
45
45
- Delete Videos: Delete an individual video id from Azure OpenAI’s storage
46
46
47
-
### API Parameters
47
+
### API parameters
48
48
49
49
| Parameter | Type |**Sora 2**|
50
50
|------------|------|------------|
@@ -138,9 +138,9 @@ Video generation started: Video(id='video_68f10985d6c4819097007665bdcfba5f', com
138
138
139
139
---
140
140
141
-
### Create a videa and poll job status
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`.
146
146
@@ -365,7 +365,7 @@ asyncio.run(main())
365
365
366
366
# [Response](#tab/python-output)
367
367
368
-
Response will vary based on if the syncronous or asyncronous version of the code is used.
368
+
Response will vary based on if the synchronous or asynchronous version of the code is used.
369
369
370
370
```json
371
371
Video creation started. ID: video_68f10c5428708190a98980c2d2b21a78
@@ -463,8 +463,6 @@ Saved video.mp4
463
463
464
464
---
465
465
466
-
467
-
468
466
## How it works
469
467
470
468
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 through a download URL.
0 commit comments