You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/openapi/descriptions/audio.js
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,4 +59,9 @@ export default {
59
59
seed: {
60
60
desc: `A seed for deterministic generation. If provided, the model will attempt to produce the same audio given the same prompt and other parameters.`,
61
61
},
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.`,
0 commit comments