Infery.ai
← All models

Zonos2 Text to Speech

zonos2

Text to Speechby zonos2

Zonos2 is a text-to-speech model that clones a voice from a short sample and speaks naturally across many languages.

Pricing

Price
1.25 cr / minute

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedSeed for reproducibility. Random when omitted.
textstringText to synthesize in the cloned voice.
min_pnumberMinimum-probability sampling threshold.
top_kintegerTop-k sampling cutoff (0 disables).
top_pnumberNucleus sampling probability (0 disables).
languagestringText-normalization language code. Supported: en_us, en_gb, fr_fr, de, es, it, pt_br, ja, cmn, ko. Unsupported codes skip normalization.
max_tokensMaximum number of audio frames to generate. Defaults to the model context limit.
temperaturenumberSampling temperature.
accurate_modebooleanTrue = closer voice match; False = more expressive.
reference_audio_urlrequiredstringReference audio to clone the voice from.
clean_speaker_backgroundbooleanMark the reference audio as having a clean background.

Output

FieldTypeDescription
seedintegerThe seed used for generation.
audioThe generated audio (WAV, 44.1kHz mono).