You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a key in aistudio with billing disabled for free flash model access.
Featues
Generation
Generates
Song title
Suno style settings (weirdness %, style %, exclude, and male/female/none)
Lyrics including Suno style tags
Lyrics without tags, copy pastable for elsewhere. Togglable for use via the API to remove tags in displayed lyrics after generation.
OPTIONAL: Utilises Suno API
Requires an easily obtainable token (which may expire at times)
Adds a button to send directly to the Suno API
Saves ID in 'history' tab to display image(s), links to suno tracks, download buttons, song metadata (BPM, explicit, prompt details), etc
Support for pulling the timed lyrics from Suno
Support for conversion of timed lyrics JSON to LRC or SRT
NOTE: For some reason the main generation API is cors locked, requiring the worker. The rest is direct via browser)
OPTIONAL: Use of files for prompts
Audio files for style influencing
Image files to influence lyrics vibe
PDF or text files to influence lore (background)
LRC and SRT File Generation
Pulls JSON word-by-word lyrics from Suno API
Pulls lyrics from Suno API
Times word-timed lyrics line-by-line based on original prompt / listed lyrics, exportable as SRT or LRC
Lyric Video Generation
Pulls JSON word-by-word lyrics from Suno API for highlighting active word
Pulls lyrics (prompt) from Suni API for line generation
Live preview available with various settings
Exportable to webm
Deploy with Cloudflare
Requires the worker to forward Suno generation requests and avoid cors issues, all other API end points seem to work fine. - Suno has updated almost all endpoints to be cors locked, requiring the worker for forwarding. The CDN (for images and mp3 downloads) still works directly.
Credits
https://github.com/gcui-art/suno-api/ has reverse engineered most of the API already, so I didn't need to do it myself. None of the code is directly used but it helped speeding up understanding the API. Also has interfaces and types to know what response to expect from the API.
About
Create Suno Prompts Using Gemini Flash, works with the Suno API. Create professional-looking timed word-for-word lyrics videos.