Skip to content

Commit 58cc438

Browse files
authored
Merge pull request #196 from aimlapi:stelyatko/feat-update-video-audio-url-description
feat: update video audio_url desc
2 parents 00f1894 + 60f272e commit 58cc438

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/openapi/descriptions/video.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Supported configurations include:
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
},
165165
audio_url: {
166-
desc: `The URL of the audio file.`
166+
desc: `The URL of the audio file. Supported formats: MP3, WAV, M4A, AAC. Maximum file size: 5 MB.`
167167
},
168168
frame_size: {
169169
desc: `The width and height of the video.`,

0 commit comments

Comments
 (0)