---
title: "fuzz-2.0 API — Producer Pricing & Specs"
url: "https://runapi.ai/models/producer/fuzz-2.0.md"
canonical: "https://runapi.ai/models/producer/fuzz-2.0.md"
locale: "en"
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

Use fuzz-2.0 from the Producer family via RunAPI. Per-call pricing, no subscription, and failed generations are never charged.

## Pricing

**$0.170** per call

Failed generations are not charged

## 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": "Create a warm acoustic pop track with clear vocals that sings these supplied lyrics."
}
```

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

### Is the model ID stable across versions?

Yes. RunAPI keeps the model ID stable and handles compatible version refreshes without changing your request shape. You do not need to update your code when the provider releases a new compatible version.

### What&#39;s the rate limit on this variant?

Per-key rate limits scale with your usage tier. The pricing page shows current limits. If you need higher throughput, contact support to discuss tier upgrades.

### Can I switch variants later?

Yes. Variant is a parameter in the request. Switch by changing the model ID — no code changes, no re-authentication, no separate billing setup. All variants share the same API key and request shape.

### Does it stream?

Where streaming is available, RunAPI streams end-to-end. LLM models support token-level streaming. Media models use async task polling or webhook callbacks for result delivery.

### Where do I report quality issues?

Open an issue on the public GitHub repo or email support at support@runapi.ai. Include the task ID and model ID so the team can investigate the specific generation.

### Do I need a separate provider account?

No. Your RunAPI API key is enough to access this variant and every other model in the catalog. You do not need accounts with the underlying provider.


## Related

Other Producer variants:

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