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 directly from a text prompt. Model
ltx-2-fast-text-to-video

Inputs

Required

  • prompt (STRING)
    Text description of the desired video.

Optional

  • duration (INT, default: 6)
    Length of video in seconds.
  • resolution (STRING, default: 1920x1080)
    Output resolution of the video.
  • fps (INT, default: 25)
    Frame rate of generated video.
  • generate_audio (BOOLEAN, default: True)
    Enables AI-generated audio track.
  • camera_motion (STRING)
    Defines camera movement behavior in generated video.

Outputs

  • video (VIDEO)
    Generated video output.
  • video_url (STRING)
    Public URL of video.
  • file_path (STRING)
    Local storage path.