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 Runway First-Last-Frame to Video node generates videos by uploading first and last keyframes along with a text prompt. It creates smooth transitions between the provided start and end frames using Runway’s Gen-3 model. This is particularly useful for complex transitions where the end frame differs significantly from the start frame.

Inputs

ParameterData TypeRequiredRangeDescription
promptSTRINGYesN/AText prompt for the generation (default: empty string)
start_frameIMAGEYesN/AStart frame to be used for the video
end_frameIMAGEYesN/AEnd frame to be used for the video. Supported for gen3a_turbo only.
durationCOMBOYesMultiple options availableVideo duration selection from available Duration options
ratioCOMBOYesMultiple options availableAspect ratio selection from available RunwayGen3aAspectRatio options
seedINTNo0-4294967295Random seed for generation (default: 0)
Parameter Constraints:
  • The prompt must contain at least 1 character
  • Both start_frame and end_frame must have maximum dimensions of 7999x7999 pixels
  • Both start_frame and end_frame must have aspect ratios between 0.5 and 2.0
  • The end_frame parameter is only supported when using the gen3a_turbo model

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video transitioning between the start and end frames