Skip to content

Commit 3fe4a47

Browse files
Update service-limits.md
1 parent a9d617e commit 3fe4a47

File tree

1 file changed

+78
-2
lines changed

1 file changed

+78
-2
lines changed

articles/ai-services/document-intelligence/service-limits.md

Lines changed: 78 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,80 @@ Document Intelligence billing is calculated monthly based on the model type and
110110
| **Max number of Neural models** | 100 | 500 |
111111
| Adjustable | No | No |
112112

113-
::: moniker range=">=doc-intel-3.0.0"
113+
::: moniker range=">=doc-intel-4.0.0"
114+
115+
## Custom model usage
116+
117+
> [!div class="checklist"]
118+
>
119+
> * [**Custom template model**](concept-custom-template.md)
120+
> * [**Custom neural model**](concept-custom-neural.md)
121+
> * [**Custom generative model**](concept-custom-generative.md)
122+
> * [**Composed classification models**](concept-custom-classifier.md)
123+
> * [**Composed custom models**](concept-composed-models.md)
124+
125+
|Quota|Free (F0) <sup>1</sup>|Standard (S0)|
126+
|--|--|--|
127+
| **Compose Model limit** | 5 | 500 (default value) |
128+
| Adjustable | No | No |
129+
| **Training dataset size * Neural and Generative** | 1 GB <sup>3</sup> | 1 GB (default value) |
130+
| Adjustable | No | No |
131+
| **Training dataset size * Template** | 50 MB <sup>4</sup> | 50 MB (default value) |
132+
| Adjustable | No | No |
133+
| **Max number of pages (Training) * Template** | 500 | 500 (default value) |
134+
| Adjustable | No | No |
135+
| **Max number of pages (Training) * Neural and Generative** | 50,000 | 50,000 (default value) |
136+
| Adjustable | No | No |
137+
| **Custom neural model train** | 10 hours per month <sup>5</sup> | no limit (pay by the hour) |
138+
| Adjustable | No |Yes <sup>3</sup>|
139+
| **Max number of pages (Training) * Classifier** | 10,000 | 10,000 (default value) |
140+
| Adjustable | No | No |
141+
| **Max number of document types (classes) * Classifier** | 500 | 500 (default value) |
142+
| Adjustable | No | No |
143+
| **Training dataset size * Classifier** | 1GB | 2GB (default value) |
144+
| Adjustable | No | No |
145+
| **Min number of samples per class * Classifier** | 5 | 5 (default value) |
146+
| Adjustable | No | No |
147+
148+
::: moniker-end
149+
150+
::: moniker range="=doc-intel-3.0.0"
151+
152+
## Custom model usage
153+
154+
> [!div class="checklist"]
155+
>
156+
> * [**Custom template model**](concept-custom-template.md)
157+
> * [**Custom neural model**](concept-custom-neural.md)
158+
> * [**Composed classification models**](concept-custom-classifier.md)
159+
> * [**Composed custom models**](concept-composed-models.md)
160+
161+
|Quota|Free (F0) <sup>1</sup>|Standard (S0)|
162+
|--|--|--|
163+
| **Compose Model limit** | 5 | 200 (default value) |
164+
| Adjustable | No | No |
165+
| **Training dataset size * Neural** | 1 GB <sup>3</sup> | 1 GB (default value) |
166+
| Adjustable | No | No |
167+
| **Training dataset size * Template** | 50 MB <sup>4</sup> | 50 MB (default value) |
168+
| Adjustable | No | No |
169+
| **Max number of pages (Training) * Template** | 500 | 500 (default value) |
170+
| Adjustable | No | No |
171+
| **Max number of pages (Training) * Neural** | 50,000 | 50,000 (default value) |
172+
| Adjustable | No | No |
173+
| **Custom neural model train** | 10 per month | 20 per month |
174+
| Adjustable | No |Yes <sup>3</sup>|
175+
| **Max number of pages (Training) * Classifier** | 10,000 | 10,000 (default value) |
176+
| Adjustable | No | No |
177+
| **Max number of document types (classes) * Classifier** | 500 | 500 (default value) |
178+
| Adjustable | No | No |
179+
| **Training dataset size * Classifier** | 1GB | 1GB (default value) |
180+
| Adjustable | No | No |
181+
| **Min number of samples per class * Classifier** | 5 | 5 (default value) |
182+
| Adjustable | No | No |
183+
184+
::: moniker-end
185+
186+
::: moniker range="=doc-intel-3.1.0"
114187

115188
## Custom model usage
116189

@@ -169,12 +242,15 @@ Document Intelligence billing is calculated monthly based on the model type and
169242
::: moniker range=">=doc-intel-2.1.0"
170243

171244
> <sup>1</sup> For **Free (F0)** pricing tier see also monthly allowances at the [pricing page](https://azure.microsoft.com/pricing/details/form-recognizer/).</br>
172-
> <sup>2</sup> See [best practices](#example-of-a-workload-pattern-best-practice), and [adjustment instructions(#create-and-submit-support-request).</br>
245+
> <sup>2</sup> See [best practices](#example-of-a-workload-pattern-best-practice), and [adjustment instructions](#create-and-submit-support-request).</br>
173246
> <sup>3</sup> Neural models training count is reset every calendar month. Open a support request to increase the monthly training limit.
174247
::: moniker-end
175248
::: moniker range=">=doc-intel-3.0.0"
176249
> <sup>4</sup> This limit applies to all documents found in your training dataset folder prior to any labeling-related updates.
177250
::: moniker-end
251+
::: moniker range=">=doc-intel-4.0.0"
252+
> <sup>5</sup> This limit applies for `v 4.0 (2024-07-31)` custom neural models only. Starting from `v 4.0`, we support training larger documents for longer durations (up to 10 hours for free, and incurring charges after). For more information, please refer to [custom nerual model page](concept-custom-neural.md).
253+
::: moniker-end
178254

179255
## Detailed description, Quota adjustment, and best practices
180256

0 commit comments

Comments
 (0)