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.

Converts a static image into a motion video with optional audio generation. Model
ltx-2-fast-image-to-video

Inputs

Required

  • prompt (STRING)
    Text description defining motion, style, and animation behavior.
  • duration (INT, default: 6)
    Length of the generated video in seconds.
  • resolution (STRING, default: 1920x1080)
    Output video resolution. Options: 1920x1080, 2560x1440, 3840x2160.
  • image (IMAGE)
    Input image used as the base frame for animation.

Optional

  • image_url (STRING)
    URL version of the input image.
  • fps (INT, default: 25)
    Frame rate of generated video. Options: 25, 50.
  • generate_audio (BOOLEAN, default: True)
    Enables or disables AI-generated audio.
  • camera_motion (STRING)
    Defines camera movement style applied to video generation.

Outputs

  • video (VIDEO)
    Generated animated video tensor.
  • video_url (STRING)
    Public URL of the generated video.
  • file_path (STRING)
    Local path where the video is stored.