---
title: "Producer API — 변형, 가격, model skill"
url: "https://runapi.ai/ko/models/producer.md"
canonical: "https://runapi.ai/ko/models/producer.md"
locale: "ko"
model: "Producer"
provider: "Producer"
modality: "audio_music"
variant_count: 1
price_from_cents: 17
---

# Producer API

입력한 가사 그대로 또는 인스트루멘털 프로덕션 브리프로 FUZZ 음악을 생성하는 Producer API를 RunAPI에서 사용하세요.

**Provider:** Producer
**Modality:** Audio &amp; Music
**Catalog:** 1 endpoints

Producer는 음악 스타일과 프로덕션 브리프를 완성된 FUZZ 트랙으로 만듭니다. 입력한 가사를 그대로 부르는 보컬곡과 인스트루멘털을 모두 생성할 수 있습니다.

## Variants

Single-SKU line. The SDK model ID is `fuzz-2.0` and all usage details are documented here.

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `text_to_music` | $0.170 | 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` |


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

## Context

Producer는 하나의 RunAPI 키로 비동기 작업을 생성하며, 생성·콜백·폴링에서 일관된 응답 형식을 사용합니다.

## FAQ

### 이 모델은 어떻게 호출하나요?

model skill을 설치하고 RunAPI key와 함께 설정 메모를 따르세요.

### 실패한 생성도 비용이 드나요?

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

### 애플리케이션에서 호출할 수 있나요?

네. 코딩 워크스페이스에 model skill을 설치하고 모델 기능을 추가할 때 사용하세요.

