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.
Reve Create
Model: reve-create-20250915Description:
Generates an image from a text prompt using the Reve text-to-image model.
Inputs
- prompt (required)
- Type: STRING
- Description: Text prompt describing the image to generate.
- aspect_ratio (optional)
- Type: ENUM
- Options: 16:9, 9:16, 3:2, 2:3, 4:3, 3:4, 1:1
- Default: 3:2
- Description: Controls the aspect ratio of the generated image.
Outputs
- video (VIDEO)
Generated video tensor. - video_url (STRING)
Public URL of generated video. - file_path (STRING)
Local saved video path.
Reve Edit
Model: reve-edit-20250915Description:
Edits an image using a reference image and a text prompt.
Inputs
- prompt (required)
- Type: STRING
- Description: Text prompt describing how the image should be edited.
- image (optional)
- Type: IMAGE
- Description: Reference image from ComfyUI used as input.
- image_url (optional)
- Type: STRING
- Description: URL of a reference image (used if IMAGE input is not provided).
- aspect_ratio (optional)
- Type: ENUM
- Options: "", 16:9, 9:16, 3:2, 2:3, 4:3, 3:4, 1:1
- Description: Controls output image aspect ratio.
Outputs
- video (VIDEO)
Generated video tensor. - video_url (STRING)
Public URL of generated video. - file_path (STRING)
Local saved video path.
Reve Edit Fast
Model: reve-edit-fast-20251030Description:
Fast version of image editing using a reference image and text prompt.
Inputs
- prompt (required)
- Type: STRING
- Description: Text prompt guiding the image edit.
- image (optional)
- Type: IMAGE
- Description: Reference image from ComfyUI.
- image_url (optional)
- Type: STRING
- Description: URL of reference image if IMAGE input is not used.
- aspect_ratio (optional)
- Type: ENUM
- Options: "", 16:9, 9:16, 3:2, 2:3, 4:3, 3:4, 1:1
- Description: Controls output image aspect ratio.
Outputs
- video (VIDEO)
Generated video tensor. - video_url (STRING)
Public URL of generated video. - file_path (STRING)
Local saved video path.
Reve Remix
Model: reve-remix-20250915Description:
Generates an image from 1–6 reference images combined with a text prompt.
Inputs
- prompt (required)
- Type: STRING
- Description: Text prompt guiding remix generation.
- image (optional)
- Type: IMAGE
- Description: 1–6 reference images from ComfyUI.
- image_url (optional)
- Type: STRING
- Description: 1–6 reference image URLs (comma-separated).
- aspect_ratio (optional)
- Type: ENUM
- Options: "", 16:9, 9:16, 3:2, 2:3, 4:3, 3:4, 1:1
- Description: Controls output image aspect ratio.
Outputs
- video (VIDEO)
Generated video tensor. - video_url (STRING)
Public URL of generated video. - file_path (STRING)
Local saved video path.
Reve Remix Fast
Model: reve-remix-fast-20251030Description:
Fast version of multi-image remix generation using 1–6 reference images.
Inputs
- prompt (required)
- Type: STRING
- Description: Text prompt guiding remix generation.
- image (optional)
- Type: IMAGE
- Description: 1–6 reference images from ComfyUI.
- image_url (optional)
- Type: STRING
- Description: 1–6 reference image URLs.
- aspect_ratio (optional)
- Type: ENUM
- Options: "", 16:9, 9:16, 3:2, 2:3, 4:3, 3:4, 1:1
- Description: Controls output image aspect ratio.
Outputs
- video (VIDEO)
Generated video tensor. - video_url (STRING)
Public URL of generated video. - file_path (STRING)
Local saved video path.