| 프롬프트 | 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 |
| 입력 이미지 | 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 | 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. | - |
| 종횡비 | 열거형(10 옵션) | Output aspect ratio. Defaults to the first reference image's ratio. Ignored in local-edit mode. | auto |
| 해상도 | 열거형(2 옵션) | Output resolution tier. 1K is the faster option; 2K produces four times the pixels and takes longer. | 1K |
| Background | 열거형(2 옵션) | Background type. Transparent outputs a PNG or WebP with a real alpha channel and cannot be used with JPEG. | opaque |
| 출력 형식 | 열거형(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 |
| 종자 | integer | The random seed. Omit it to generate with a random seed. | - |