TTS-1
This model is designed for realtime text-to-speech generation.
Setup your API Key
If you don’t have an API key for the AI/ML API yet, feel free to use our Quickstart guide.
API Schema
Bearer key
The text content to be converted to speech.
Name of the voice to be used
Determines the style exaggeration of the voice. This setting attempts to amplify the style of the original speaker. It does consume additional computational resources and might increase latency if set to anything other than 0.
Format of the output content for non-streaming requests. Controls how the generated audio data is encoded in the response.
mp3Possible values: Adjusts the speed of the voice. A value of 1.0 is the default speed, while values less than 1.0 slow down the speech, and values greater than 1.0 speed it up.
1Code Example
Listen to the audio sample we generated:
Last updated
Was this helpful?