ElevenLabs · fal.ai · Translate and dub a video or audio
Dubbing
ElevenLabs Dubbing, translate and dub a video or audio, served by fal.ai. The OpenAPI schema for the fal-ai/elevenlabs/dubbing queue. Price: $0.60 per minute of input media, rounded up to the minute, metered by fal after the call (x-fal-billable-units) and billed at that reading; the reservation is the bound you declare and the difference is refunded. Asynchronous: returns a request_id; poll fal/status and fetch fal/result with model "fal-ai/elevenlabs".
$0.6 / unitfal.aiAudiofal/elevenlabs-dubbingListed
Activation pending; your agent will see it as unavailable until then.
Use this tool with your agent
Use my connected Agentik MCP server. I want to use the tool fal/elevenlabs-dubbing (ElevenLabs Dubbing, translate and dub a video or audio). Call inspect_tool with {"tool_id": "fal/elevenlabs-dubbing"} first and tell me the price before anything runs. Ask me for the inputs it needs; never invent values, IDs or file URLs. When I confirm, call run_tool with tool_id "fal/elevenlabs-dubbing" and my inputs, follow it with get_run if it is still running, and give me the result and the price Agentik reports. If the tool is unavailable, say so and use discover_tools to propose an alternative.Show the prompt
Paste it into Claude, ChatGPT or Codex: your agent takes it from there, and shows the price before it runs.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
num_speakers | integer | No | Number of speakers in the audio. If not provided, will be auto-detected. |
video_url | string | No | URL of the video file to dub. Either audio_url or video_url must be provided. If both are provided, video_url takes priority. |
audio_url | string | No | URL of the audio file to dub. Either audio_url or video_url must be provided. |
source_lang | string | No | Source language code. If not provided, will be auto-detected. |
target_lang | string | Yes | Target language code for dubbing (ISO 639-1) |
highest_resolution | boolean | No | Whether to use the highest resolution for dubbing. |
max_minutes | number | No | Upper bound of the input media length, in minutes (default 5, max 60). The reservation is this bound at the unit price; after the call the minutes fal meters are billed and the rest is refunded. Declare at least the real amount: a larger input is still processed but is never billed above the reservation. |
How your agent calls it
First inspect_tool for the current schema and price, then run_tool with the published example after confirming your inputs:
{
"tool_id": "fal/elevenlabs-dubbing",
"input": {
"audio_url": "https://storage.googleapis.com/falserverless/example_inputs/elevenlabs/voice_change_in.mp3",
"target_lang": "fr",
"max_minutes": 1
}
}Price and billing
- Price
- $0.6 / unit
- Model
- Per unit
- Detail
- The provider’s price, with no markup. Billed for measured usage.
- The provider’s price, 0% markup.
- One prepaid balance for every provider; your agent sees the price before it runs.
- Pay for measured usage; unused reservations are released.