---
title: "Producer API — Variants, pricing & model skill"
url: "https://runapi.ai/models/producer.md"
canonical: "https://runapi.ai/models/producer.md"
locale: "en"
model: "Producer"
provider: "Producer"
modality: "audio_music"
variant_count: 1
price_from_cents: 17
---

# Producer API

Producer API access for FUZZ music generation from exact lyrics or instrumental production briefs.

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

Producer turns a music style and production brief into a complete FUZZ track, either singing supplied lyrics or creating an instrumental.

## 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 uses asynchronous tasks with consistent create, callback, and polling responses through one RunAPI key.

## FAQ

### Which variant should I start with?

Pick the cheapest variant that meets your quality bar. Most teams start on the fast variant and graduate to pro for production.

### Is there a free tier?

New accounts get free first calls on every model. After that, pay per call.

### Do you stream results?

Where streaming is available, RunAPI streams end-to-end.

### How are failures billed?

Failed generations are not charged.

### Are outputs cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

### Can I use commercially?

Yes — commercial use is included for every variant unless a model license explicitly restricts it, which is called out on the variant page.

### What about rate limits?

Per-key rate limits scale with usage tier. See pricing page for current limits.

### Where can I report issues?

Open an issue on the public GitHub repo or email support.

