---
title: "suno-v5 API — Suno prijzen en specificaties"
url: "https://runapi.ai/nl/models/suno/v5.md"
canonical: "https://runapi.ai/nl/models/suno/v5.md"
locale: "nl"
model: "Suno"
provider: "Suno"
variant_id: "suno-v5"
sdk_model_id: "suno-v5"
modality: "audio_music"
price_from_cents: 3
billing_unit: "call"
status: "active"
---

# Suno suno-v5 API

Gebruik suno-v5 uit de Suno-familie via RunAPI. Prijs per aanroep, geen abonnement en mislukte generaties worden nooit in rekening gebracht.

## Pricing

**$0.030** per call

Mislukte generaties worden niet in rekening gebracht

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `suno-v5` |
| Provider | Suno |
| Modality | audio_music |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/suno/text_to_sound` |
| Status | active |

## Request example

```json
{
  "model": "suno-v5",
  "text": "Write a lo-fi chill beat with soft piano, vinyl crackle, and a gentle bass line, 2 minutes long."
}
```

## 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 suno-v5 features to an application.

```json
{
  "model": "suno-v5"
}
```

## FAQ

### Is de model-ID stabiel tussen versies?

RunAPI houdt de model-ID stabiel en verwerkt compatibele versie-updates zonder de opzet van je request te wijzigen.

### Wat is de rate limit voor deze variant?

Rate limits per key schalen mee met je usage tier. Bekijk de prijzenpagina voor de actuele limieten.

### Kan ik later van variant wisselen?

Ja — variant is een flag. Wissel door de modelparameter aan te passen.

### Ondersteunt het streaming?

Waar streaming beschikbaar is, streamt RunAPI end-to-end.

### Waar meld ik kwaliteitsproblemen?

Open een issue in de publieke GitHub-repo of mail support.


## Related

Other Suno variants:

- [suno-v4](https://runapi.ai/nl/models/suno/v4.md) — `v4` · $0.120
- [suno-v4.5](https://runapi.ai/nl/models/suno/v4.5.md) — `v4.5` · $0.120
- [suno-v4.5-all](https://runapi.ai/nl/models/suno/v4.5-all.md) — `v4.5-all` · $0.120
- [suno-v4.5-plus](https://runapi.ai/nl/models/suno/v4.5-plus.md) — `v4.5-plus` · $0.120
- [suno-v5.5](https://runapi.ai/nl/models/suno/v5.5.md) — `v5.5` · $0.030
