You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/containers/install-run.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1178,7 +1178,7 @@ The Document Intelligence containers send billing information to Azure by using
1178
1178
1179
1179
Queries to the container are billed at the pricing tier of the Azure resource used for the API `Key`. Billing is calculated for each container instance used to process your documents and images.
1180
1180
1181
-
If you receive the following error: *Container isn't in a valid state. Subscription validation failed with status 'OutOfQuota' API key is out of quota*. It's an indicator that your containers aren't communication wit the billing endpoint.
1181
+
If you receive the following error: *Container isn't in a valid state. Subscription validation failed with status 'OutOfQuota' API key is out of quota*. It's an indicator that your containers aren't communication with the billing endpoint.
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/concepts/model-lifecycle.md
+12-16Lines changed: 12 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,29 +28,25 @@ We recommend using the `latest` model version to utilize the latest and highest
28
28
29
29
Preview models used for preview features do not maintain a minimum retirement period and may be deprecated at any time.
30
30
31
-
By default, API and SDK requests will use the latest Generally Available model. You can use an optional parameter to select the version of the model to be used (not recommended).
31
+
By default, API and SDK requests will use the latest Generally Available model. To use a model in preview, you can use an optional parameter `modelVersion`to select the preview version of the model to be used (not recommended for GA models).
32
32
33
33
> [!NOTE]
34
34
> If you are using a model version that is not listed in the table, then it was subjected to the expiration policy.
35
35
36
36
Use the table below to find which model versions are supported by each feature:
37
37
38
-
| Feature | Supported generally available (GA) version |Supported preview versions|
38
+
| Feature | Supported generally available (GA) version |Latest supported preview versions |
0 commit comments