🎉 New Year Sale: Get 20% OFF on all plans — Use code NEWYEAR2026.

Upgrade now
song inpaint thumbnail

Sonauto/Song Inpaint

song-inpaint
Song InpaintLLMs.txt
Enables seamless song inpainting with advanced voice cloning—generates lifelike vocals from brief audio clips, supports multiple languages, and delivers studio-quality results for music production and content creation.
API PlaygroundAPI Documentation

API Endpoint URL

Base URL for all API requests to this endpoint.

https://modelslab.com/api/v7/voice/song-inpaint

API Authentication

Authentication requires a valid API key included in the request. Generate and manage your API keys from your developer dashboard. Include the key in the key parameter for all API requests.

Integration Examples

Production-ready code samples for API integration

{
"lyrics": "New lyrics for the sections",
"init_audio": "https://cdn.sonauto.ai/generations2/audio_a598194b-d464-474c-b1e6-1c99f8f8e457_0.ogg",
"model_id": "song-inpaint",
"sections": [
"0.00 ",
"30.0"
],
"key": "YOUR_API_KEY"
}

SDKs

Official SDKs

Production-ready SDKs and client libraries for all major programming languages

API Parameters

Technical specifications for API request parameters.

Field NameParameterTechnical Description
LyricslyricsLyrics
Audioinit_audioInit audio
Modelmodel_idModel id
Inpaint SectionsectionsChoose the audio timestamp where you want to apply inpainting.