Skip to main content

Task type: Speech generation

Services of the tts type accept text as input and return an audio stream as a byte array. Some services support streaming synthesis mode.

System name: tts

List of services.

TTS (Text to Speech) is a speech generation task that involves converting text into sound.

Data types

Predict request

Request format:

{
"text": "Hello"
}

Predict response

Output format:

{
"audio_base64": "audio data"
}