There was an error while loading. Please reload this page.
2 parents 6588464 + ba26412 commit a08566dCopy full SHA for a08566d
1 file changed
packages/openapi/descriptions/video.js
@@ -29,6 +29,9 @@ export default {
29
desc: `Reference images for dual-character effects (Base64 encoded or URL)`
30
}
31
},
32
+ first_image_url: {
33
+ desc: `URL of the image to be used as the first frame of the video.`,
34
+ },
35
last_image_url: {
36
default: {
37
desc: `URL of the image to be used as the last frame of the video.`,
@@ -163,4 +166,7 @@ export default {
163
166
expression_intensity: {
164
167
desc: `An integer between 1 and 5 (inclusive). A larger value increases the intensity of the character's expression.`,
165
168
169
+ style: {
170
+ desc: `The style of the generated video.`,
171
+ }
172
};
0 commit comments