#"This voice is not fine tuned for Speech to Speech" Error. How to check via API Get {voice_id} if i
1 messages · Page 1 of 1 (latest)
To check if a voice is fine-tuned for Speech-to-Speech (STS) using the API, you can use the GET /v1/voices endpoint. This will list all available voices and provide details about each one, including whether they support voice conversion, which is necessary for STS.
Here's a general approach:
-
Make a GET Request: Use the
GET /v1/voicesendpoint to retrieve a list of voices. -
Check the Response: Look for the
can_do_voice_conversionproperty in the response for each voice. This property indicates if the voice is fine-tuned for Speech-to-Speech.
If you need further assistance with the API or have specific questions about your setup, feel free to ask!
can_do_voice_conversion property is related to model_id, I want to check whether i can see on the individual voice object
To check if a voice is fine-tuned for speech-to-speech conversion via the API, you can use the GET /v1/voices/{voice_id} endpoint. This will return details about the specific voice, including properties that indicate its capabilities.
Here's a general approach to check this:
-
Make a GET request to the endpoint with the specific
voice_idyou want to check. -
Inspect the response for properties related to voice conversion capabilities. Look for any property that might indicate if the voice is fine-tuned for speech-to-speech.
Unfortunately, the specific property name isn't provided in the content, so you might need to refer to the API documentation or the response structure to identify the relevant property.
If you have further questions or need more detailed guidance, feel free to ask!
Object property for checking if a voice_id has a character multiplier