Skip to content

Commit 3d40ad0

Browse files
authored
feat: add desc for music_length_ms
feat: add desc for music_length_ms
2 parents 7e6c16b + 50f85de commit 3d40ad0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/openapi/descriptions/audio.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,9 @@ export default {
5959
seed: {
6060
desc: `A seed for deterministic generation. If provided, the model will attempt to produce the same audio given the same prompt and other parameters.`,
6161
},
62+
music_length_ms: {
63+
elevenlabs: {
64+
desc: `The length of the song to generate in milliseconds. This parameter may not always be respected by the model, and the actual audio length can differ.`,
65+
},
66+
},
6267
};

0 commit comments

Comments
 (0)