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

> Generates an image from a text prompt using the Reve text-to-image model.

Generates an image from a text prompt using the Reve text-to-image model.

**Model**

```bash theme={null}
reve-create-20250915
```

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