Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/openapi/descriptions/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,7 @@ If transparent, the output format needs to support transparency, so it should be
sync_mode: {
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.`,
},
acceleration: {
desc: `The speed of the generation. The higher the speed, the faster the generation.`
},
};