---
title: "Producer API — variantes, preços e model skill"
url: "https://runapi.ai/pt-BR/models/producer.md"
canonical: "https://runapi.ai/pt-BR/models/producer.md"
locale: "pt-BR"
model: "Producer"
provider: "Producer"
modality: "audio_music"
variant_count: 1
price_from_cents: 17
---

# Producer API

Acesso à API do Producer para gerar músicas FUZZ com letras fornecidas ou briefings de produção instrumental.

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

O Producer transforma um estilo musical e um briefing de produção em uma faixa FUZZ completa, seja cantando a letra fornecida, seja criando uma faixa 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

O Producer usa tarefas assíncronas, com respostas padronizadas para criação, callback e polling, por meio de uma única chave RunAPI.

## FAQ

### Como chamo este modelo?

Instale o model skill e siga as notas de setup com sua chave RunAPI.

### Gerações com falha custam dinheiro?

Gerações com falha não são cobradas

### Posso chamar a partir da minha aplicação?

Sim. Instale o model skill no workspace de código e use durante a implementação da funcionalidade.

