> ## 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.

# Minimax Image To Video

> Generates video from image \+ text prompt using Minimax-Hailuo.

Generates video from image + text prompt using Minimax-Hailuo.

**Model**

```bash theme={null}
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.
