Skip to content

Commit a3b1df6

Browse files
committed
add sora to models
1 parent 618104a commit a3b1df6

File tree

1 file changed

+27
-2
lines changed
  • articles/ai-services/openai/concepts

1 file changed

+27
-2
lines changed

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

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,19 @@ Once access has been granted, you will need to create a deployment for the model
244244
|`dall-e-3` | East US<br>Australia East<br>Sweden Central|
245245
|`gpt-image-1` | West US 3 (Global Standard) <br> UAE North (Global Standard) |
246246

247+
248+
## Video generation models
249+
250+
Sora is an AI model from OpenAI that can create realistic and imaginative video scenes from text instructions. Sora is in public preview.
251+
252+
253+
254+
### Region availability
255+
256+
| Model | Region |
257+
|---|---|
258+
|`sora` | East US 2|
259+
247260
## Audio models
248261

249262
Audio models in Azure OpenAI are available via the `realtime`, `completions`, and `audio` APIs.
@@ -434,13 +447,25 @@ These models can only be used with Embedding API requests.
434447

435448
[!INCLUDE [Image Generation](../includes/model-matrix/standard-image-generation.md)]
436449

437-
### Image generation models
438-
439450
| Model ID | Max Request (characters) |
440451
| --- | :---: |
441452
| gpt-image-1 | 4,000 |
442453
| dall-e-3 | 4,000 |
443454

455+
# [Video Generation](#tab/standard-video-generations)
456+
457+
### Video generation models
458+
459+
| **Region** | **sora** |
460+
|:-----------------|:---------------------:|
461+
| eastus2 ||
462+
463+
| Model ID | Max Request (characters) |
464+
| --- | :---: |
465+
| sora | 4,000 |
466+
467+
468+
444469
# [Audio](#tab/standard-audio)
445470

446471
### Audio models

0 commit comments

Comments
 (0)