---
title: "fuzz-2.0 API — Prezzi e Specifiche Producer"
url: "https://runapi.ai/it/models/producer/fuzz-2.0.md"
canonical: "https://runapi.ai/it/models/producer/fuzz-2.0.md"
locale: "it"
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

Usa fuzz-2.0 dalla famiglia Producer tramite RunAPI. Prezzi per chiamata, nessun abbonamento e le generazioni fallite non vengono mai addebitate.

## Pricing

**$0.170** per call

Le generazioni fallite non vengono addebitate

## 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": "Crea un brano pop acustico dal suono caldo, con una voce nitida che canti questo testo."
}
```

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

### L&#39;ID del modello resta stabile tra le versioni?

RunAPI mantiene stabile l’ID del modello e gestisce gli aggiornamenti di versione compatibili senza modificare la forma della richiesta.

### Qual è il rate limit di questa variante?

I limiti per chiave scalano in base al tier di utilizzo. Consulta la pagina prezzi per i limiti attuali.

### Posso cambiare variante in seguito?

Sì — la variante è un flag. Puoi cambiarla modificando il parametro model.

### Fa streaming?

Dove lo streaming è disponibile, RunAPI esegue lo streaming end-to-end.

### Dove posso segnalare problemi di qualità?

Apri un issue nel repository GitHub pubblico oppure scrivi all’assistenza.


## Related

Other Producer variants:

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