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

Gebruik fuzz-2.0 uit de Producer-familie via RunAPI. Prijs per aanroep, geen abonnement en mislukte generaties worden nooit in rekening gebracht.

## Pricing

**$0.170** per call

Mislukte generaties worden niet in rekening gebracht

## 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": "Maak een warme akoestische poptrack met heldere zang waarin de volgende aangeleverde songtekst exact wordt gezongen."
}
```

## 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 de model-ID stabiel tussen versies?

RunAPI houdt de model-ID stabiel en verwerkt compatibele versie-updates zonder de opzet van je request te wijzigen.

### Wat is de rate limit voor deze variant?

Rate limits per key schalen mee met je usage tier. Bekijk de prijzenpagina voor de actuele limieten.

### Kan ik later van variant wisselen?

Ja — variant is een flag. Wissel door de modelparameter aan te passen.

### Ondersteunt het streaming?

Waar streaming beschikbaar is, streamt RunAPI end-to-end.

### Waar meld ik kwaliteitsproblemen?

Open een issue in de publieke GitHub-repo of mail support.


## Related

Other Producer variants:

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