---
title: "Suno API — Varianten, Preise und Model Skill"
url: "https://runapi.ai/de/models/suno.md"
canonical: "https://runapi.ai/de/models/suno.md"
locale: "de"
model: "Suno"
provider: "Suno"
modality: "audio_music"
variant_count: 6
price_from_cents: 0
---

# Suno API

Suno API-Zugang für KI-Musikgenerierung — erstelle Songs mit Gesang, Instrumenten und Texten aus einem Text-Prompt.

**Provider:** Suno
**Modality:** Audio &amp; Music
**Catalog:** 6 variants

Suno generiert vollständige Songs aus Text-Prompts, einschließlich Gesang, Instrumentierung und Liedtexte. Es umfasst V3.5 bis V5.5, wobei jede Generierung sendefähige Tracks in jedem Musikgenre erzeugt.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| suno-v4 | `v4` | $0.120 | call | https://runapi.ai/de/models/suno/v4.md |
| suno-v4.5 | `v4.5` | $0.120 | call | https://runapi.ai/de/models/suno/v4.5.md |
| suno-v4.5-all | `v4.5-all` | $0.120 | call | https://runapi.ai/de/models/suno/v4.5-all.md |
| suno-v4.5-plus | `v4.5-plus` | $0.120 | call | https://runapi.ai/de/models/suno/v4.5-plus.md |
| suno-v5 | `v5` | $0.030 | call | https://runapi.ai/de/models/suno/v5.md |
| suno-v5.5 | `v5.5` | $0.030 | call | https://runapi.ai/de/models/suno/v5.5.md |

## Utility endpoints

| Endpoint | Pricing | Billing |
|---|---|---|
| `generate_artwork` | $0.0000 | call |
| `voice_to_validation_phrase` | $0.0000 | call |
| `generate_persona` | $0.0000 | call |
| `regenerate_validation_phrase` | $0.0000 | call |
| `replace_section` | $0.050 | call |
| `boost_style` | $0.010 | call |
| `check_voice` | $0.0000 | call |
| `convert_audio` | $0.010 | call |
| `generate_voice` | $0.0000 | call |
| `get_timestamped_lyrics` | $0.010 | call |
| `generate_lyrics` | $0.010 | call |
| `generate_midi` | $0.0000 | call |
| `visualize_music` | $0.020 | call |
| `separate_audio_stems` | $0.100 | call |

## Install the skill

```sh
npx skills add runapi-ai/suno -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Suno features to an application.

## Context

Suno ist eine KI-Musikgenerierungsplattform, die originale Songs — Gesang, Instrumente und Liedtexte — aus Textbeschreibungen erstellt. Über RunAPI teilen alle Suno-Versionen einen einzigen API-Key mit Abrechnung pro Aufruf.

## FAQ

### Wie rufe ich dieses Modell auf?

Installiere den Model Skill und folge den Setup-Hinweisen mit deinem RunAPI Key.

### Kosten fehlgeschlagene Generierungen Geld?

Fehlgeschlagene Generierungen werden nicht berechnet

### Kann ich es aus meiner Anwendung aufrufen?

Ja. Installiere den Model Skill im Coding-Workspace und nutze ihn beim Einbau des Modell-Features.

