Skip to content

Commit aeadb49

Browse files
Merge pull request #5271 from aahill/ptu-hotfix
updating quotas
2 parents 970182f + acf0494 commit aeadb49

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
ms.author: aahi
88
ms.service: azure-ai-agent-service
99
ms.topic: conceptual
10-
ms.date: 04/25/2025
10+
ms.date: 05/29/2025
1111
ms.custom: azure-ai-agents
1212
---
1313

@@ -23,7 +23,7 @@ The following sections provide you with a guide to the default quotas and limits
2323
|--|--|
2424
| Max files per agent/thread | 10,000 |
2525
| Max file size for agents & fine-tuning | 512 MB |
26-
| Max size for all uploaded files for agents |100 GB |
26+
| Max size for all uploaded files for agents |200 GB |
2727
| agents token limit | 2,000,000 token limit |
2828

2929
The 2,000,000 agent limit refers to the maximum number of distinct Agent resources that can be created within a single Azure subscription per region. It does not apply to threads or token usage.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom:
88
- ignite-2023
99
- references_regions
1010
ms.topic: conceptual
11-
ms.date: 04/23/2025
11+
ms.date: 05/29/2025
1212
ms.author: mbullwin
1313
---
1414

@@ -43,9 +43,9 @@ The following sections provide you with a quick guide to the default quotas and
4343
| Max number of `/chat/completions` functions | 128 |
4444
| Max number of `/chat completions` tools | 128 |
4545
| Maximum number of Provisioned throughput units per deployment | 100,000 |
46-
| Max files per Assistant/thread | 10,000 when using the API or [Azure AI Foundry portal](https://ai.azure.com/). In Azure OpenAI Studio the limit was 20.|
46+
| Max files per Assistant/thread | 10,000 when using the API or [Azure AI Foundry portal](https://ai.azure.com/).|
4747
| Max file size for Assistants & fine-tuning | 512 MB<br/><br/>200 MB via [Azure AI Foundry portal](https://ai.azure.com/) |
48-
| Max size for all uploaded files for Assistants |100 GB |
48+
| Max size for all uploaded files for Assistants |200 GB |
4949
| Assistants token limit | 2,000,000 token limit |
5050
| GPT-4o max images per request (# of images in the messages array/conversation history) | 50 |
5151
| GPT-4 `vision-preview` & GPT-4 `turbo-2024-04-09` default max tokens | 16 <br><br> Increase the `max_tokens` parameter value to avoid truncated responses. GPT-4o max tokens defaults to 4096. |

0 commit comments

Comments
 (0)