suno_generate_with_persona_vox
Generate music with consistent vocal style using a saved artist persona in VOX mode. Apply the persona's voice to a new song prompt with optional audio reference.
Instructions
Generate music using a saved artist persona with VOX-specific consistency.
Similar to suno_generate_with_persona but uses the artist_consistency_vox action,
which is optimized for vocal consistency with a persona.
Use this when:
- You want multiple songs with the same vocal style using VOX mode
- You need stricter vocal consistency than suno_generate_with_persona provides
- You're creating content with a specific voice persona
First create a persona with suno_create_persona or suno_create_voice, 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 for the VOX generation. Get this from suno_create_persona or suno_create_voice tool. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |