Generates an image from a text prompt using the Reve text-to-image model. ModelDocumentation Index
Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.