Skip to content

Commit 11edb28

Browse files
authored
Merge pull request #190 from aimlapi/stelyatko/feat-add-minimax-15
feat: add prompt and lyrics for music-1.5
2 parents a3bbfde + 77e22be commit 11edb28

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/openapi/descriptions/audio.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ export default {
66
minimax: {
77
desc: `Lyrics with optional formatting. You can use a newline to separate each line of lyrics. You can use two newlines to add a pause between lines. You can use double hash marks (##) at the beginning and end of the lyrics to add accompaniment. Maximum 600 characters.`,
88
},
9+
minimax15: {
10+
desc: `A description of the music, specifying style, mood, and scenario. Length: 10–300 characters.`,
11+
},
912
elevenlabs: {
1013
desc: `A text description that can define the genre, mood, instruments, vocals, tempo, structure, and even lyrics of the track. It can be high-level (“peaceful meditation with voiceover”) or detailed (“solo piano in C minor, 90 BPM, raw and emotional”). Use keywords to control genre, emotional tone, vocals (e.g., a cappella, two singers harmonizing), structure (e.g., “lyrics begin at 15 seconds”), or provide custom lyrics directly in the prompt.`,
1114
},
1215
},
16+
lyrics: {
17+
desc: `Lyrics of the song. Use (\n) to separate lines. You may add structure tags like [Intro], [Verse], [Chorus], [Bridge], [Outro] to enhance the arrangement. Length: 10–3000 characters.`,
18+
},
1319
reference_audio_url: {
1420
desc: `Reference song, should contain music and vocals. Must be a .wav or .mp3 file longer than 15 seconds.`,
1521
},

0 commit comments

Comments
 (0)