Microsoft.Extensions.AI Integration
Cross-SDK comparison
See the centralized MEAI documentation for feature matrices and comparisons across all tryAGI SDKs.
The Loudly SDK provides AIFunction tool wrappers compatible with Microsoft.Extensions.AI. These tools can be used with any IChatClient to give AI models access to Loudly's AI music generation, genre listing, and catalog browsing.
Available Tools
| Tool | Function Name | Description |
|---|---|---|
AsTextToMusicTool() |
LoudlyTextToMusic |
Generate royalty-free music from a text prompt |
AsGenerateMusicTool() |
LoudlyGenerateMusic |
Generate music with genre, BPM, energy parameters |
AsListGenresTool() |
LoudlyListGenres |
List available genres and instruments |
AsListStructuresTool() |
LoudlyListStructures |
List available song structures |
AsSearchCatalogTool() |
LoudlySearchCatalog |
Search pre-made catalog tracks |
AsGetAccountLimitsTool() |
LoudlyGetAccountLimits |
Check account usage and quotas |
Usage with IChatClient
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |