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.

Edits an image using a reference image and a text prompt. Model
reve-edit-20250915

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.