Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Kling Video Extend Node allows you to extend videos created by other Kling nodes. It takes an existing video identified by its video ID and generates additional content based on your text prompts. The node works by sending your extension request to the Kling API and returning the extended video along with its new ID and duration.

Inputs

ParameterData TypeRequiredRangeDescription
promptSTRINGNo-Positive text prompt for guiding the video extension
negative_promptSTRINGNo-Negative text prompt for elements to avoid in the extended video
cfg_scaleFLOATNo0.0 - 1.0Controls the strength of prompt guidance (default: 0.5)
video_idSTRINGYes-The ID of the video to be extended. Supports videos generated by text-to-video, image-to-video, and previous video extension operations. Cannot exceed 3 minutes total duration after extension.
Note: The video_id must reference a video created by other Kling nodes, and the total duration after extension cannot exceed 3 minutes.

Outputs

Output NameData TypeDescription
outputVIDEOThe extended video generated by the Kling API
video_idSTRINGThe unique identifier for the extended video
durationSTRINGThe duration of the extended video