- Lite
- Image To Video
- First Last Frame To Video
Endpoint:
POST https://fal.run/fal-ai/veo3.1/lite
Endpoint ID: fal-ai/veo3.1/liteTry it in the Playground
Run this model interactively with your own prompts.
Quick Start
Examples
A ballerina performing an elegant pirouette on a moonlit outdoor stage. She wears a flowing white tutu that catches the silver light. Rose petals swirl around her in slow motion. The background is a dark forest with fireflies. Camera orbits slowly around her as she spins. Ethereal, dreamlike, cinema…
Input Schema
string
required
The text prompt describing the video you want to generate
AspectRatioEnum
default:"16:9"
Aspect ratio of the generated video Default value:
"16:9"Possible values: 16:9, 9:16DurationEnum
default:"8s"
The duration of the generated video. Default value:
"8s"Possible values: 4s, 6s, 8sstring
A negative prompt to guide the video generation.
ResolutionEnum
default:"720p"
The resolution of the generated video. Default value:
"720p"Possible values: 720p, 1080pboolean
default:"true"
Whether to generate audio for the video. Default value:
trueinteger
The seed for the random number generator.
boolean
default:"true"
Whether to automatically attempt to fix prompts that fail content policy or other validation checks by rewriting them. Default value:
trueSafetyToleranceEnum
default:"4"
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, 6Output Schema
File
required
The generated video.
Input Example
Output Example
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
Limitations
aspect_ratiorestricted to:16:9,9:16durationrestricted to:4s,6s,8sresolutionrestricted to:720p,1080psafety_tolerancerestricted to:1,2,3,4,5,6aspect_ratiorestricted to:auto,16:9,9:16