You're looking at a specific version of this model. Jump to the model overview.

elevenlabs /dubbing:1ca6320d

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
target_language
None
Language to dub the content into, as a BCP-47 tag. Some languages also offer region-qualified dialects (e.g. 'es-MX', 'pt-BR', 'en-GB').
audio_or_video_file
string
Audio or video file to dub. Provide this or source_url.
source_url
string
Public URL of the source audio or video file to dub (e.g. a direct link, YouTube, or TikTok URL). Provide this or audio_or_video_file.
source_language
None
auto
Language of the source media, as a BCP-47 tag. Leave as 'auto' to detect it automatically.
cloning_strength
integer
7

Max: 10

How strongly the dubbed speakers clone the source voices, from 0 to 10. Higher values prioritize resemblance to the original voice; lower values give the model more freedom for natural delivery in the target language. The default of 7 works well for most content.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}