suno_generate_with_persona
Generate music with consistent vocal styles using saved artist personas to maintain the same voice across multiple songs and albums.
Instructions
Generate music using a saved artist persona for consistent vocal style.
This allows you to maintain a consistent voice/singing style across multiple
songs by using a previously saved persona.
Use this when:
- You want multiple songs with the same vocal style
- You're creating an album or series with consistent vocals
- You found a voice you like and want to reuse it
First create a persona with suno_create_persona, then use its ID here.
Returns:
Task ID and generated audio information with the persona's voice applied.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_id | Yes | ID of a reference audio to base the generation on. | |
| persona_id | Yes | ID of the persona to use. Get this from suno_create_persona tool. The persona defines the vocal style and characteristics. | |
| prompt | Yes | Description of the music to generate. The persona's voice will be applied to this new song. | |
| model | No | Model version to use. | chirp-v5-5 |
| 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 |