> ## Documentation Index
> Fetch the complete documentation index at: https://docs.goenhance.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Suno Music Overview

> Generate songs with Suno V6, then extend, edit, split and export them.

All Suno models use the same endpoint, `POST /api/v1/audio/generations`, and are selected with `model`. Like other GoEnhance tasks they are asynchronous: the response gives an `img_uuid`, and you poll `GET /api/v1/jobs/detail` or receive `custom_callback_url` notifications.

## Typical workflow

1. **Write lyrics** (optional) with `suno-lyrics`, or bring your own.
2. **Generate** with `suno-v6`. Each request returns 2 songs, each with an `audio_id`.
3. **Work on a song** by sending the task's `img_uuid` as `task_id` together with the song's `audio_id`:
   * `suno-extend` to continue it
   * `suno-replace-section` to rewrite part of it
   * `suno-stem-split` to split it into stems
   * `suno-wav` to export WAV
   * `suno-music-video` to make a visualizer video
   * `suno-timestamped-lyrics` for karaoke timings
4. **Start from your own audio** with `suno-cover`, `suno-add-vocals`, `suno-add-instrumental`, `suno-mashup`, and the `audio_url` option of `suno-extend`, `suno-replace-section` and `suno-stem-split`.

You can only reference your own successful tasks. The `task_id` + `audio_id` pair must come from the same result.

## Pricing

All Suno models are billed per request, whatever the `variant`, length or number of songs returned.

| Model                      | Tokens | USD      |
| -------------------------- | ------ | -------- |
| `suno-v6`                  | 3.9    | \$0.078  |
| `suno-extend`              | 3.9    | \$0.078  |
| `suno-cover`               | 3.9    | \$0.078  |
| `suno-add-vocals`          | 3.9    | \$0.078  |
| `suno-add-instrumental`    | 3.9    | \$0.078  |
| `suno-mashup`              | 3.9    | \$0.078  |
| `suno-replace-section`     | 1.63   | \$0.0326 |
| `suno-stem-split` · vocals | 3.25   | \$0.065  |
| `suno-stem-split` · single | 6.5    | \$0.130  |
| `suno-stem-split` · stems  | 16.25  | \$0.325  |
| `suno-music-video`         | 0.65   | \$0.013  |
| `suno-timestamped-lyrics`  | 0.16   | \$0.0032 |
| `suno-wav`                 | 0.13   | \$0.0026 |
| `suno-lyrics`              | 0.13   | \$0.0026 |

Tokens are refunded automatically if a task fails.

## Variants

`suno-v6` and the models that create songs accept `variant`:

| `variant`            | Model        | Character                   |
| -------------------- | ------------ | --------------------------- |
| `standard` (default) | Suno V6      | Natural vocals, rich detail |
| `mini`               | Suno V6 Mini | Lighter and faster          |
| `wild`               | Suno V6 Wild | Bolder, more experimental   |

## Keep your files

Result links expire (see `link_expired_at` in each result item). Download the files you want to keep.
