inworld/tts-1-max

This documentation is valid for the following model:

  • inworld/tts-1-max

This model is designed for realtime text-to-speech generation. A larger, more expressive variant of inworld/tts-1.

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

post
Authorizations
AuthorizationstringRequired

Bearer key

Body
modelundefined · enumRequiredPossible values:
textstring · min: 1 · max: 500000Required

The text content to be converted to speech.

voicestring · enumOptional

Name of the voice to be used.

Default: AlexPossible values:
formatstring · enumOptional

Audio output format. WAV delivers uncompressed audio in a widely supported container format, while MP3 provides good compression and compatibility.

Default: mp3Possible values:
Responses
post
/v1/tts
201Success

Code Example

Response

Listen to the audio sample we generated (~ 3.2 s):

Last updated

Was this helpful?