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 text prompts with optional image conditioning, frame control, and configurable output settings. Model
Luma-Ray2

Inputs

Required

  • prompt (STRING)
    Text prompt describing video content.

Optional

  • model (STRING, default: Luma-Ray2)
    Model variant used for generation.
  • negative_prompt (STRING, default: "")
    Specifies elements to exclude from output.
  • duration (STRING, default: 5)
    Video length. Options: 5, 9.
  • aspect_ratio (STRING, default: 16:9)
    Output format ratio.
  • resolution (STRING, default: 1080p)
    Output resolution.
  • loop (BOOLEAN, default: False)
    Enables seamless looping.
  • frame0_image_url (STRING)
    First-frame conditioning image.
  • frame1_image_url (STRING)
    Last-frame conditioning image.
  • seed (INT, default: 0)
    Random seed (0 = random).

Outputs

  • video (VIDEO)
    Generated video tensor.
  • video_url (STRING)
    Public URL of generated video.
  • file_path (STRING)
    Local saved video path.