Skip to content

Commit b7f7303

Browse files
authored
feat: add desc for pixverse duration
feat: add desc for pixverse duration
2 parents 049b476 + 87d77a7 commit b7f7303

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/openapi/descriptions/video.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ Supported configurations include:
5454
},
5555
duration: {
5656
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+
},
5760
},
5861
ratio: {
5962
desc: `The aspect ratio of the generated video.`,
@@ -148,7 +151,7 @@ Supported configurations include:
148151
},
149152
veed: {
150153
desc: `The resolution of the generated video. Available options are 480p, and 720p.`,
151-
}
154+
},
152155
},
153156
watermark: {
154157
desc: `Whether the video contains a watermark.`,

0 commit comments

Comments
 (0)