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 Text to Video with Audio node generates a short video from a text description. It sends a request to the Kling AI service, which processes the prompt and returns a video file. The node can also generate accompanying audio for the video based on the text.

Inputs

ParameterData TypeRequiredRangeDescription
model_nameCOMBOYes"kling-v2-6"The specific AI model to use for video generation.
promptSTRINGYes-Positive text prompt. The description used to generate the video. Must be between 1 and 2500 characters.
modeCOMBOYes"pro"The operational mode for the video generation.
aspect_ratioCOMBOYes"16:9"
"9:16"
"1:1"
The desired width-to-height ratio for the generated video.
durationCOMBOYes5
10
The length of the video in seconds.
generate_audioBOOLEANNo-Controls whether audio is generated for the video. When enabled, the AI will create sound based on the prompt. (default: True)

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video file.