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

elevenlabs /dubbing:9d0e782f

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
string
BCP-47 language tag to dub the content into, e.g. 'es', 'fr', 'ja', or a region-qualified dialect like 'es-MX' or 'pt-BR'. See ElevenLabs' supported languages for the full list.
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
string
auto
BCP-47 language tag of the source media, e.g. 'en'. Leave as 'auto' to detect 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'}