fattly_generate_video
Generates an AI video from a prompt (or from an image). Takes a few minutes — the tool waits up to ~2 minutes and returns a link to the mp4 file; if it is still rendering, it returns a generation id to check with fattly_video_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | kling-3-standard | veo-3-1 | seedance-2-5 (default kling-3-standard). | |
| prompt | Yes | Description of the video scene. | |
| duration | No | Clip length in seconds (model dependent). | |
| aspectRatio | No | Aspect ratio, e.g. 16:9, 9:16, 1:1 (default 16:9). | |
| inputImageUrl | No | Optional start image for image-to-video — must be a fal URL. Get one with fattly_upload_image. | |
| referenceImageUrls | No | Optional MULTIPLE reference images (fal URLs, 2-50) for reference-to-video models like seedance-2-5 — the model blends them into one video. With a single URL the video starts from that image (image-to-video). Get each URL with fattly_upload_image. |