---
title: "suno-v4 API — Suno : tarifs et spécifications"
url: "https://runapi.ai/fr/models/suno/v4.md"
canonical: "https://runapi.ai/fr/models/suno/v4.md"
locale: "fr"
model: "Suno"
provider: "Suno"
variant_id: "suno-v4"
sdk_model_id: "suno-v4"
modality: "audio_music"
price_from_cents: 12
billing_unit: "call"
status: "active"
---

# Suno suno-v4 API

Utilisez suno-v4 de la famille Suno via RunAPI. Tarification à l&#39;appel, sans abonnement, et les générations échouées ne sont jamais facturées.

## Pricing

**$0.120** per call

Les générations échouées ne sont pas facturées

## Spec sheet

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

## Request example

```json
{
  "model": "suno-v4",
  "prompt": "Composez un beat lo-fi chill avec un piano doux, du craquement de vinyle et une ligne de basse légère, 2 minutes."
}
```

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

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

## FAQ

### Comment sélectionner %{variant} ?

Passez l&#39;ID de modèle affiché dans le quickstart.

### Les tarifs sont-ils à l&#39;usage ?

Oui. Les tarifs sont mesurés par appel ou par unité.


## Related

Other Suno variants:

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