POST https://fal.run/fal-ai/veo3.1/image-to-video
Endpoint ID: fal-ai/veo3.1/image-to-video
Try it in the Playground
Run this model interactively with your own prompts.
Quick Start
Related
- Veo 3.1 — Video Generation
- Veo 3.1 Fast — Video Generation
- Veo3.1 Lite Image to Video — Video Generation
- Veo3.1 Lite FLF — Video Generation
- Veo3.1 Lite Text to Video — Video Generation
Capabilities
- Text prompt input
- Aspect ratio control
- Duration control
- Negative prompts
- Reproducible generation (seed)
- Image input
API Reference
Input Schema
The text prompt describing the video you want to generate
The aspect ratio of the generated video. Only 16:9 and 9:16 are supported. Default value:
"auto"Possible values: auto, 16:9, 9:16The duration of the generated video. Default value:
"8s"Possible values: 4s, 6s, 8sA negative prompt to guide the video generation.
The resolution of the generated video. Default value:
"720p"Possible values: 720p, 1080p, 4kWhether to generate audio for the video. Default value:
trueThe seed for the random number generator.
Whether to automatically attempt to fix prompts that fail content policy or other validation checks by rewriting them.
The safety tolerance level for content moderation. 1 is the most strict (blocks most content), 6 is the least strict. Default value:
"4"Possible values: 1, 2, 3, 4, 5, 6URL of the input image to animate. Should be 720p or higher resolution in 16:9 or 9:16 aspect ratio. If the image is not in 16:9 or 9:16 aspect ratio, it will be cropped to fit.
Output Schema
The generated video.
Input Example
Output Example
Limitations
aspect_ratiorestricted to:auto,16:9,9:16durationrestricted to:4s,6s,8sresolutionrestricted to:720p,1080p,4ksafety_tolerancerestricted to:1,2,3,4,5,6