Skip to content

Alibaba · fal.ai · Image to video

Wan 2.6

Wan 2.6 (Alibaba), image to video, served by fal.ai. The OpenAPI schema for the wan/v2.6/image-to-video queue. Price: $0.10 per second at 720p, $0.15 at 1080p (default). Asynchronous: returns a request_id; poll fal/status and fetch fal/result with model "wan/v2.6".

Usage based fal.aiVideofal/wan-2-6-image-to-videoListed

Activation pending; your agent will see it as unavailable until then.

Use this tool with your agent

Give this to your agent
Use my connected Agentik MCP server. I want to use the tool fal/wan-2-6-image-to-video (Wan 2.6 (Alibaba), image to video). Call inspect_tool with {"tool_id": "fal/wan-2-6-image-to-video"} 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/wan-2-6-image-to-video" 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

NameTypeRequiredDescription
promptstringYesThe text prompt describing the desired video motion. Max 1500 characters.
enable_safety_checkerbooleanNoIf set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked.
image_urlstringYesURL of the image to use as the first frame. Must be publicly accessible or base64 data URI. Image dimensions must be between 240 and 7680.
enable_prompt_expansionbooleanNoWhether to enable prompt rewriting using LLM.
audio_urlstringNo URL of the audio to use as the background music. Must be publicly accessible. Limit handling: If the audio duration exceeds the duration value (5, 10, or 15 seconds), the audio is truncated to the first N seconds, and the rest is discarded. If the audio is shorter than the video, the remaining part of the video will be silent. For example, if the audio is 3 seconds long and the video duration is 5 seconds, the first 3 seconds of the output video will have sound, and the last 2 seconds will be silent. - Format: WAV, MP3. - Duration: 3 to 30 s. - File size: Up to 15 MB.
seedintegerNoRandom seed for reproducibility. If None, a random seed is chosen.
durationstringNoDuration of the generated video in seconds. Choose between 5, 10 or 15 seconds. Options: 5, 10, 15.
multi_shotsbooleanNoWhen true, enables intelligent multi-shot segmentation. Only active when enable_prompt_expansion is True. Set to false for single-shot generation.
resolutionstringNoVideo resolution. Valid values: 720p, 1080p Options: 720p, 1080p.
negative_promptstringNoNegative prompt to describe content to avoid. Max 500 characters.

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/wan-2-6-image-to-video",
  "input": {
    "prompt": "a red cube slowly rotating on a white table, soft studio light",
    "image_url": "https://storage.googleapis.com/falserverless/example_outputs/nano-banana-2-t2i-output.png",
    "duration": "5",
    "resolution": "720p"
  }
}

Price and billing

Price
Usage based
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.