Suno announced the launch of v4.5+, an incremental update to its flagship AI music generation platform that introduces a groundbreaking Vocal Replacement feature alongside enhanced instrumental swapping and playlistโdriven inspiration tools.
Building on the expressive capabilities of v4.5 (released Mayโฏ1,โฏ2025), which delivered richer vocals, expanded genre support, and smarter prompt interpretations , the new Suno v4.5โฏ+ centers on three pillars:
- Vocal Replacement (โAddโฏVocalsโ)โฏโ Users can now upload any full song or instrumental track and replace the original vocal performance with new vocals generated from lyrics and stylistic prompts. This โAddโฏVocalsโ feature dramatically lowers the barrier for producers without recording equipment, enabling them to transform instrumentals into fully vocalized tracks or swap out an artistโs voice entirely.
- Instrumental Generation (โAddโฏInstrumentalsโ)โฏโ By uploading a short vocal clip or humming, creators can instantly generate matching instrumental backing, producing highโquality demos suitable for independent musicians, content creators, and hobbyists alike. Instantly exchange the backing track of a song for a different instrumental style, enabling crossโgenre experimentation without reโgenerating the entire composition.
- Inspiration Engine (โInspireโ)โฏโ Drawing on playlists provided by the user, Suno analyzes style, mood, and elements to generate new tracks that seamlessly align with the userโs musical tastes, from shortโform video soundtracks to ambient game scores.
โWith v4.5+, weโre giving artists studioโgrade remix tools right in the browser,โ said a Suno spokesperson. โVocal Replacement opens up new creative workflowsโfrom reโvoicing demo tracks to experimenting with guest performancesโwithout needing complex multiโtrack sessions.โ
The update is rolling out immediately to all Pro and Premier subscribers. Existing users can access the new features in the โEditโ menu under their Library, while newcomers can explore them via a free trial at suno.com.
Getting Started
CometAPIย offer a price far lower than the official price to help you integrate suno API, and you can try out in your account after registering and logging in! Welcome to register and experience CometAPI.
***You can see Suno v4.5+ upgraded in CometAPI through seeingย API doc. Letโs start looking forward to the wonderful music of v 4.5+!***More details aboutย Suno Music API.You can switch the suno API version through parameter control.
*Use method: Submit task interface where mv parameter controls version.*Update the parameter version, the model call remains unchanged, change the parameter in mv to chirp-auk to access v 4.5+ in CometAPI. Such as:
curl
--location
--request POST 'https://api.cometapi.com/suno/submit/music' \
--header 'Authorization: sk-' \
--header 'User-Agent: Apidog/1.0.0 (https://apidog.com)' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--header 'Host: api.cometapi.com' \
--header 'Connection: keep-alive' \
--data-raw '{ "mv": "chirp-bluejay", "gpt_description_prompt": "cat" }'
Version Comparison Table
| Version | mv |
|---|---|
| v3.0 | chirp-v3.0 |
| v3.5 | chirp-v3.5 |
| v4.0 | chirp-v4 |
| v4.5 | chirp-auk |
| v4.5+ | chirp-bluejay |
