Creates a voice blender job and adds it to the blender queue. The response will contain the job status along with the id of the output voice model. Note that the output model will only be usable once the job has status “success”.When creating voice blender jobs, you need to provide at least two voice models to blend, but can provide up to four. You’ll also need to provider one less alpha value than the number of voice models you’re blending, as the last alpha value is calculated automatically as 1 - the sum of the other alpha values.
If three or more models are provided, this indicates the percentage of the output model that will be the second voice model. Required if modelId3 is provided. Range from 0 to 1.
If four or more models are provided, this indicates the percentage of the output model that will be the third voice model. Required if modelId4 is provided. Range from 0 to 1.