separate_vocals
Separate vocals from instrumentals or split audio into individual instrument stems. Downloads the resulting audio files to a specified directory.
Instructions
Separate vocals from instrumentals, or split into individual stems. Downloads to kie/assets/raw/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | separate_vocal=vocals+instrumental, split_stem=individual instruments | separate_vocal |
| 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. | |
| taskId | Yes | Task ID of the Suno generation | |
| audioId | Yes | Audio ID from sunoData | |
| filename | No | ||
| 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. | |
| max_wait_seconds | No | Override the blocking-mode polling budget in seconds (default: audio 300). Ignored when wait=false. |