Skip to content

Commit 77c6ef5

Browse files
committed
refactor tables
1 parent c7f16af commit 77c6ef5

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

articles/cognitive-services/Speech-Service/speech-services-quotas-and-limits.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,14 @@ You can use online transcription with the [Speech SDK](speech-sdk.md) or the [sp
6666

6767
This section describes text-to-speech quotas and limits per Speech resource.
6868

69-
#### General
69+
#### Common text-to-speech quotas and limits
7070

7171
| Quota | Free (F0) | Standard (S0) |
7272
|--|--|--|
73-
| **Max number of transactions per certain time period** | | |
74-
| Real-time API. Prebuilt neural voices and custom neural voices. | 20 transactions per 60 seconds | 200 transactions per second (TPS) (default value)<br/><br/>The rate is adjustable up to 1000 TPS for Standard (S0) resources. See [additional explanations](#detailed-description-quota-adjustment-and-best-practices), [best practices](#general-best-practices-to-mitigate-throttling-during-autoscaling), and [adjustment instructions](#text-to-speech-increase-concurrent-request-limit). |
75-
| **HTTP-specific quotas** | | |
73+
| Maximum number of transactions per time period for prebuilt neural voices and custom neural voices. | 20 transactions per 60 seconds | 200 transactions per second (TPS) (default value)<br/><br/>The rate is adjustable up to 1000 TPS for Standard (S0) resources. See [additional explanations](#detailed-description-quota-adjustment-and-best-practices), [best practices](#general-best-practices-to-mitigate-throttling-during-autoscaling), and [adjustment instructions](#text-to-speech-increase-concurrent-request-limit). |
7674
| Max audio length produced per request | 10 min | 10 min |
7775
| Max total number of distinct `<voice>` and `<audio>` tags in SSML | 50 | 50 |
78-
| **Websocket specific quotas** | | |
79-
| Max audio length produced per turn | 10 min | 10 min |
80-
| Max total number of distinct `<voice>` and `<audio>` tags in SSML | 50 | 50 |
81-
| Max SSML message size per turn | 64 KB | 64 KB |
76+
| Max SSML message size per turn for websocket | 64 KB | 64 KB |
8277

8378
#### Custom Neural Voice
8479

0 commit comments

Comments
 (0)