Skip to content

Commit 6efc860

Browse files
committed
feat: add video descs
1 parent 63308dd commit 6efc860

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

packages/openapi/descriptions/video.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ Supported configurations include:
6161
veo_3_1: {
6262
desc: `The aspect ratio of the generated video. The value 1:1 is only available when the resolution parameter is set to 720p.`,
6363
},
64+
ignore_image: {
65+
desc: `The aspect ratio of the generated video. This parameter is ignored if image_url is provided.`,
66+
},
6467
},
6568
seed: {
6669
desc: `Varying the seed integer is a way to get different results for the same other request parameters. Using the same value for an identical request will produce similar results. If unspecified, a random number is chosen.`,
@@ -198,7 +201,7 @@ Supported configurations include:
198201
desc: `The style of the generated video.`,
199202
},
200203
num_frames: {
201-
desc: `Number of frames to generate. Must be between 81 to 241 (inclusive).`,
204+
desc: `Number of frames to generate.`,
202205
krea: {
203206
desc: `Number of frames to generate. Must be a multiple of 12 plus 6, for example 18, 30, 42, etc.`,
204207
},
@@ -248,4 +251,10 @@ Supported configurations include:
248251
strength: {
249252
desc: `Denoising strength for the video-to-video generation. 0.0 preserves the original, 1.0 completely remakes the video.`,
250253
},
254+
fps: {
255+
desc: `The frame rate of the generated video`,
256+
},
257+
video_output_type: {
258+
desc: `The output type of the generated video.`,
259+
},
251260
};

0 commit comments

Comments
 (0)