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

Inputs

  • prompt_text (STRING)
    Text prompt describing desired video.
  • model (COMBO, default: Minimax-Hailuo-2.3)
    Model variant selection.
  • duration (COMBO, default: 6)
    Video duration.
  • seed (INT, default: 0)
    Random seed.
  • resolution (COMBO, default: 768P)
    Output resolution.
  • prompt_optimizer (BOOLEAN, default: True)
    Improves prompt interpretation.
  • fast_pretreatment (BOOLEAN, default: False)
    Enables faster preprocessing.

Outputs

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