Skip to content

Commit ba02f1a

Browse files
authored
Acrolinx fixes, remove extraneous bullet
1 parent 66837ea commit ba02f1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sora is an AI model from OpenAI that creates realistic and imaginative video sce
1616
Azure OpenAI supports two versions of Sora:
1717
- Sora (or Sora 1): Azure OpenAI–specific implementation released as an API in early preview.
1818
- Sora 2: The latest OpenAI-based API, now available with the Azure OpenAI [v1 API](../api-version-lifecycle.md).
19-
-
19+
2020
## Overview
2121
- Modalities: text → video, image → video, video (generated) → video
2222
- 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:
3838

3939
## Sora 2 API
4040
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.
4242
- Get Video Status: Retrieve the current state of a render job and monitor its progress
4343
- Download Video: Fetch the finished MP4 once the job is completed.
4444
- 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
4646

4747
### API parameters
4848

@@ -140,7 +140,7 @@ Video generation started: Video(id='video_68f10985d6c4819097007665bdcfba5f', com
140140

141141
### 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

0 commit comments

Comments
 (0)