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
Copy file name to clipboardExpand all lines: packages/openapi/descriptions/image.js
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,9 @@ export default {
72
72
uso: {
73
73
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.`,
74
74
},
75
+
nano_banana: {
76
+
desc: `List of URLs or local Base64 encoded images to edit. Supports up to 14 images.`,
77
+
},
75
78
},
76
79
do_remove_background: {
77
80
desc: `Enables removing the background from the input image.`,
0 commit comments