Seedance 2.0 is here - create consistent, multimodal AI videos faster with images, videos, and audio in one prompt.

Try Now
Skip to main content
Available now on ModelsLab · Voice & Audio

Song InpaintInpaint 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 requests
response = 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())

FAQ

Common questions about Song Inpaint

Read the docs

Song inpaint regenerates specific time segments of a song while preserving the rest. It supports voice cloning for vocal sections. Upload audio and define replace ranges.

It clones the original voice timbre into inpainted sections using reference audio. Specify prompts for style and lyrics. Output blends seamlessly with unchanged parts.

POST to Song Inpaint endpoint with audio file, timestamps, and prompt. Include optional lyrics and voice parameters. Returns edited audio file.

Song Inpaint provides a direct API for music editing with voice cloning. It differs from image inpaint by focusing on audio continuity. Integrates easily in code.

Supports common formats like MP3 and WAV. Audio length up to 190 seconds. Mask start/end in seconds for precise control.

Store generated songs for inpainting, then reference sections to extend intros or outros. Combine parts from multiple tracks. Use composition plans for complex edits.

Ready to create?

Start generating with Song Inpaint on ModelsLab.