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 from image and prompt with optional tail frame support. Model
Kling V3 Image-to-Video

Inputs

  • prompt (STRING)
    Main motion and scene description.
  • image (IMAGE)
    Required input image used as starting frame.
  • image_url (STRING)
    URL version of input image.
  • negative_prompt (STRING)
    Elements to exclude from generated video.
  • image_tail (IMAGE)
    Optional end-frame image for motion guidance.
  • image_tail_url (STRING)
    URL version of end-frame image.
  • duration (STRING)
    Video length in seconds. Range: 3–15.
  • sound (STRING)
    Controls audio generation. Options: on, off

Outputs

  • VIDEO (VIDEO)
    Generated video output.
  • VIDEO_URL (STRING)
    Public URL of generated video.
  • FILE_PATH (STRING)
    Local saved video path.