infery
← All models

Bytedance Seed Speech Text to Speech

bytedance-seed-speech-tts-v2

Text to Speechby ByteDance

Seed Speech developed by ByteDance, is a family of large-scale text-to-speech models capable of synthesizing speech that is virtually indistinguishable from human speech.

Details

Accepts
text

Pricing

Price
0.00375 cr / character

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
textrequiredstringThe text to synthesize into speech.
pitchintegerVoice pitch shift in semitones. 0 is normal pitch, -12 lowers by one octave, 12 raises by one octave.
speednumberSpeech speed. 1.0 is normal speed, 0.5 is half speed, 2.0 is double speed.
voicestringenum: vivi_mixed_en_zh_ja_es_id, mindy_en_es_id_pt_zh, stokie_en, dacey_en, tim_en, kian_en_zhVoice to use for synthesis. The preset name encodes the voice and its supported language codes. 'mixed_en_zh' means the voice can seamlessly blend English and Chinese; separate codes (e.g. 'en_zh') mean the voice supports each language independently.
volumenumberVolume. 1.0 is normal volume, 0.5 is half, 2.0 is double.
languageForce the text to be read as a single language, disabling automatic language detection. Leave unset for automatic detection (including seamless Chinese/English mixing on bilingual voices). Codes: zh (Chinese), en (English), ja (Japanese), es-mx (Mexican Spanish), id (Indonesian), pt-br (Brazilian Po…
sample_rateintegerenum: 8000, 16000, 22050, 24000, 32000, 44100Sample rate of the output audio in Hz.
output_formatstringenum: mp3, opusOutput audio format. 'mp3' returns MP3 audio; 'opus' returns Opus audio in an Ogg container.
voice_instructionOptional natural-language instruction that steers the delivery (tone, emotion, pace, volume), e.g. 'Speak in a cheerful tone' or 'Could you speak a bit slower?'. It is not spoken aloud and does not affect billing.

Output

FieldTypeDescription
audioThe generated audio file.