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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ export default {
61
61
desc: `List of URLs or local Base64 encoded images to edit.`,
62
62
},
63
63
uso: {
64
-
desc: `Array of image URLs: [content_image, style_image, extra_style_image]`
64
+
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.`
0 commit comments