2 parents 049b476 + 87d77a7 commit b7f7303Copy full SHA for b7f7303
1 file changed
packages/openapi/descriptions/video.js
@@ -54,6 +54,9 @@ Supported configurations include:
54
},
55
duration: {
56
desc: `The length of the output video in seconds.`,
57
+ pixverse: {
58
+ desc: `The output video length in seconds. The 1080p quality option does not support 8-second videos.`,
59
+ },
60
61
ratio: {
62
desc: `The aspect ratio of the generated video.`,
@@ -148,7 +151,7 @@ Supported configurations include:
148
151
149
152
veed: {
150
153
desc: `The resolution of the generated video. Available options are 480p, and 720p.`,
- }
154
155
156
watermark: {
157
desc: `Whether the video contains a watermark.`,
0 commit comments