Skip to content

Releases: Malith-Rukshan/Suno-API

v1.0.7

26 Jun 04:00
Compare
Choose a tag to compare

Changelog 📝

  • Added set_visibility() method to control the visibility of generated audio.
  • Improved logging mechanism to only show API responses when in debug mode.

✏️ New Feature: The set_visibility() method allows you to make your generated audio public or private, giving you more control over your content's accessibility.

🔧 Improvement: The logger has been enhanced to only display API responses in the logs when the debug mode is active, ensuring that logs remain clean and focused on essential information. Click here for explore library methods and examples.

✅ Example Telegram Bot Source : Suno-AI-BOT

PyPI Package Updates Telegram Channel

v1.0.6

20 Jun 07:28
Compare
Choose a tag to compare

Changelog 📝

  • Added Support for Suno AI Model Versions.
  • REST API Update with model_version.
  • Detailed docstrings for better clarity.

✏️ New Feature: You can now initialize the Suno Class with the model_version parameter. The model_version is also available in the generate() function. Click here for more information and examples.

✅ Example Telegram Bot Source : Suno-AI-BOT

PyPI Package Updates Telegram Channel

v1.0.4

10 May 13:19
Compare
Choose a tag to compare

Changelog 📝

  • Wait for Audio Fixed
  • Logs Added for API Responses
  • Improved Error Handling
  • Generate Function Title Error Fixed

✅ Example Telegram Bot Source : Suno-AI-BOT

PyPI Package Updates Telegram Channel

v1.0.1

08 May 14:56
Compare
Choose a tag to compare

Changelog 📝

  • Better Descriptions: Functions now come with more detailed descriptions to help you understand their use better.
  • Enhanced Error Handling: For smoother operation and debugging.

PyPI Package Updates Telegram Channel

v1.0.0

08 May 14:45
Compare
Choose a tag to compare

SunoAPI v1.0.0 Released! 🚀

We are excited to announce the first release of SunoAPI, version 1.0.0! This release includes both a Python library and a REST API to make music generation with Suno AI seamless and accessible.

✨ Features:

  • Python Library: Integrate Suno AI's capabilities directly into your Python projects.
  • REST API: Extend music generation services to any application with our easy-to-use REST API.
  • Docker Support: Get started quickly with our ready-to-use Docker setup.

PyPI Package Updates Telegram Channel