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

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

## Pricing

**$0.120** per call

Las generaciones fallidas no se cobran

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

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

## 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.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](https://runapi.ai/es/models/suno/v5.md) — `v5` · $0.030
- [suno-v5.5](https://runapi.ai/es/models/suno/v5.5.md) — `v5.5` · $0.030
