gcui-art / suno-api

Use API to call the music generation AI of suno.ai, and easily integrate it into agents like GPTs.
https://suno.gcui.ai
GNU Lesser General Public License v3.0
1.25k stars 286 forks source link

Update to 3.5 #91

Closed Tasteslikeawesome closed 3 months ago

Tasteslikeawesome commented 4 months ago

All projects are still generating in 3.0 model. Add option to switch between v3 & v3.5(Early Access)

blueeon commented 4 months ago

Okay, I may have a brief vacation next week, I will make time to deal with it. The new product has taken up all my time recently, I need to find a gap, although slowly, I will continue to maintain it.

jochemstoel commented 4 months ago

Hey guys, @Tasteslikeawesome

To use v3.5, simply open SunoApi.ts in your /src/lib folder, and on line 166 change this:

mv: "chirp-v3-0",

into this:

mv: "chirp-v3-5",
blueeon commented 4 months ago

Upgrade by @LordSkare #93 Let’s give him a big round of applause!

jochemstoel commented 4 months ago

Upgrade by @LordSkare #93 Let’s give him a big round of applause!

Puh, I deserve that applause.

blueeon commented 3 months ago

I’ve made some enhancements by including the model number as an optional parameter.

101