inworld/tts-1-5-max

circle-info

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 guidearrow-up-right.

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

No content

Code Example

chevron-rightResponsehashtag

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

Last updated

Was this helpful?