Sample output
Generate Custom Music Tracks
Voice Cloning
Taylor Swift Vocals
Clone Taylor Swift voice for YouTube Music tracks from text prompts.
Festival Beats
Tomorrowland Piano Mix
Create Tomorrowland 2023 piano tracks with precise voice synthesis.
Concert Audio
Willie Nelson Style
Replicate Willie Nelson 90th birthday concert audio using Music model.
Examples
See what Music can create
Copy any prompt below and try it yourself in the playground.
Piano Ballad
“Solo piano ballad in style of Spotify Wrapped 2022, soft melody, 80 BPM, emotional build-up, instrumental only.”
Festival Drop
“Tomorrowland 2023 amapiano drop with heavy bass, synth leads, 128 BPM, high-energy crowd vibe.”
Concert Cover
“Willie Nelson 90th birthday concert country ballad, acoustic guitar, warm vocals, 70 BPM.”
Soul Remix
“Break My Soul Beyonce remix with Outside Lands 2022 energy, electronic beats, powerful chorus, 110 BPM.”
For Developers
A few lines of code.
Music. Text to tracks.
ModelsLab handles the infrastructure: fast inference, auto-scaling, and a developer-friendly API. No GPU management needed.
- Serverless: scales to zero, scales to millions
- Pay per second, no minimums
- Python and JavaScript SDKs, plus REST API
import requestsresponse = requests.post("https://modelslab.com/api/v7/voice/music-gen",json={"key": "YOUR_API_KEY","prompt": "Create an intense, fast-paced electronic track for a high-adrenaline video game scene. Use driving synth arpeggios, punchy drums, distorted bass, glitch effects, and aggressive rhythmic textures. The tempo should be fast, 130–150 bpm, with rising tension, quick transitions, and dynamic energy bursts.","model_id": "music_v1"})print(response.json())