---
title: "fuzz-2.0 API — Producer 요금 및 스펙"
url: "https://runapi.ai/ko/models/producer/fuzz-2.0.md"
canonical: "https://runapi.ai/ko/models/producer/fuzz-2.0.md"
locale: "ko"
model: "Producer"
provider: "Producer"
variant_id: "fuzz-2.0"
sdk_model_id: "fuzz-2.0"
modality: "audio_music"
price_from_cents: 17
billing_unit: "call"
status: "active"
---

# Producer fuzz-2.0 API

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

## Pricing

**$0.170** per call

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

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `fuzz-2.0` |
| Provider | Producer |
| Modality | audio_music |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/producer/text_to_music` |
| Status | active |

## Request example

```json
{
  "model": "fuzz-2.0",
  "prompt": "입력한 이 가사를 또렷한 보컬로 부르는 따뜻한 어쿠스틱 팝 트랙을 만들어 주세요."
}
```

## Install the skill

```sh
npx skills add runapi-ai/producer -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Producer fuzz-2.0 features to an application.

```json
{
  "model": "fuzz-2.0"
}
```

## FAQ

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

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

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

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


## Related

Other Producer variants:

- [fuzz-0.8](https://runapi.ai/ko/models/producer/fuzz-0.8.md) — `fuzz-0.8` · $0.170
- [fuzz-1.0](https://runapi.ai/ko/models/producer/fuzz-1.0.md) — `fuzz-1.0` · $0.170
- [fuzz-1.0-pro](https://runapi.ai/ko/models/producer/fuzz-1.0-pro.md) — `fuzz-1.0-pro` · $0.170
- [fuzz-1.1](https://runapi.ai/ko/models/producer/fuzz-1.1.md) — `fuzz-1.1` · $0.170
- [fuzz-1.1-pro](https://runapi.ai/ko/models/producer/fuzz-1.1-pro.md) — `fuzz-1.1-pro` · $0.170
- [fuzz-2.0-pro](https://runapi.ai/ko/models/producer/fuzz-2.0-pro.md) — `fuzz-2.0-pro` · $0.170
- [fuzz-2.0-raw](https://runapi.ai/ko/models/producer/fuzz-2.0-raw.md) — `fuzz-2.0-raw` · $0.170
