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 + text prompt using Minimax-Hailuo. Model
Minimax-Hailuo **Category:** Model Library/General Video Models

Inputs

  • prompt_text (STRING)
    Text describing motion and scene transformation.
  • model (COMBO, default: Minimax-Hailuo-2.3)
    Model variant selection.
  • duration (COMBO, default: 6)
    Video duration.
  • image (IMAGE)
    Input image used for animation.
  • first_frame_image (STRING)
    URL version of input image.
  • seed (INT, default: 0)
    Random seed.
  • resolution (COMBO, default: 768P)
    Output resolution.
  • prompt_optimizer (BOOLEAN, default: True)
    Enhances prompt processing.
  • fast_pretreatment (BOOLEAN, default: False)
    Faster preprocessing mode.

Outputs

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

Pixverse v5_5 t2v

Model: pixverse-v5.5-t2v
Description: Generates a video from a text prompt using Pixverse v5.5.

Inputs

Required

  • prompt (STRING)
    Text description of the video content to generate.

Optional

  • aspect_ratio (STRING, default: 16:9)
    Sets output video shape ratio.
  • duration (STRING, default: 5)
    Length of the video in seconds (5, 8, 10).
  • quality (STRING, default: 540p)
    Output resolution of the video.
  • negative_prompt (STRING)
    Describes elements to avoid in generation.
  • generate_audio_switch (BOOLEAN, default: False)
    Enables AI-generated audio.
  • generate_multi_clip_switch (BOOLEAN, default: False)
    Enables multi-shot / cinematic transitions.
  • thinking_type (STRING, default: auto)
    Controls prompt optimization behavior.
  • seed (INT, default: 0)
    Random seed for reproducibility (0 = random).

Outputs

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

Pixverse v5_5 i2v

Model: pixverse-v5.5-i2v
Description: Generates a video from a single image and optional prompt.

Inputs

Required (one image source required)

  • image (IMAGE)
    Input image from ComfyUI. Used as the primary reference frame.
OR
  • image_url (STRING)
    URL to the reference image (used if IMAGE input is not provided).
  • prompt (STRING)
    Text description guiding motion, style, and animation.

Optional

  • aspect_ratio (STRING, default: 16:9)
    Output video aspect ratio.
  • duration (STRING, default: 5)
    Video length in seconds.
  • quality (STRING, default: 540p)
    Output resolution.
  • negative_prompt (STRING)
    Elements to exclude from generation.
  • generate_audio_switch (BOOLEAN, default: False)
    Enables audio generation.
  • generate_multi_clip_switch (BOOLEAN, default: False)
    Enables cinematic transitions.
  • thinking_type (STRING, default: auto)
    Controls prompt reasoning optimization.
  • seed (INT, default: 0)
    Random seed for reproducibility.

Outputs

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

Pixverse v5_5 Transition

Model: pixverse-v5.5-transition
Description: Creates a video transition between two images.

Inputs

Required (both frames required)

  • first_frame_image (IMAGE) or first_frame_image_url (STRING)
    Starting frame image for transition.
  • last_frame_image (IMAGE) or last_frame_image_url (STRING)
    Ending frame image for transition.
  • prompt (STRING)
    Text describing how the transition should behave.

Optional

  • duration (STRING, default: 5)
    Video duration in seconds.
  • quality (STRING, default: 540p)
    Output resolution.
  • negative_prompt (STRING)
    Elements to avoid in transition.
  • generate_audio_switch (BOOLEAN, default: False)
    Enables audio generation.
  • seed (INT, default: 0)
    Random seed for reproducibility.

Outputs

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

Pixversev 5_6 t2v

Model: pixverse-v5.6-t2v
Description: Generates a video from a text prompt using Pixverse v5.6.

Inputs

Required

  • prompt (STRING)
    Text prompt describing full video content (max 2048 characters).

Optional

  • aspect_ratio (STRING, default: 16:9)
    Output video aspect ratio.
  • duration (STRING, default: 5)
    Video length in seconds (note: 10s not supported at 1080p).
  • quality (STRING, default: 540p)
    Output resolution.
  • negative_prompt (STRING)
    Content to exclude from generation.
  • generate_audio_switch (BOOLEAN, default: False)
    Enables audio generation.
  • style (STRING, default: none)
    Visual style preset (none, anime, 3d_animation, clay, comic, cyberpunk).
  • thinking_type (STRING, default: auto)
    Controls prompt reasoning optimization.
  • seed (INT, default: 0)
    Random seed.

Outputs

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

Pixversev 5_6 i2v

Model: pixverse-v5.6-i2v
Description: Generates a video from a single image using Pixverse v5.6.

Inputs

Required (one image source required)

  • image (IMAGE)
    ComfyUI image input used as the main reference frame.
OR
  • image_url (STRING)
    URL of the reference image.
  • prompt (STRING)
    Text prompt guiding animation and scene behavior.

Optional

  • aspect_ratio (STRING, default: 16:9)
    Output aspect ratio.
  • duration (STRING, default: 5)
    Video duration in seconds.
  • quality (STRING, default: 540p)
    Output resolution.
  • negative_prompt (STRING)
    Elements to exclude.
  • generate_audio_switch (BOOLEAN, default: False)
    Enables audio generation.
  • style (STRING, default: none)
    Visual style preset.
  • thinking_type (STRING, default: auto)
    Controls prompt reasoning behavior.
  • seed (INT, default: 0)
    Random seed.

Outputs

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

Pixverse v5_6 Transition

Model: pixverse-v5.6-transition
Description: Generates a transition video between two images using Pixverse v5.6.

Inputs

Required (both frames required)

  • first_frame_image (IMAGE) or first_frame_image_url (STRING)
    Starting frame image.
  • last_frame_image (IMAGE) or last_frame_image_url (STRING)
    Ending frame image.
  • prompt (STRING)
    Text describing transition behavior.

Optional

  • duration (STRING, default: 5)
    Video duration.
  • quality (STRING, default: 540p)
    Output resolution.
  • negative_prompt (STRING)
    Elements to avoid.
  • generate_audio_switch (BOOLEAN, default: False)
    Enables audio generation.
  • seed (INT, default: 0)
    Random seed.

Outputs

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