Skip to main content
Endpoint: 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

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, 10
AspectRatioEnum
default:"16:9"
The aspect ratio of the generated video frame. Default value: "16:9"Possible values: 16:9, 9:16, 1:1

Output Schema

File
required
The generated video.

Input Example

Output Example

Limitations

  • duration restricted to: 3, 4, 5, 6, 7, 8, 9, 10
  • aspect_ratio restricted to: 16:9, 9:16, 1:1