--- title: Reve AI | Scenario Docs --- > This page is auto-generated from model configurations. Last updated: 2026-04-09. This reference lists all available **Reve AI** image generation models and their parameters. Use these parameter names when calling the [Generation API](/api/postgeneratecustom/index.md). - [Reve Remix](#reve-remix) --- ## Reve Remix **Model ID:** `model_reve-remix` **Capabilities:** `img2img` **LLM Markdown:** | Parameter | Type | Required | Default | Min | Max | Allowed Values | Description | | ----------------- | ----------- | -------- | ------- | --- | --- | ------------------------------------------------- | ----------------------------------------------- | | `prompt` | string | Yes | - | - | - | - | Text prompt for image generation | | `referenceImages` | file\_array | Yes | - | - | - | - | List of 1-4 image files to remix from | | `aspectRatio` | string | No | `4:3` | - | - | `16:9`, `3:2`, `4:3`, `1:1`, `3:4`, `2:3`, `9:16` | The desired aspect ratio of the generated image | | `numOutputs` | number | No | `1` | 1 | 4 | - | Number of images to generate |