vibevoice-7b
Setup your API Key
API Schema
post
Authorizations
AuthorizationstringRequired
Bearer key
Body
modelundefined Ā· enumRequiredPossible values:
scriptstring Ā· min: 1 Ā· max: 5000Required
The script to convert to speech. Can be formatted with "Speaker X:" prefixes for multi-speaker dialogues.
seedintegerOptional
If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same seed and parameters should return the same result. Determinism is not guaranteed.
cfg_scalenumber Ā· min: 0.1 Ā· max: 2OptionalDefault:
The CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt.
1.3Responses
201Success
application/json
post
/v1/tts201Success
Code Example
Last updated
Was this helpful?