Skip to content

Commit a9d617e

Browse files
Update concept-custom-neural.md
1 parent b00ddc2 commit a9d617e

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

articles/ai-services/document-intelligence/concept-custom-neural.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ POST /documentModels:build
289289
```
290290

291291
> [!NOTE]
292-
> For versions `v3.1 (2023-07031)` and `v3.0 (2022-08-31)`, custom neural model's paid training is not enabled. For the two versions, you will get a maximum of 30 minutes training duration per model.
292+
> For Document Intelligence versions `v3.1 (2023-07-31)` and `v3.0 (2022-08-31)`, custom neural model's paid training is not enabled. For the two older versions, you will get a maximum of 30 minutes training duration per model. If you would like to train more than 20 model instances, you can request for increase in the training limit.
293293
294294
Each training hour is the amount of compute a single V100 GPU can perform in an hour. As each build takes different amount of time, billing is calculated for the actual time spent (excluding time in queue), with a minimum of 30 minutes per training job. The elapsed time is converted to V100 equivalent training hours and reported as part of the model.
295295

@@ -308,6 +308,26 @@ This billing structure enables you to train larger data sets for longer duration
308308
309309
:::moniker-end
310310
311+
:::moniker range="doc-intel-3.1.0"
312+
313+
## Billing
314+
315+
For Document Intelligence versions `v3.1 (2023-07-31)` and `v3.0 (2022-08-31)`, you will get a maximum of 30 minutes training duration per model, and a maximum of 20 trainings for free per month. If you would like to train more than 20 model instances, you can request for increase in the training limit.
316+
317+
If you are interested in training models for longer durations than 30 minutes, we support **paid training** for our newest version, `v4.0 (2024-07-31)`. Using the latest version, you can train your model for a longer duration to process larger documents.
318+
319+
:::moniker-end
320+
321+
:::moniker range="doc-intel-3.0.0"
322+
323+
## Billing
324+
325+
For Document Intelligence versions `v3.1 (2023-07-31)` and `v3.0 (2022-08-31)`, you will get a maximum of 30 minutes training duration per model, and a maximum of 20 trainings for free per month. If you would like to train more than 20 model instances, you can request for increase in the training limit.
326+
327+
If you are interested in training models for longer durations than 30 minutes, we support **paid training** for our newest version, `v4.0 (2024-07-31)`. Using the latest version, you can train your model for a longer duration to process larger documents.
328+
329+
:::moniker-end
330+
311331
## Next steps
312332
313333
Learn to create and compose custom models:

0 commit comments

Comments
 (0)