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
> After you complete the prerequisites, you can get started faster by building and running a complete frontend sample (either on iOS, Android, or Web) from the [SDK samples folder](https://github.com/Azure-Samples/azure-ai-vision-sdk/tree/main/samples).
28
+
> After you complete the prerequisites, you can try the iOS liveness experience from [TestFlight](https://aka.ms/face/liveness/demo/ios)and the web-liveness experience from [Vision Studio](https://portal.vision.cognitive.azure.com/demo/face-liveness-detection). Moreover, you can also build and run a complete frontend sample (either on iOS, Android, or Web) from the [Samples](https://github.com/Azure-Samples/azure-ai-vision-sdk/tree/main?tab=readme-ov-file#samples) section.
Copy file name to clipboardExpand all lines: articles/ai-services/containers/disconnected-container-faq.yml
+3-15Lines changed: 3 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ metadata:
10
10
ms.custom:
11
11
- ignite-2023
12
12
ms.topic: faq
13
-
ms.date: 02/27/2025
13
+
ms.date: 04/08/2025
14
14
ms.author: aahi
15
15
title: FAQ for Azure AI services disconnected containers
16
16
summary: |
@@ -20,21 +20,9 @@ sections:
20
20
- question: Which services are available as disconnected containers?
21
21
answer: |
22
22
Azure AI containers allow developers to use the same intelligent APIs that are available in Azure, but with the [benefits](../cognitive-services-container-support.md#features-and-benefits) of containerization.
23
-
Disconnected containers are offered through commitment tier pricing, each offering a discounted rate compared to the pay-as-you-go pricing model. With commitment tier pricing, you can commit to using the following Azure AI services features for a fixed fee, enabling you to have a predictable total cost based on the needs of your workload.
24
-
* Azure AI Speech
25
-
* Speech to text
26
-
* Custom Speech to text
27
-
* Neural Text to speech
28
-
* Text Translation (Standard)
29
-
* Azure AI Language
30
-
* Sentiment Analysis
31
-
* Key Phrase Extraction
32
-
* Language Detection
33
-
* Named Entity Recognition (NER)
34
-
* Azure AI Vision - Read
35
-
* Document Intelligence
23
+
[Disconnected containers](./disconnected-containers.md) are offered through commitment tier pricing, each offering a discounted rate compared to the pay-as-you-go pricing model. With commitment tier pricing, you can commit to using the following Azure AI services features for a fixed fee, enabling you to have a predictable total cost based on the needs of your workload.
36
24
37
-
For more information about commitment tier pricing, reach out to your Microsoft account team or contact at Microsoft. You can also email [email protected].
25
+
For more information about commitment tier pricing, reach out to your Microsoft account team or contact at Microsoft. You can also email [email protected]. For information on the available disconnected containers, see [Use Docker containers in disconnected environments](./disconnected-containers.md).
38
26
- question: Will containers be available for other Azure AI services offerings, and what's the next set of containers I should expect?
39
27
answer: |
40
28
We'd like to make more Azure AI services offerings available as containers. Contact your local Microsoft account manager to get updates on new container releases and other Azure AI services announcements.
Copy file name to clipboardExpand all lines: articles/ai-services/openai/quotas-limits.md
+54-5Lines changed: 54 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.custom:
9
9
- ignite-2023
10
10
- references_regions
11
11
ms.topic: conceptual
12
-
ms.date: 4/04/2025
12
+
ms.date: 4/08/2025
13
13
ms.author: mbullwin
14
14
---
15
15
@@ -199,16 +199,65 @@ The Usage Limit determines the level of usage above which customers might see la
199
199
200
200
If your Azure subscription is linked to certain [offer types](https://azure.microsoft.com/support/legal/offer-details/) your max quota values are lower than the values indicated in the above tables.
201
201
202
-
203
202
|Tier| Quota Limit in tokens per minute (TPM) |
204
203
|---|:---|
205
204
|Azure for Students, Free Trials | 1 K (all models) <br>Exception o-series & GPT 4.5 Preview: 0|
206
205
| MSDN | GPT 3.5 Turbo Series: 30 K <br> GPT-4 series: 8 K <br>computer-use-preview: 30 K <br> gpt-4o-realtime-preview: 1 K <br> o-series: 0 <br> GPT 4.5 Preview: 0 |
207
-
| Monthly credit card based subscriptions <sup>1</sup> | GPT 3.5 Turbo Series: 30 K <br> GPT-4 series: 8 K <br>computer-use-preview: 30 K <br> o-series: 0 <br> GPT 4.5 Preview: 0 |
206
+
|Pay-as-you-go | GPT 3.5 Turbo Series: 30 K <br> GPT-4 series: 8 K <br>computer-use-preview: 30 K <br> o-series: 0 <br> GPT 4.5 Preview: 0 |
207
+
| CSP Dev Test<sup>*</sup> | All models: 0 |
208
+
209
+
<sup>*</sup>This only applies to a small number of dev/test CSP subscriptions. Use the query below to determine what `quotaId` is associated with your subscription.
210
+
211
+
To determine the offer type that is associated with your subscription you can check your `quotaId`. If your `quotaId` is not listed in this table your subscription qualifies for default quota.
curl -X GET "https://management.azure.com/subscriptions/{subscriptionId}?api-version=2020-01-01" \
224
+
-H "Authorization: Bearer $access_token" \
225
+
-H "Content-Type: application/json"
226
+
```
227
+
228
+
# [CLI](#tab/CLI)
229
+
230
+
```azurecli
231
+
az rest --method GET --uri "https://management.azure.com/subscriptions/{sub-id}?api-version=2020-01-01"
232
+
```
233
+
---
210
234
211
-
In the Azure portal you can view what offer type is associated with your subscription by navigating to your subscription and checking the subscriptions overview pane. Offer type corresponds to the plan field in the subscription overview.
0 commit comments