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 Pika Text2Video v2.2 Node sends a text prompt to the Pika API version 2.2 to generate a video. It converts your text description into a video using Pika’s AI video generation service. The node allows you to customize various aspects of the video generation process including aspect ratio, duration, and resolution.

Inputs

ParameterData TypeRequiredRangeDescription
prompt_textSTRINGYes-The main text description that describes what you want to generate in the video
negative_promptSTRINGYes-Text describing what you don’t want to appear in the generated video
seedINTYes-A number that controls the randomness of the generation for reproducible results
resolutionSTRINGYes-The resolution setting for the output video
durationINTYes-The length of the video in seconds
aspect_ratioFLOATNo0.4 - 2.5Aspect ratio (width / height) (default: 1.7777777777777777)

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video file returned from the Pika API