Skip to main content
silk mulberry 1.5 is our faster voice. you describe how it should sound in one natural sentence, then give it your text. it streams, so it’s a good fit for low-latency voice agents.

at a glance

quickstart

one call, one .wav file:
put the voice in description and your spoken text in text. the full request schema is in the API reference.

preset voices

description is what builds the voice, and it’s always required. leave speaker out and mulberry generates a voice to match the description you wrote. add speaker to pin one of twelve named voices instead: send description alongside it, exactly as you would without a speaker:
names are case-insensitive. send a name we don’t know and you get a voice built from your description, not an error, so a typo sounds like the wrong voice rather than failing loudly.
deprecating soon. the old numbered preset values still work for now and map to ira, siya, aisha and zoya, in that order. they’re going away, so move to the names above.

parameters

getting truncated audio? if the returned speech stops before the end of your text, the generation hit the token cap. raise max_new_tokens above the default 2048, up to a maximum of 8192.
→ to write good descriptions, read the prompting guide.