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
Copy file name to clipboardExpand all lines: articles/ai-foundry/model-inference/quotas-limits.md
+36-12Lines changed: 36 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This article contains a quick reference and a detailed description of the quotas
17
17
18
18
## Quotas and limits reference
19
19
20
-
The following sections provide you with a quick guide to the default quotas and limits that apply to Azure AI model's inference service in Azure AI services:
20
+
Azure uses quotas and limits to prevent budget overruns due to fraud, and to honor Azure capacity constraints. Consider these limits as you scale for production workloads. The following sections provide you with a quick guide to the default quotas and limits that apply to Azure AI model's inference service in Azure AI services:
21
21
22
22
### Resource limits
23
23
@@ -28,12 +28,18 @@ The following sections provide you with a quick guide to the default quotas and
28
28
29
29
### Rate limits
30
30
31
-
| Limit name | Limit value |
32
-
| ---------- | ----------- |
33
-
| Tokens per minute (Azure OpenAI models) | Varies per model and SKU. See [limits for Azure OpenAI](../../ai-services/openai/quotas-limits.md). |
34
-
| Tokens per minute (rest of models) | 200.000 |
35
-
| Requests per minute (Azure OpenAI models) | Varies per model and SKU. See [limits for Azure OpenAI](../../ai-services/openai/quotas-limits.md). |
| Tokens per minute | Azure OpenAI models | Varies per model and SKU. See [limits for Azure OpenAI](../../ai-services/openai/quotas-limits.md). |
34
+
| Requests per minute | Azure OpenAI models | Varies per model and SKU. See [limits for Azure OpenAI](../../ai-services/openai/quotas-limits.md). |
35
+
| Tokens per minute | DeepSeek models | 5.000.000 |
36
+
| Requests per minute | DeepSeek models | 5.000 |
37
+
| Concurrent requests | DeepSeek models | 300 |
38
+
| Tokens per minute | Rest of models | 200.000 |
39
+
| Requests per minute | Rest of models | 1.000 |
40
+
| Concurrent requests | Rest of models | 300 |
41
+
42
+
You can [request increases to the default limits](#request-increases-to-the-default-limits). Due to high demand, limit increase requests can be submitted and evaluated per request.
37
43
38
44
### Other limits
39
45
@@ -49,6 +55,28 @@ Global Standard deployments use Azure's global infrastructure, dynamically routi
49
55
50
56
The Usage Limit determines the level of usage above which customers might see larger variability in response latency. A customer's usage is defined per model and is the total tokens consumed across all deployments in all subscriptions in all regions for a given tenant.
51
57
58
+
## Request increases to the default limits
59
+
60
+
Limit increase requests can be submitted and evaluated per request. [Open an online customer support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest/). When requesting for endpoint limit increase, provide the following information:
61
+
62
+
1. When opening the support request, select **Service and subscription limits (quotas)** as the **Issue type**.
63
+
64
+
1. Select the subscription of your choice.
65
+
66
+
1. Select **Cognitive Services** as **Quota type**.
67
+
68
+
1. Select **Next**.
69
+
70
+
1. On the **Additional details** tab, you need to provide detailed reasons for the limit increase in order for your request to be processed. Be sure to add the following information into the reason for limit increase:
71
+
72
+
* Model name, model version (if applicable), and deployment type (SKU).
73
+
* Description of your scenario and workload.
74
+
* Rationale for the requested increase.
75
+
* Provide the target throughput: Tokens per minute, requests per minute, etc.
76
+
* Provide planned time plan (by when you need increased limits).
77
+
78
+
1. Finally, select **Save and continue** to continue.
79
+
52
80
## General best practices to remain within rate limits
53
81
54
82
To minimize issues related to rate limits, it's a good idea to use the following techniques:
@@ -58,10 +86,6 @@ To minimize issues related to rate limits, it's a good idea to use the following
58
86
- Test different load increase patterns.
59
87
- Increase the quota assigned to your deployment. Move quota from another deployment, if necessary.
60
88
61
-
### Request increases to the default quotas and limits
62
-
63
-
Quota increase requests can be submitted and evaluated per request. [Submit a service request](../../ai-services/cognitive-services-support-options.md?context=/azure/ai-services/openai/context/context).
64
-
65
89
## Next steps
66
90
67
-
* Learn more about the [models available in the Azure AI model's inference service](./concepts/models.md)
91
+
* Learn more about the [models available in the Azure AI model's inference service](./concepts/models.md)
0 commit comments