text_to_music
Generate music from text descriptions using Suno models. Submit style, lyrics, and vocal preferences to produce audio output.
Instructions
Create a Suno task on RunAPI (text to music). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | ||
| title | No | ||
| lyrics | No | ||
| prompt | No | ||
| persona_id | No | ||
| vocal_mode | Yes | ||
| continue_at | No | ||
| audio_weight | No | ||
| callback_url | No | ||
| persona_type | No | ||
| style_weight | No | ||
| vocal_gender | No | ||
| negative_tags | No | ||
| duration_seconds | No | ||
| weirdness_constraint | No | ||
| wait | No | Poll until the task reaches a terminal status. | |
| timeout_ms | No | ||
| poll_interval_ms | No | ||
| model | No | RunAPI model slug for this model line. |