| invite | string | The prompt describing the result you want. When mask_url is supplied, describe what should be generated inside the white area of the mask. | Replace the backpack in the first image with the colour scheme from the second image, and leave everything else unchanged |
| Images d'entrée | array | Reference images, given as an array of 1 to 10 URLs. Order matters when the prompt refers to 'the first image', 'the second image'. | https://d3adwkbyhxyrtq.cloudfront.net/ai-images/186/712345784292/4a8c5c70-abcc-4920-873e-b0e219986453.jpg |
| URL du masque | string | Inpainting mask (white = area to change, black = kept unchanged) that switches the request into local-edit mode. Must be used with exactly one reference image. | - |
| rapport hauteur/largeur | Énumération (options 10) | Output aspect ratio. Defaults to the first reference image's ratio. Ignored in local-edit mode. | auto |
| Résolution | Énumération (options 2) | Output resolution tier. 1K is the faster option; 2K produces four times the pixels and takes longer. | 1K |
| Background | Énumération (options 2) | Background type. Transparent outputs a PNG or WebP with a real alpha channel and cannot be used with JPEG. | opaque |
| Format de sortie | Énumération (options 3) | Output image format. jpeg has no alpha channel and cannot be combined with a transparent background. | png |
| Enhance Prompt | boolean | Rewrites the prompt into a fuller scene description before generating, which noticeably improves quality. Ignored in local-edit mode. | true |
| Semence | integer | The random seed. Omit it to generate with a random seed. | - |