Skip to content

Commit 65b6535

Browse files
authored
Merge pull request #149 from aimlapi/stelyatko/add-image-list-desc-to-video
feat: add image_list to video
2 parents 9a366bc + 64f553c commit 65b6535

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/openapi/descriptions/video.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,7 @@ export default {
208208
sync_mode: {
209209
desc: `The synchronization mode for audio and video. Loose or tight are available.`,
210210
},
211+
image_list: {
212+
desc: `Array of image URLs (2-4 images) for multi-image-to-video generation.`,
213+
}
211214
};

0 commit comments

Comments
 (0)