
Parameters
Basic Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| prompt | string | "" | Text prompt describing what to generate |
| quality | selection | ”low” | Image quality level, options: “low”, “medium”, “high” |
| size | selection | ”auto” | Output image size, options: “auto”, “1024x1024”, “1024x1536”, “1536x1024” |
Image Editing Parameters
| Parameter | Type | Description |
|---|---|---|
| image | image | Input image for editing, supports multiple images |
| mask | mask | Optional mask to specify areas to modify (single image only) |
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
| background | selection | Background options: “opaque” or “transparent” |
| seed | integer | Random seed (not yet implemented in backend) |
| n | integer | Number of images to generate, range 1-8 |
Output
| Output | Type | Description |
|---|---|---|
| IMAGE | image | Generated image result |