Skip to content

Commit 1392d25

Browse files
Merge pull request #272734 from sally-baolian/patch-233
Update speech-services-quotas-and-limits.md
2 parents 4a45cb8 + 82f03e6 commit 1392d25

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/ai-services/speech-service/batch-synthesis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To submit a batch synthesis request, construct the HTTP PUT request path and bod
4848
- Optionally you can set the `description`, `timeToLiveInHours`, and other properties. For more information, see [batch synthesis properties](batch-synthesis-properties.md).
4949

5050
> [!NOTE]
51-
> The maximum JSON payload size that will be accepted is 2 megabytes. Each Speech resource can have up to 300 batch synthesis jobs that are running concurrently.
51+
> The maximum JSON payload size that will be accepted is 2 megabytes.
5252
5353
Set the required `YourSynthesisId` in path. The `YourSynthesisId` have to be unique. It must be 3-64 long, contains only numbers, letters, hyphens, underscores and dots, starts and ends with a letter or number.
5454

articles/ai-services/speech-service/speech-services-quotas-and-limits.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ These limits aren't adjustable. For more information on batch synthesis latency,
8686

8787
| Quota | Free (F0) | Standard (S0) |
8888
|-----|-----|-----|
89-
|REST API limit | Not available for F0 | 50 requests per 5 seconds |
90-
| Max JSON payload size to create a synthesis job | N/A | 500 kilobytes |
91-
| Concurrent active synthesis jobs | N/A | 200 |
92-
| Max number of text inputs per synthesis job | N/A | 1000 |
89+
|REST API limit | Not available for F0 | 100 requests per 10 seconds |
90+
| Max JSON payload size to create a synthesis job | N/A | 2 megabytes |
91+
| Concurrent active synthesis jobs | N/A | No limit |
92+
| Max number of text inputs per synthesis job | N/A | 10000 |
9393
|Max time to live for a synthesis job since it being in the final state | N/A | Up to 31 days (specified using properties) |
9494

9595
#### Custom neural voice - professional

0 commit comments

Comments
 (0)