#"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)

graceful knotBOT
#
AI-generated Answer for _slosh_

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:

  1. Make a GET Request: Use the GET /v1/voices endpoint to retrieve a list of voices.

  2. Check the Response: Look for the can_do_voice_conversion property 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!

merry hemlock
#

can_do_voice_conversion property is related to model_id, I want to check whether i can see on the individual voice object

graceful knotBOT
#
AI-generated Answer for _slosh_

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:

  1. Make a GET request to the endpoint with the specific voice_id you want to check.

  2. 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!

merry hemlock
#

Object property for checking if a voice_id has a character multiplier