Music Generation
Live catalog
Supported music models
Choose a model before you generate. Availability and modes are loaded from the current AnyCap catalog.
Loading live models…
| Mode | Use it for |
|---|---|
text-to-music |
Create an instrumental track or song from a prompt |
The selected model may expose a different subset of controls. Check the live catalog before relying on a prompt field or optional parameter.
anycap music models \ | jq -r '.models[] | .model as $model | .operations[]?.modes[]?.mode | [$model, .] | @tsv'Generate music
Section titled “Generate music”anycap music modelsanycap music models <model-id> schema --mode text-to-musicanycap music generate \ --prompt "warm lo-fi study beat" \ --model <model-id> \ --tags "lofi,warm,study" \ --instrumental \ -o study-beat.mp3Use --title, --lyrics, and schema-advertised parameters only when the selected model supports them. A request can return multiple clips under outputs.
anycap music generate --prompt "..." --model <model-id> \ | jq -r '.outputs[].local_path'Output metadata
Section titled “Output metadata”Music generation can return one or more output clips, along with duration, byte size, usage, and diagnostic IDs. Inspect every outputs[] item rather than assuming a single file.
For speech, dialogue, and audio scenes, see Audio generation.