Skip to content

Commit 666b516

Browse files
authored
Merge pull request #192 from aimlapi:stelaytko/feat-add-audio-url-desc-for-video-models
feat: add audio_url desc to video
2 parents dbacf7a + 75ae866 commit 666b516

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
@@ -162,6 +162,9 @@ Supported configurations include:
162162
video_url: {
163163
desc: `A HTTPS URL pointing to a video or a data URI containing a video. This video will be used as a reference during generation.`,
164164
},
165+
audio_url: {
166+
desc: `The URL of the audio file.`
167+
},
165168
frame_size: {
166169
desc: `The width and height of the video.`,
167170
},

0 commit comments

Comments
 (0)