Skip to main content

Overview

Generate 5s or 10s videos from a starting image using Kling v2.5 via FAL.
  • Output Type: video
  • Estimated Cost: duration == “5” ? 50 : 100 credits
  • Handler: fal

Parameters

Required Parameters

prompt
string
required
Text description of the video to generate.
Describe the motion and action you want in the video. Be specific about movements and visual elements.
  • Label: Prompt
image_url
image
required
URL of the image to be used as the starting frame of the video.
This image will be used as the first frame of the video. The model will animate from this starting point based on your prompt.
  • Label: Input Image

Optional Parameters

duration
string
default:"5"
The duration of the generated video in seconds.
  • Label: Duration
  • Options: 5, 10
negative_prompt
string
default:"blur, distort, and low quality"
Things to avoid in the video generation.
Describe anything you do NOT want to appear in the video or any behaviors to avoid.
  • Label: Negative Prompt
cfg_scale
float
How closely to follow the prompt. Lower values give more creative freedom, higher values stick closer to the prompt.
  • Label: Guidance Scale
  • Minimum: 0
  • Maximum: 1
tail_image_url
image
URL of the image to be used as the last frame of the video.
Optional. If provided, the video will transition from the starting image to this end image.
  • Label: End Image