---
title: "fuzz-2.0-raw API — Producer 價格與規格"
url: "https://runapi.ai/zh-TW/models/producer/fuzz-2.0-raw.md"
canonical: "https://runapi.ai/zh-TW/models/producer/fuzz-2.0-raw.md"
locale: "zh-TW"
model: "Producer"
provider: "Producer"
variant_id: "fuzz-2.0-raw"
sdk_model_id: "fuzz-2.0-raw"
modality: "audio_music"
price_from_cents: 17
billing_unit: "call"
status: "active"
---

# Producer fuzz-2.0-raw API

透過 RunAPI 使用 Producer 系列的 fuzz-2.0-raw。按次計費，無訂閱費，失敗的生成不收費。

## Pricing

**$0.170** per call

失敗的生成不收費

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `fuzz-2.0-raw` |
| 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-raw",
  "prompt": "創作一首溫暖的不插電流行歌曲，使用清晰的人聲演唱以下指定歌詞。"
}
```

## 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-raw features to an application.

```json
{
  "model": "fuzz-2.0-raw"
}
```

## FAQ

### 模型 ID 在不同版本之間會保持穩定嗎？

RunAPI 會維持 model ID 穩定，並在不改變請求格式的情況下處理相容版本更新。

### 這個 variant 的速率限制是多少？

每個金鑰的速率限制會依使用方案而調整。請查看定價頁面以了解目前限制。

### 之後可以切換 variant 嗎？

可以——variant 只是旗標。只要變更 model 參數即可切換。

### 它支援串流嗎？

只要支援串流，RunAPI 就會端到端串流。

### 我該在哪裡回報品質問題？

請在公開 GitHub repo 提交 issue，或寄信給支援。


## Related

Other Producer variants:

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