Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4 support #196

Open
markus583 opened this issue Nov 20, 2024 · 9 comments
Open

v4 support #196

markus583 opened this issue Nov 20, 2024 · 9 comments

Comments

@markus583
Copy link

Is your feature request related to a problem? Please describe.
Suno just released v4 of the model (for now, only paid users). It would be great to add support this.

Describe the solution you'd like
A simple toggle that lets users select the new model, while keeping supporting v3.

@pranky89
Copy link

Just go ahead and update your sunoapi.ts file with v4 instead of v3 and you are done.

@OlegRuban-ai
Copy link

Until the problem of "Fake APP Suno" in every ringtone is solved, this is not possible. Is there a solution for this?

@gochendong
Copy link

https://github.com/gochendong/suno-api solved it

@itrcz
Copy link

itrcz commented Nov 21, 2024

https://github.com/gochendong/suno-api solved it

solved what? you didn't even check captchas

@OlegRuban-ai
Copy link

https://github.com/gochendong/suno-api solved it

Anyone can put v4 in payload, but you haven’t solved the captcha, fake app from SUNO

@itrcz
Copy link

itrcz commented Nov 21, 2024

https://github.com/gochendong/suno-api solved it

Anyone can put v4 in payload, but you haven’t solved the captcha, fake app from SUNO

most important - solving captcha :D
I already solving cf captcha automatically but hCaptcha still manually, I pausing tasks when user hit check() and my worker solving hCaptcha manually then restart task...

@tmirkovic
Copy link
Contributor

I have to admit, changing all the lyrics to say "This is a fake app" is pretty funny. Hopefully Suno makes an official API available soon.

@Dakarator
Copy link

https://github.com/gochendong/suno-api solved it

Anyone can put v4 in payload, but you haven’t solved the captcha, fake app from SUNO

most important - solving captcha :D I already solving cf captcha automatically but hCaptcha still manually, I pausing tasks when user hit check() and my worker solving hCaptcha manually then restart task...

Ilya, can you sell me an API with a solved problem? @dakaroute

@007Huang
Copy link

Actually SUNO hCaptcha detected not only the captcha result, but also detect the mouse path, clicking behavior, etc. The crack result token contains all of the behavior infos. And SUNO can know if you are a real human according to the final hCaptcha crack token.
So, the only way is you need to totally simulate the human behavior of hCaptcha using browser, otherwise you will always get "This is a fake app....", even though you cracked it.
I have successfully cracked using above solution, and now it works well now, and the result does not contains "This is a fake app anymore".
Also I exposed and provided above API for suno, but paid, just FYI if you are interested:
API: https://surl.id/1uHGou0lxy
Doc: https://surl.id/1uHGou0Iyp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants