Releases: Malith-Rukshan/Suno-API
v1.0.7
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
v1.0.6
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
v1.0.4
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
v1.0.1
v1.0.0
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.