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
This node uses the Kling AI model to generate a video from a text description. It sends your prompt to a remote API and returns the generated video. The node allows you to control the video’s length, shape, and quality.

Inputs

ParameterData TypeRequiredRangeDescription
model_nameCOMBOYes"kling-video-o1"The specific Kling model to use for video generation.
promptSTRINGYes1 to 2500 charactersA text prompt describing the video content. This can include both positive and negative descriptions.
aspect_ratioCOMBOYes"16:9"
"9:16"
"1:1"
The shape or dimensions of the video to generate.
durationCOMBOYes5
10
The length of the video in seconds.
resolutionCOMBONo"1080p"
"720p"
The quality or pixel resolution of the video (default: "1080p").

Outputs

Output NameData TypeDescription
outputVIDEOThe video generated based on the provided text prompt.