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
| Default DALL-E 3 quota limits| 2 capacity units (6 requests per minute)|
28
28
| Default GPT-image-1 quota limits | 2 capacity units (6 requests per minute) |
29
+
| Default Sora quota limits | 60 requests per minute |
29
30
| Default speech to text audio API quota limits | 3 requests per minute |
30
31
| Maximum prompt tokens per request | Varies per model. For more information, see [Azure OpenAI models](./concepts/models.md)|
31
32
| Max Standard deployments per resource | 32 |
@@ -195,7 +196,7 @@ M = million | K = thousand
195
196
196
197
### gpt-4o audio
197
198
198
-
The rate limits for each `gpt-4o` audio model deployment are 100 K TPM and 1 K RPM. During the preview, [Azure AI Foundry portal](https://ai.azure.com/) and APIs might inaccurately show different rate limits. Even if you try to set a different rate limit, the actual rate limit will be 100 K TPM and 1 K RPM.
199
+
The rate limits for each `gpt-4o` audio model deployment are 100 K TPM and 1 K RPM. During the preview, [Azure AI Foundry portal](https://ai.azure.com/) and APIs might inaccurately show different rate limits. Even if you try to set a different rate limit, the actual rate limit is 100 K TPM and 1 K RPM.
199
200
200
201
| Model|Tier| Quota Limit in tokens per minute (TPM) | Requests per minute |
201
202
|---|---|:---:|:---:|
@@ -231,7 +232,7 @@ The Usage Limit determines the level of usage above which customers might see la
231
232
232
233
## Other offer types
233
234
234
-
If your Azure subscription is linked to certain [offer types](https://azure.microsoft.com/support/legal/offer-details/) your max quota values are lower than the values indicated in the above tables.
235
+
If your Azure subscription is linked to certain [offer types](https://azure.microsoft.com/support/legal/offer-details/), your max quota values are lower than the values indicated in the above tables.
235
236
236
237
|Tier| Quota Limit in tokens per minute (TPM) |
237
238
|---|:---|
@@ -246,7 +247,7 @@ If your Azure subscription is linked to certain [offer types](https://azure.micr
246
247
247
248
<sup>*</sup>This only applies to a small number of legacy CSP sandbox subscriptions. Use the query below to determine what `quotaId` is associated with your subscription.
248
249
249
-
To determine the offer type that is associated with your subscription. you can check your `quotaId`. If your `quotaId` isn't listed in this table your subscription qualifies for default quota.
250
+
To determine the offer type that is associated with your subscription, you can check your `quotaId`. If your `quotaId` isn't listed in this table, your subscription qualifies for default quota.
250
251
251
252
# [REST](#tab/REST)
252
253
@@ -313,15 +314,15 @@ To minimize issues related to rate limits, it's a good idea to use the following
313
314
314
315
## How to request quota increases
315
316
316
-
Quota increase requests can be submitted via the [quota increase request form](https://aka.ms/oai/stuquotarequest). Due to high demand, quota increase requests are being accepted and will be filled in the order they're received. Priority is given to customers who generate traffic that consumes the existing quota allocation, and your request might be denied if this condition isn't met.
317
+
Quota increase requests can be submitted via the [quota increase request form](https://aka.ms/oai/stuquotarequest). Due to high demand, quota increase requests are being accepted and are filled in the order they're received. Priority is given to customers who generate traffic that consumes the existing quota allocation, and your request might be denied if this condition isn't met.
317
318
318
319
For other rate limits, [submit a service request](../cognitive-services-support-options.md?context=/azure/ai-services/openai/context/context).
319
320
320
321
## Regional quota capacity limits
321
322
322
323
You can view quota availability by region for your subscription in the [Azure AI Foundry portal](https://ai.azure.com/resource/quota).
323
324
324
-
Alternatively to view quota capacity by region for a specific model/version you can query the [capacity API](/rest/api/aiservices/accountmanagement/model-capacities/list) for your subscription. Provide a `subscriptionId`, `model_name`, and `model_version` and the API will return the available capacity for that model across all regions, and deployment types for your subscription.
325
+
Alternatively to view quota capacity by region for a specific model/version you can query the [capacity API](/rest/api/aiservices/accountmanagement/model-capacities/list) for your subscription. Provide a `subscriptionId`, `model_name`, and `model_version` and the API returns the available capacity for that model across all regions, and deployment types for your subscription.
325
326
326
327
> [!NOTE]
327
328
> Currently both the Azure AI Foundry portal and the capacity API return quota/capacity information for models that are [retired](./concepts/model-retirements.md) and no longer available.
Copy file name to clipboardExpand all lines: articles/ai-services/openai/video-generation-quickstart.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@ ms.date: 05/22/2025
12
12
13
13
# Quickstart: Generate a video with Sora (preview)
14
14
15
-
In this Quickstart, you generate video clips using the Azure OpenAI service. The example uses the Sora model, which is a video generation model that creates realistic and imaginative video scenes from text instructions. This guide shows you how to create a video generation job, poll for its status, and retrieve the generated video.
15
+
In this quickstart, you generate video clips using the Azure OpenAI service. The example uses the Sora model, which is a video generation model that creates realistic and imaginative video scenes from text instructions. This guide shows you how to create a video generation job, poll for its status, and retrieve the generated video.
16
+
17
+
For more information on video generation, see [Video generation concepts](./concepts/video-generation.md).
16
18
17
19
18
20
## Prerequisites
@@ -71,7 +73,10 @@ Create a new Python file named `quickstart.py`. Open the new file in your prefer
0 commit comments