API to fetch langauges(Locales)

Hi,

Is there any end point to fetch languages & voice support for example US-en Female in Open AI TTS ?

Thanks in advance.

Regards
CJ

OpenAI’s TTS models include tts-1 and tts-1-HD. The language of the text provided to the endpoint determines the language used. And you can choose from six types of voice variations.

But there are no parameters to specify the language and voice, such as “US-en Female”.

voice = { # my gender/heaviness rank from 1: male to 10: female
1: ‘nova’, # 10
2: ‘shimmer’, # 9
3: ‘fable’, # 6 (English accent)
4: ‘alloy’, # 6
5: ‘echo’, # 2
6: ‘onyx’, # 1
}

Just place into code.