#Get all voices step is too slow
1 messages · Page 1 of 1 (latest)
It’s been awhile since I’ve used the Python SDK, but as of the last time I used it calling voices was unfortunately incredibly slow because it makes a separate call for each voice to get its saved settings. If you don’t need the saved settings for each voice it will be much quicker to just use the voices endpoint directly rather than use the function from the Python SDK.
Thanks, VAB1SH1NG !
Unfortunately, I also tried the way of sending requests to voices URL (follow by: https://elevenlabs.io/docs/api-reference/get-voices) and the time cost is the same, about 26s. Is there any other advice?
Did it used to be faster for you before May 24th? I don't have 1,000 voices in my account but have 442 and it takes 2s or less
Yes, before 24th, the process costed about 5s with 1000+ voices
Hello, any updates?
Sorry, no idea what could be causing this. I'm just a Discord moderator but if you are sure nothing has changed with you code then try asking support (https://help.elevenlabs.io/hc/en-us/requests/new) if there are any known issues affecting response times for the GET /v1/voices endpoint.