Skip to content

Commit 7f1bf5d

Browse files
authored
Merge pull request #211 from aimlapi/stelyatko/feat-add-minimax20-prompt-desc
feat: add minimax20 prompt desc
2 parents 18a1ff2 + 81ad71a commit 7f1bf5d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/openapi/descriptions/audio.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export default {
99
minimax15: {
1010
desc: `A description of the music, specifying style, mood, and scenario. Length: 10–300 characters.`,
1111
},
12+
minimax20: {
13+
desc: `A description of the music, specifying style, mood, and scenario. Length: 10–2000 characters.`,
14+
},
1215
elevenlabs: {
1316
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.`,
1417
},

0 commit comments

Comments
 (0)