Skip to content

Commit 66837ea

Browse files
committed
update
1 parent 1901bb2 commit 66837ea

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Provides 5 endpoints, each with distinct capabilities.
4444
- List Videos: Enumerate your videos with pagination for history, dashboards, or housekeeping.
4545
- Delete Videos: Delete an individual video id from Azure OpenAI’s storage
4646

47-
### API Parameters
47+
### API parameters
4848

4949
| Parameter | Type | **Sora 2** |
5050
|------------|------|------------|
@@ -138,9 +138,9 @@ Video generation started: Video(id='video_68f10985d6c4819097007665bdcfba5f', com
138138

139139
---
140140

141-
### Create a videa and poll job status
141+
### Create a video and poll job status
142142

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

145145
Expected states are `queued`, `in_progress`, `completed`, and `failed`.
146146

@@ -365,7 +365,7 @@ asyncio.run(main())
365365

366366
# [Response](#tab/python-output)
367367

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

370370
```json
371371
Video creation started. ID: video_68f10c5428708190a98980c2d2b21a78
@@ -463,8 +463,6 @@ Saved video.mp4
463463

464464
---
465465

466-
467-
468466
## How it works
469467

470468
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

Comments
 (0)