producer_generate_music
Generate AI music from a text prompt. Describe genre, mood, instruments, or theme, and Producer automatically creates lyrics, melody, and arrangement.
Instructions
Generate AI music from a text prompt using Producer/Riffusion.
This is the simplest way to create music - just describe what you want and
Producer will automatically generate appropriate lyrics, melody, style, and
arrangement.
Use this when:
- You want quick music generation with minimal input
- You don't have specific lyrics in mind
- You want the AI to be creative with the arrangement
For full control over lyrics and style, use producer_generate_custom_music instead.
Returns:
Task ID and generated audio information including URLs, title, lyrics, and duration.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Description of the music to generate. Be descriptive about genre, mood, instruments, and theme. Examples: 'A happy birthday song with acoustic guitar', 'Epic orchestral battle music with dramatic choir', 'Chill lo-fi hip hop beat for studying' | |
| model | No | Producer model version. 'FUZZ-2.0' is the default and recommended for most use cases. 'FUZZ-2.0 Pro' offers the highest quality. 'FUZZ-2.0 Raw' provides raw unprocessed output. | FUZZ-2.0 |
| instrumental | No | If true, generate instrumental music without vocals. Default is false (with vocals). | |
| callback_url | No | Webhook callback URL for asynchronous notifications. When provided, the API will call this URL when the audio is generated. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |