Suno Extend

Extend an existing Suno-generated track by continuing from a specified timestamp.

Overview

Suno Extend takes a previously generated Suno track (identified by its Audio ID) and continues the song from a given point. This is useful for lengthening songs, adding new sections, or building multi-part compositions. The node requires a Suno Audio ID from an upstream Suno node, not a raw audio URL.

Configuration

Field Type Default Description
Audio ID string "" Suno audio ID from an upstream Suno node (required).
Continue From number (seconds) 0 Timestamp in seconds where the extension begins.
Extension Prompt string (max 5000) "" Prompt describing the desired continuation.
Model enum "V5" Suno model version: V5, V4_5ALL, V4_5PLUS, V4_5, V4.
Title string (max 80) "" Title for the extended track.
Style string (max 1000) "" Genre and style tags for the extension.
Negative Style string (max 500) "" Styles to avoid in the extension.
Vocal Gender enum auto "male", "female", or unset for automatic selection.
Style Weight number 0.5 Influence of style tags (0.0 to 1.0).
Weirdness number 0.0 Experimental output factor (0.0 to 1.0).
Audio Weight number 0.5 Balance between prompt and source audio (0.0 to 1.0).
Use Default Parameters boolean true When true, Suno uses its own defaults for advanced parameters.

Inputs & Outputs

Common Use Cases

Tips