Skip to content

Commit 9553e59

Browse files
authored
Merge pull request #235 from aimlapi/stelyatko/feat-add-nano-banana-image-urls-desc
2 parents 021633d + b95d06f commit 9553e59

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/openapi/descriptions/image.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ export default {
7272
uso: {
7373
desc: `An array of up to 3 image URLs. The first image is always treated as the primary input for image-to-image generation, while the remaining images (if provided) serve as visual style references for the output.`,
7474
},
75+
nano_banana: {
76+
desc: `List of URLs or local Base64 encoded images to edit. Supports up to 14 images.`,
77+
},
7578
},
7679
do_remove_background: {
7780
desc: `Enables removing the background from the input image.`,

0 commit comments

Comments
 (0)