File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed
articles/ai-services/openai/concepts Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,19 @@ Once access has been granted, you will need to create a deployment for the model
244
244
| ` dall-e-3 ` | East US<br >Australia East<br >Sweden Central|
245
245
| ` gpt-image-1 ` | West US 3 (Global Standard) <br > UAE North (Global Standard) |
246
246
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
+
247
260
## Audio models
248
261
249
262
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.
434
447
435
448
[ !INCLUDE [ Image Generation] ( ../includes/model-matrix/standard-image-generation.md )]
436
449
437
- ### Image generation models
438
-
439
450
| Model ID | Max Request (characters) |
440
451
| --- | :---: |
441
452
| gpt-image-1 | 4,000 |
442
453
| dall-e-3 | 4,000 |
443
454
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
+
444
469
# [ Audio] ( #tab/standard-audio )
445
470
446
471
### Audio models
You can’t perform that action at this time.
0 commit comments