For the complete documentation index, see llms.txt. This page is also available as Markdown.

TTS 1.5 Max

This documentation is valid for the following list of our models:

  • inworld/tts-1-5-max

A text-to-speech model focused on maximum voice stability and expressiveness, suitable for high-quality production and narrative use cases.

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
Body
modelstring · 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: wavPossible values:
streamboolean · enumOptionalDefault: falsePossible values:
Responses
200Success
audiostring · uriRequired
post/v1/tts
200Success

Code Example

Response

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

Last updated

Was this helpful?