Skip to content

Commit 6a67c2c

Browse files
authored
Merge pull request #143 from aimlapi/stelyatko/feat-add-flux-spro-models
Stelyatko/feat add flux spro models
2 parents 3b6d29c + 0fd9f14 commit 6a67c2c

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
@@ -132,4 +132,7 @@ If transparent, the output format needs to support transparency, so it should be
132132
sync_mode: {
133133
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.`,
134134
},
135+
acceleration: {
136+
desc: `The speed of the generation. The higher the speed, the faster the generation.`
137+
},
135138
};

0 commit comments

Comments
 (0)