Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt

Use this file to discover all available pages before exploring further.

Generates video using reference video and optional image conditioning. Model
Kling Reference-to-Video

Inputs

  • prompt (STRING)
    Optional guidance prompt for style or scene control.
  • video_url (STRING)
    Reference motion video input.
  • aspect_ratio (STRING)
    Output video shape. Options: 16:9, 9:16, 1:1
  • image (IMAGE)
    Optional reference image(s) for conditioning.
  • image_url (STRING)
    URL version of reference images.
  • duration (STRING)
    Output video duration in seconds.
  • mode (STRING)
    Quality mode. Options: std, pro
  • keep_original_sound (STRING)
    Preserves audio from reference video. Options: yes, no

Outputs

  • VIDEO (VIDEO)
    Generated video tensor.
  • VIDEO_URL (STRING)
    Hosted video URL.
  • FILE_PATH (STRING)
    Local saved file path.