Song Inpaint
Inpaint Songs Seamlessly
Sample output
Edit Songs Precisely
Targeted Regeneration
Replace Song Sections
Specify start and end times to regenerate only selected audio segments.
Voice Cloning Integration
Clone Vocals Exactly
Use song inpaint voice cloning to match original singer timbre in edits.
API Simplicity
Streamline Workflow
Access song inpaint API endpoint for fast, programmatic music modifications.
Examples
See what Song Inpaint can create
Copy any prompt below and try it yourself in the playground.
Pop Chorus Edit
“Upbeat pop chorus with layered harmonies, female vocals, 120 BPM, energetic vibe, precise voice cloning match”
Acoustic Verse Fill
“Soft acoustic guitar verse, male singer with warm tone, fingerpicking rhythm, natural breath sounds”
Techno Drop Inpaint
“Intense techno drop with synthesized vocals, heavy bassline, 140 BPM, club atmosphere”
Jazz Bridge Replace
“Smooth jazz bridge, scat singing female voice, upright bass and piano, improvisational feel”
For Developers
A few lines of code.
Inpaint vocals. One call.
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/song-inpaint",json={"key": "YOUR_API_KEY","lyrics": "New lyrics for the sections","init_audio": "https://cdn.sonauto.ai/generations2/audio_a598194b-d464-474c-b1e6-1c99f8f8e457_0.ogg"})print(response.json())