Skip to content

Commit ec0dbba

Browse files
committed
Update limits
1 parent fb3d7fa commit ec0dbba

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

articles/ai-services/content-understanding/service-limits.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This article offers a quick reference of the quotas and limits for the Azure AI
1919
| Quota | Standard (S0) |
2020
| --- | --- |
2121
| Max analyzers | 100k |
22+
| Max classifiers | 100k |
23+
| Max person directories | 100k |
2224
| Max analysis/min | 1000 pages/images <br> Four hours of audio <br> Four hours of video |
2325
| Max operations/min | 3000 |
2426

@@ -46,6 +48,10 @@ This article offers a quick reference of the quotas and limits for the Azure AI
4648
|`.pdf`<br> ✓ `.tiff`<br> ✓ `.jpg`, `.png`, `.bmp`, `.heif` | ≤ 200 MB | ≤ 300 pages |
4749
|`.txt`<br> ✓ `.docx`, `.xlsx`, `.pptx` <br/> ✓ `.html`, `.md`, `.rtf` <br/> ✓ `.eml`, `.msg` <br/> ✓ `.xml`| ≤ 1 MB | ≤ 1M characters |
4850

51+
> [!NOTE]
52+
> [Pro mode](./concepts/standard-pro-modes.md) currently only supports .pdf, .tiff, and image file types as input.
53+
> Total input may not exceed 100 MB and 150 pages.
54+
4955
#### Image
5056

5157
| Supported File Types | File Size | Resolution |
@@ -83,8 +89,6 @@ Content Understanding supports both basic field value types and nested structure
8389
* **Table field**: A variable number of items with fixed subfields, represented as an array of objects of basic fields in the API.
8490
* **Fixed table field**: A group of fields with shared subfields, represented as an object of objects of basic fields in the API.
8591

86-
The following limits apply as of version 2025-05-01-preview.
87-
8892
#### Basic limits
8993

9094
| Property | Document | Text | Image | Audio | Video |
@@ -95,9 +99,11 @@ The following limits apply as of version 2025-05-01-preview.
9599

96100
* The *Max fields* limit includes all named fields. For example, a list of strings counts as one field, while a group with string and number subfields counts as three fields.
97101
* The *Max classify field categories* limit is the total number of categories across all fields using the `classify` generation method.
102+
98103
## Knowledge source limits
99-
| Type| Limits |
100-
| ---| --- |
104+
105+
| Type | Limits |
106+
| -----| ------ |
101107
| Training data | Documents only <br/> 1 GB total <br/> 50k pages/images total |
102108
| Reference data | Documents only <br/> 100 MB total <br/> 5k pages total |
103109

@@ -123,19 +129,23 @@ The following limits apply as of version 2025-05-01-preview.
123129
|`.pdf`<br> ✓ `.tiff`<br> ✓ `.jpg`, `.png`, `.bmp`, `.heif` | ≤ 200 MB | ≤ 300 pages |
124130
|`.txt` | ≤ 1 MB | ≤ 1M characters |
125131

126-
127132
---
128133

129134
## Face / Person Directories
130135

131-
| Supported File Types | File Size | Length |
132-
| --- | --- | --- |
133-
|`.jpg`, `.png`, `.bmp`, `.webp`, `.gif`, `.ico` | ≤ 200 MB | Max: 15k x 15k pixels |
134-
135-
### Analysis limits
136+
### General limits
136137
| Property | Value |
137138
| --- | --- |
139+
| Max faces per person directory | 1,000,000 |
140+
| Max persons per person directory | 1,000,000 |
138141
| Max detected faces per image | 100 |
139142
| Max identified person candidates per search | 10 |
140143
| Max similar faces returned per search | 1000 |
141144

145+
### Input file limits
146+
147+
| Supported File Types | File Size | Length |
148+
| --- | --- | --- |
149+
|`.jpg`, `.png`, `.bmp`, `.webp`, `.gif`, `.ico` | ≤ 200 MB | Max: 15k x 15k pixels |
150+
151+

0 commit comments

Comments
 (0)