audio-song-generate
Generate complete songs driven by lyrics (with vocals). Also supports high-rhythm instrumental music with full arrangement.
meitu audio-song-generate
Usage Examples
# Basic: Generate from a short chorus lyric snippet
meitu audio-song-generate \
--prompt "Upbeat pop, warm acoustic guitar, female lead vocal" \
--prompt_lyrics "Verse: Walking down a rainy city street; Chorus: You said goodnight under the streetlights" \
--json
# Typical: Specify mureka model for richer arrangement
meitu audio-song-generate \
--prompt "Upbeat pop, warm acoustic guitar, female lead vocal" \
--prompt_lyrics "Verse: Walking down a rainy city street; Chorus: You said goodnight under the streetlights" \
--model auto \
--json
# Full: All parameters + download
meitu audio-song-generate \
--prompt "Upbeat pop, warm acoustic guitar, female lead vocal" \
--prompt_lyrics "Verse: Walking down a rainy city street; Chorus: You said goodnight under the streetlights" \
--model auto \
--json \
--download-dir ./outputParameters
| Parameter | Required | Description |
|---|---|---|
--prompt | Yes | Aliases: description, prompt, style, style description; Type: string |
--prompt_lyrics | Yes | Aliases: lyrics, lyrics content; Type: string |
--model | No | Aliases: model; Type: string; Default: auto; Options: auto, mureka-6, mureka-7.5, mureka-o1; Model selection: auto lets the system decide automatically; invalid values fall back to auto. Choices: auto, mureka-6, mureka-7.5, mureka-o1 |
--json | No | Output results in JSON format for easy parsing by scripts or agents |
--download-dir | No | Download result files to the specified local directory |