#Get all voices step is too slow

1 messages · Page 1 of 1 (latest)

loud berry
#

Hello,

I found that the returning is so slow when I use ElevenLabs object to get all voices with Python SDK. SDK version is 1.0.3 and It costs about 26s with returning 1000+ voices. This happed after May 24th.

How could I deal it?
Many Thanks!

leaden wedge
# loud berry Hello, I found that the returning is so slow when I use ElevenLabs object to g...

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.

loud berry
leaden wedge
loud berry
leaden wedge