add_vocals
Add AI-generated vocals to an uploaded instrumental audio track using Suno models. Provide lyrics or a vocal description to customize the output.
Instructions
Add AI vocals to uploaded instrumental audio via Suno.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Set false to submit and return immediately with the task_id (async mode) — then poll with check_task and fetch with download_result. Recommended for long generations to avoid client-side watchdog timeouts. | |
| model | No | V5 | |
| style | No | ||
| title | No | ||
| prompt | Yes | Lyrics or vocal description | |
| filename | No | ||
| uploadUrl | Yes | URL of instrumental audio | |
| download_dir | No | Absolute directory to save the file(s) into (created if missing). Defaults to the server's kie/assets/raw/. Must be absolute — the MCP server's working directory is not the caller's. | |
| negativeTags | No | ||
| max_wait_seconds | No | Override the blocking-mode polling budget in seconds (default: audio 300). Ignored when wait=false. |