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
| Name | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | The text prompt describing the desired video motion. Max 1500 characters. |
enable_safety_checker | boolean | No | If set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked. |
image_url | string | Yes | URL 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_expansion | boolean | No | Whether to enable prompt rewriting using LLM. |
audio_url | string | No | 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. |
seed | integer | No | Random seed for reproducibility. If None, a random seed is chosen. |
duration | string | No | Duration of the generated video in seconds. Choose between 5, 10 or 15 seconds. Options: 5, 10, 15. |
multi_shots | boolean | No | When true, enables intelligent multi-shot segmentation. Only active when enable_prompt_expansion is True. Set to false for single-shot generation. |
resolution | string | No | Video resolution. Valid values: 720p, 1080p Options: 720p, 1080p. |
negative_prompt | string | No | Negative 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.