- Image To Video
- Text To Video
- Motion Control
Endpoint:
POST https://fal.run/fal-ai/kling-video/v3/standard/image-to-video
Endpoint ID: fal-ai/kling-video/v3/standard/image-to-videoTry it in the Playground
Run this model interactively with your own prompts.
Quick Start
Input Schema
string
Text prompt for video generation. Either prompt or multi_prompt must be provided, but not both.
list<KlingV3MultiPromptElement>
List of prompts for multi-shot video generation. If provided, divides the video into multiple shots.
string
required
URL of the image to be used for the video
DurationEnum
default:"5"
The duration of the generated video in seconds Default value:
"5"Possible values: 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15boolean
default:"true"
Whether to generate native audio for the video. Supports Chinese and English voice output. Other languages are automatically translated to English. For English speech, use lowercase letters; for acronyms or proper nouns, use uppercase. Default value:
truestring
URL of the image to be used for the end of the video
list<KlingV3ComboElementInput>
Elements (characters/objects) to include in the video. Each example can either be an image set (frontal + reference images) or a video. Reference in prompt as @Element1, @Element2, etc.
string
default:"customize"
The type of multi-shot video generation. Required when multi_prompt is provided. Default value:
"customize"string
default:"blur, distort, and low quality"
Default value:
"blur, distort, and low quality"float
default:"0.5"
The CFG (Classifier Free Guidance) scale is a measure of how close you want
the model to stick to your prompt. Default value:
0.5Range: 0 to 1Output Schema
File
required
The generated video
Input Example
Output Example
Related
- Kling Video v3 Text to Video [Pro] — Video Generation
- Kling Video v3 Image to Video [Pro] — Video Generation
- Kling Video — Video Generation
Limitations
cfg_scalerange: 0 to 1shot_typerestricted to:customize,intelligentaspect_ratiorestricted to:16:9,9:16,1:1character_orientationrestricted to:image,video