suno_create_persona
Save vocal characteristics from a generated song to create a reusable voice style for consistent vocals across multiple songs.
Instructions
Create a new artist persona from an existing audio's vocal style.
This saves the vocal characteristics from a generated song so you can reuse
that same voice style in future generations. Great for maintaining consistency
across multiple songs.
Use this when:
- You generated a song and love the voice
- You want to create multiple songs with the same vocalist
- You're building an album with consistent vocal style
- You want to save a unique voice for future use
After creating a persona, use suno_generate_with_persona with the returned
persona_id to generate new songs with that voice.
Returns:
Persona ID that can be used with suno_generate_with_persona tool.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_id | Yes | ID of the audio to use as the persona reference. This should be a previously generated song whose vocal style you want to save and reuse. | |
| name | Yes | Name for this persona. Use a descriptive name that helps you remember the voice style. Examples: 'My Rock Voice', 'Soft Female Singer', 'Deep Male Baritone', 'Energetic Pop Vocalist' | |
| vox_audio_id | No | Optional audio ID used to generate a new singer's style by combining with the main audio. Useful for creating hybrid vocal personas. | |
| vocal_start | No | Start time in seconds of the vocal segment to use from the audio. Useful for isolating a specific vocal section. | |
| vocal_end | No | End time in seconds of the vocal segment to use from the audio. | |
| description | No | Description of the singer's style. Examples: 'Warm and breathy female voice with jazz influences', 'Powerful male rock vocalist with raspy tone' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |