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
@@ -132,4 +132,7 @@ If transparent, the output format needs to support transparency, so it should be
132
132
sync_mode: {
133
133
desc: `If set to true, the function will wait for the image to be generated and uploaded before returning the response. This will increase the latency of the function but it allows you to get the image directly in the response without going through the CDN.`,
134
134
},
135
+
acceleration: {
136
+
desc: `The speed of the generation. The higher the speed, the faster the generation.`
0 commit comments