You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| image | file | The input image to edit. Must be a valid image URL or base64-encoded image. tbd | Yes ||
1360
+
| image | file | The input image to edit. Must be a valid image URL or base64-encoded image. | Yes ||
1361
1361
| n | integer | The number of images to generate. | No | 1 |
1362
1362
| prompt | string | A text description of how the input image should be edited. The maximum length is 4000 characters. | Yes ||
1363
1363
| mask | file | A mask image to define the area of the input image that the model should edit, using fully transparent pixels (alpha of zero) in those areas. Must be a valid image URL or base64-encoded image. | No ||
@@ -6195,7 +6195,7 @@ The style of the generated images.
6195
6195
6196
6196
| Name | Type | Description | Required | Default |
| image | file | The input image to edit. Must be a valid image URL or base64-encoded image. tbd | Yes ||
6198
+
| image | file | The input image to edit. Must be a valid image URL or base64-encoded image. | Yes ||
6199
6199
| n | integer | The number of images to generate. | No | 1 |
6200
6200
| prompt | string | A text description of how the input image should be edited. The maximum length is 4000 characters. | Yes ||
6201
6201
| mask | file | A mask image to define the area of the input image that the model should edit, using fully transparent pixels (alpha of zero) in those areas. Must be a valid image URL or base64-encoded image. | No ||
0 commit comments