Skip to content

Commit b95d06f

Browse files
committed
feat: add nano_banana description for image editing support
1 parent 021633d commit b95d06f

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)