suno_generate_with_custom_model
Generate a complete song using a custom music model by submitting lyrics, style, and a title. Polls the async task until the track is ready, ensuring accurate results.
Instructions
Generate a song using a ready custom music model.
The initial response only accepts the async task. Poll it until success or failure; this operation never falls back to another model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Ready custom music model ID to generate with. | |
| lyric | Yes | Lyrics for the generated song. | |
| style | Yes | Music style for the generated song. | |
| title | Yes | Title for the generated song. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |