Skip to content

Commit 3546ad0

Browse files
authored
Merge pull request #277237 from mrbullwinkle/mrb_06_04_2024_quota
[Azure OpenAI] Quota
2 parents 88d822b + 248d4d8 commit 3546ad0

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ This table doesn't include fine-tuning regional availability, consult the dedica
152152

153153
### Standard deployment model quota
154154

155-
[!INCLUDE [Quota](~/reusable-content/ce-skilling/azure/includes/ai-services/openai/includes/model-matrix/quota.md)]
155+
[!INCLUDE [Quota](../includes/model-matrix/quota.md)]
156156

157157
### Provisioned deployment model availability
158158

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Azure OpenAI Autogen quota
3+
titleSuffix: Azure OpenAI Service
4+
description: Azure OpenAI model quota
5+
manager: nitinme
6+
ms.service: azure-ai-openai
7+
ms.topic: include
8+
ms.date: 06/04/2024
9+
---
10+
11+
12+
| Region | GPT-4 | GPT-4-32K | GPT-4-Turbo | GPT-4-Turbo-V | gpt-4o | gpt-4o - GlobalStandard | GPT-35-Turbo | GPT-35-Turbo-Instruct | Text-Embedding-Ada-002 | text-embedding-3-small | text-embedding-3-large | Babbage-002 | Babbage-002 - finetune | Davinci-002 | Davinci-002 - finetune | GPT-35-Turbo - finetune | GPT-35-Turbo-1106 - finetune | GPT-35-Turbo-0125 - finetune | GPT-4 - finetune |
13+
|:-----------------|:-------:|:-----------:|:-------------:|:---------------:|:-----------:|:-------------------------:|:--------------:|:-----------------------:|:------------------------:|:------------------------:|:------------------------:|:-------------:|:------------------------:|:-------------:|:------------------------:|:-------------------------:|:------------------------------:|:------------------------------:|:-------------------|
14+
| australiaeast | 40 K | 80 K | 80 K | 30 K | - | - | 300 K | - | 350 K | - | - | - | - | - | - | - | - | - | - |
15+
| brazilsouth | - | - | - | - | - | - | - | - | 350 K | - | - | - | - | - | - | - | - | - | - |
16+
| canadaeast | 40 K | 80 K | 80 K | - | - | - | 300 K | - | 350 K | 350 K | 350 K | - | - | - | - | - | - | - | - |
17+
| eastus | - | - | 80 K | - | 150 K <br> 1 M | 450 K <br> 10 M | 240 K | 240 K | 240 K | 350 K | 350 K | - | - | - | - | - | - | - | - |
18+
| eastus2 | - | - | 80 K | - | 150 K <br> 1 M | 450 K <br> 10 M | 300 K | - | 350 K | 350 K | 350 K | - | - | - | - | 250 K | 250 K | 250 K | - |
19+
| francecentral | 20 K | 60 K | 80 K | - | - | - | 240 K | - | 240 K | - | 350 K | - | - | - | - | - | - | - | - |
20+
| japaneast | - | - | - | 30 K | - | - | 300 K | - | 350 K | - | 350 K | - | - | - | - | - | - | - | - |
21+
| northcentralus | - | - | 80 K | - | 150 K <br> 1 M | 450 K <br> 10 M | 300 K | - | 350 K | - | - | 240 K | 250 K | 240 K | 250 K | 250 K | 250 K | 250 K | 100 K |
22+
| norwayeast | - | - | 150 K | - | - | - | - | - | 350 K | - | - | - | - | - | - | - | - | - | - |
23+
| southafricanorth | - | - | - | - | - | - | - | - | 350 K | - | - | - | - | - | - | - | - | - | - |
24+
| southcentralus | - | - | 80 K | - | 150 K <br> 1 M | 450 K <br> 10 M | 240 K | - | 240 K | - | - | - | - | - | - | - | - | - | - |
25+
| southindia | - | - | 150 K | - | - | - | 300 K | - | 350 K | - | 350 K | - | - | - | - | - | - | - | - |
26+
| swedencentral | 40 K | 80 K | 150 K | 30 K | - | - | 300 K | 240 K | 350 K | - | 350 K | 240 K | 250 K | 240 K | 250 K | 250 K | 250 K | 250 K | 100 K |
27+
| switzerlandnorth | 40 K | 80 K | - | 30 K | - | - | 300 K | - | 350 K | - | - | - | - | - | - | - | - | - | - |
28+
| switzerlandwest | - | - | - | - | - | - | - | - | - | - | - | - | 250 K | - | 250 K | 250 K | 250 K | 250 K | - |
29+
| uksouth | - | - | 80 K | - | - | - | 240 K | - | 350 K | - | 350 K | - | - | - | - | - | - | - | - |
30+
| westeurope | - | - | - | - | - | - | 240 K | - | 240 K | - | - | - | - | - | - | - | - | - | - |
31+
| westus | - | - | 80 K | 30 K | 150 K <br> 1 M | 450 K <br> 10 M | 300 K | - | 350 K | - | - | - | - | - | - | - | - | - | - |
32+
| westus3 | - | - | 80 K | - | 150 K <br> 1 M | 450 K <br> 10 M | - | - | 350 K | - | 350 K | - | - | - | - | - | - | - | - |

articles/ai-services/openai/quotas-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following sections provide you with a quick guide to the default quotas and
4949

5050
## Regional quota limits
5151

52-
[!INCLUDE [Quota](~/reusable-content/ce-skilling/azure/includes/ai-services/openai/includes/model-matrix/quota.md)]
52+
[!INCLUDE [Quota](./includes/model-matrix/quota.md)]
5353

5454
## gpt-4o rate limits
5555

0 commit comments

Comments
 (0)