#What is the rate limiting for websocket connections on the server end ? What is the concurrency and
1 messages · Page 1 of 1 (latest)
The concurrency limit for WebSocket connections in the of ElevenLabs is 15. This means you cannot have more than 15 WebSocket connections open at any given time. If you attempt to open a 16th connection while 15 are already active, the request will be rejected.
For inquiries about increasing this limit or discussing custom plans, you can contact the Enterprise Team. Details about the maximum number of connections through an IP or additional rate-limiting specifics are not provided.
the concurrency limit of 15 is that only for free plan ?
The concurrency limit of 15 is not exclusive to the Free plan. It applies to the Scale and Business plans as well. Here are the concurrency limits based on subscription tiers:
- Free: 2
- Starter: 3
- Creator: 5
- Pro: 10
- Scale: 15
- Business: 15
If you require a higher concurrency limit, you can contact the Enterprise Team to discuss a custom plan tailored to your needs.
Say at given point I want to maintain a connection pool of 20 connections would I be able to ?
The concurrency limit of 15 is not specific the Free plan. It applies to the Scale and Business plans as well. For higher concurrency limits, you would need to contact the Enterprise Department to discuss a custom plan tailored to your requirements.
If you want to maintain a connection pool of 20 connections, you would not be able to do so with the Scale or Business plans, as the maximum concurrency limit for these plans is 15. To achieve this, you would need to explore an Enterprise plan, which can provide elevated concurrency limits based on your needs.
maintaining more than 1 connection per voiceId is there a problem ?