POST https://fal.run/fal-ai/kling-video/o1/standard/reference-to-video
Endpoint ID: fal-ai/kling-video/o1/standard/reference-to-video
Try it in the Playground
Run this model interactively with your own prompts.
Quick Start
Related
- Kling O1 First Frame Last Frame to Video [Pro] — Video Generation
- Kling O1 Edit Video [Pro] — Video Generation
- Kling O1 Reference Image to Video [Pro] — Video Generation
- Kling O1 Reference Video to Video [Pro] — Video Generation
Capabilities
- Text prompt input
- Duration control
- Aspect ratio control
API Reference
Input Schema
string
required
Take @Element1, @Element2 to reference elements and @Image1, @Image2 to reference images in order.
list<string>
Additional reference images for style/appearance. Reference in prompt as @Image1, @Image2, etc. Maximum 7 total (elements + reference images + start image).
list<OmniVideoElementInput>
Elements (characters/objects) to include in the video. Reference in prompt as @Element1, @Element2, etc. Maximum 7 total (elements + reference images + start image).
DurationEnum
default:"5"
Video duration in seconds. Default value:
"5"Possible values: 3, 4, 5, 6, 7, 8, 9, 10AspectRatioEnum
default:"16:9"
The aspect ratio of the generated video frame. Default value:
"16:9"Possible values: 16:9, 9:16, 1:1Output Schema
File
required
The generated video.
Input Example
Output Example
Limitations
durationrestricted to:3,4,5,6,7,8,9,10aspect_ratiorestricted to:16:9,9:16,1:1