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
{flag: '--prompt <text>',description: 'Music style description (can be detailed — see examples)'},
20
-
{flag: '--lyrics <text>',description: 'Song lyrics with structure tags. Required unless --instrumental or --lyrics-optimizer is used.'},
21
-
{flag: '--lyrics-file <path>',description: 'Read lyrics from file (use - for stdin)'},
20
+
{flag: '--prompt <text>',description: 'Music style description (e.g. "cinematic orchestral, building tension"). Max 2000 chars when combined with structured flags.'},
21
+
{flag: '--lyrics <text>',description: 'Song lyrics with structure tags (newline separated). Supported: [Intro], [Verse], [Pre Chorus], [Chorus], [Interlude], [Bridge], [Outro], [Post Chorus], [Transition], [Break], [Hook], [Build Up], [Inst], [Solo]. Tags must be clean — no descriptions inside brackets (they will be sung). Max 3500 chars.'},
22
+
{flag: '--lyrics-file <path>',description: 'Read lyrics from file (use - for stdin). Same tag rules as --lyrics.'},
22
23
{flag: '--lyrics-optimizer',description: 'Auto-generate lyrics from prompt (cannot be used with --lyrics or --instrumental)'},
23
-
{flag: '--instrumental',description: 'Generate instrumental music (no vocals). Cannot be used with --lyrics.'},
24
+
{flag: '--instrumental',description: 'Generate instrumental music (no vocals). music-2.6/music-2.5+: native is_instrumental flag; music-2.5: lyrics workaround. Cannot be used with --lyrics.'},
24
25
{flag: '--vocals <text>',description: 'Vocal style, e.g. "warm male baritone", "bright female soprano", "duet with harmonies"'},
25
-
{flag: '--genre <text>',description: 'Music genre, e.g. folk, pop, jazz'},
26
+
{flag: '--genre <text>',description: 'Music genre, e.g. folk, pop, jazz, electronic'},
26
27
{flag: '--mood <text>',description: 'Mood or emotion, e.g. warm, melancholic, uplifting'},
27
-
{flag: '--instruments <text>',description: 'Instruments to feature, e.g. "acoustic guitar, piano"'},
28
+
{flag: '--instruments <text>',description: 'Instruments to feature, e.g. "acoustic guitar, piano, strings"'},
28
29
{flag: '--tempo <text>',description: 'Tempo description, e.g. fast, slow, moderate'},
29
30
{flag: '--bpm <number>',description: 'Exact tempo in beats per minute',type: 'number'},
30
31
{flag: '--key <text>',description: 'Musical key, e.g. C major, A minor, G sharp'},
31
32
{flag: '--avoid <text>',description: 'Elements to avoid in the generated music'},
32
33
{flag: '--use-case <text>',description: 'Use case context, e.g. "background music for video", "theme song"'},
33
34
{flag: '--structure <text>',description: 'Song structure, e.g. "verse-chorus-verse-bridge-chorus"'},
34
-
{flag: '--references <text>',description: 'Reference tracks or artists, e.g. "similar to Ed Sheeran, Taylor Swift"'},
35
+
{flag: '--references <text>',description: 'Reference tracks or artists, e.g. "similar to Ed Sheeran"'},
35
36
{flag: '--extra <text>',description: 'Additional fine-grained requirements not covered above'},
{flag: '--output-format <fmt>',description: 'Return format: hex (default, saved to file) or url (24h expiry, download promptly). When --stream, only hex.'},
36
39
{flag: '--aigc-watermark',description: 'Embed AI-generated content watermark in audio for content provenance'},
37
40
{flag: '--format <fmt>',description: 'Audio format (default: mp3)'},
0 commit comments