---
title: "Producer AI 模型 — RunAPI API 与 Skill 接入"
url: "https://runapi.ai/zh-CN/providers/producer.md"
canonical: "https://runapi.ai/zh-CN/providers/producer.md"
locale: "zh-CN"
provider: "Producer"
line_count: 1
variant_count: 0
---

# Producer

Producer FUZZ 音乐生成，支持指定歌词和纯音乐制作说明。

Producer 通过 RunAPI 提供异步音乐创作，并以一致的任务响应返回生成的音频、封面和音轨信息。

## Models

- [Producer](https://runapi.ai/zh-CN/models/producer.md) — Audio &amp; Music, 1 endpoints · from $0.170

## Variants

No separate variant URLs. Single-SKU lines are documented on their model page.


## Install a model skill

```sh
npx skills add runapi-ai/<line> -g
```

Replace `<line>` with a model slug from this provider, then use the skill docs, schemas, pricing notes, and setup steps while adding the model feature.

## FAQ

### 这是 Producer 官方集成吗？

RunAPI 提供托管 API 接入，定价、能力和错误行为都清晰透明。

### 需要单独的 Producer 账号吗？

不需要——RunAPI key 即可使用托管接入。

### 代理会带来多少延迟？

一般在 20 ms 以内。RunAPI 会让代理层尽量靠近模型执行区域。

### 输出会缓存吗？

输出按任务 ID 存储在 R2 供回取。输入不缓存。

### 能自带 key 吗？

目前不支持——调用使用 RunAPI 托管接入。

