fal.ai · Image to video
Vidu Q3
Vidu Q3, image to video, served by fal.ai. The OpenAPI schema for the fal-ai/vidu/q3/image-to-video queue. Price: $0.07 per second at 360p/540p, 2.2x ($0.154) at 720p/1080p. Asynchronous: returns a request_id; poll fal/status and fetch fal/result with model "fal-ai/vidu".
Usage based fal.aiVideofal/vidu-q3-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/vidu-q3-image-to-video (Vidu Q3, image to video). Call inspect_tool with {"tool_id": "fal/vidu-q3-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/vidu-q3-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 |
|---|---|---|---|
image_url | string | Yes | URL or base64 image to use as the starting frame |
duration | integer | No | Duration of the video in seconds (1-16 for Q3 models) |
prompt | string | No | Text prompt for video generation, max 2000 characters |
end_image_url | string | No | URL of the image to use as the ending frame. When provided, generates a transition video between start and end frames. |
audio | boolean | No | Whether to use direct audio-video generation. When true, outputs video with sound (including dialogue and sound effects). |
resolution | string | No | Output video resolution. Note: 360p is not available when end_image_url is provided. Options: 360p, 540p, 720p, 1080p. |
seed | integer | No | Random seed for reproducibility. If None, a random seed is chosen. |
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/vidu-q3-image-to-video",
"input": {
"image_url": "https://storage.googleapis.com/falserverless/example_outputs/nano-banana-2-t2i-output.png",
"prompt": "a red cube slowly rotating on a white table, soft studio light",
"duration": 1,
"resolution": "360p",
"audio": false
}
}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.