
Parameters
Required Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| prompt | string | "" | Text prompt describing the content to generate |
| turbo | boolean | False | Whether to use turbo mode (faster generation, possibly lower quality) |
Optional Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| aspect_ratio | dropdown | ”1:1” | Image aspect ratio, effective when resolution is set to “Auto” |
| resolution | dropdown | ”Auto” | Output image resolution, if not set to “Auto”, it will override the aspect_ratio setting |
| magic_prompt_option | dropdown | ”AUTO” | Determines whether to use MagicPrompt feature during generation, options are [“AUTO”, “ON”, “OFF”] |
| seed | integer | 0 | Random seed value, range 0-2147483647 |
| style_type | dropdown | ”NONE” | Generation style type (V2 only), options are [“AUTO”, “GENERAL”, “REALISTIC”, “DESIGN”, “RENDER_3D”, “ANIME”] |
| negative_prompt | string | "" | Specifies elements you don’t want to appear in the image |
| num_images | integer | 1 | Number of images to generate, range 1-8 |
Output
| Output | Type | Description |
|---|---|---|
| IMAGE | image | Generated image(s) |