suno_extend
Extend an existing Suno take by supplying its task and audio IDs. Optionally customize lyrics, style, or continuation point; inherits source parameters when not specified. Returns the new task ID.
Instructions
Extend an existing Suno task's take (generate/extend). Omit custom fields to inherit source params (only audioId+model needed). In custom mode (any of prompt/style/title/continueAt set, or defaultParamFlag=true) ALL of prompt+style+title+continueAt are required — model must match the source model version. Costs credits. Returns task_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| style | No | ||
| title | No | ||
| prompt | No | ||
| taskId | Yes | ||
| audioId | Yes | ||
| personaId | No | ||
| continueAt | No | ||
| audioWeight | No | 0.5–0.95, higher = closer to source | |
| styleWeight | No | 0.5–0.8, default 0.6 | |
| vocalGender | No | ||
| instrumental | No | ||
| negativeTags | No | ||
| personaModel | No | ||
| defaultParamFlag | No | ||
| weirdnessConstraint | No | 0.0–0.7 |