---
title: "suno-v5 API — precios y especificaciones de Suno"
url: "https://runapi.ai/es/models/suno/v5.md"
canonical: "https://runapi.ai/es/models/suno/v5.md"
locale: "es"
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

Usa suno-v5 de la familia Suno mediante RunAPI. Pago por llamada, sin suscripción, y las generaciones fallidas no se cobran.

## Pricing

**$0.030** per call

Las generaciones fallidas no se cobran

## 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": "Escribe un beat lo-fi relajante con piano suave, crepitar de vinilo y una línea de bajo tranquila, 2 minutos de duración."
}
```

## 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

### ¿Cómo selecciono %{variant}?

Pasa el ID de modelo que aparece en el quickstart.

### ¿El precio es por uso?

Sí. El precio se mide por llamada o unidad.


## Related

Other Suno variants:

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