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 ./output

Parameters

ParameterRequiredDescription
--promptYesAliases: description, prompt, style, style description; Type: string
--prompt_lyricsYesAliases: lyrics, lyrics content; Type: string
--modelNoAliases: 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
--jsonNoOutput results in JSON format for easy parsing by scripts or agents
--download-dirNoDownload result files to the specified local directory