---
title: "suno-v4 API — Suno 요금 및 스펙"
url: "https://runapi.ai/ko/models/suno/v4.md"
canonical: "https://runapi.ai/ko/models/suno/v4.md"
locale: "ko"
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

RunAPI로 Suno 패밀리의 suno-v4를 사용하세요. 호출당 요금, 구독 없음, 실패한 생성은 과금되지 않습니다.

## Pricing

**$0.120** per call

실패한 생성은 과금되지 않습니다

## 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": "부드러운 피아노, 바이닐 스크래치 소리, 잔잔한 베이스 라인이 있는 2분짜리 lo-fi 칠 비트를 작성해 주세요."
}
```

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

### %{variant}는 어떻게 선택하나요?

quickstart에 표시된 모델 ID를 전달하세요.

### 가격은 사용량 기반인가요?

네. 호출 또는 단위 기준으로 측정됩니다.


## Related

Other Suno variants:

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