---
title: "suno-v5 API — Suno 定价与规格 | RunAPI"
url: "https://runapi.ai/zh-CN/models/suno/v5.md"
canonical: "https://runapi.ai/zh-CN/models/suno/v5.md"
locale: "zh-CN"
model: "Suno"
provider: "Suno"
variant_id: "suno-v5"
sdk_model_id: "suno-v5"
modality: "audio_music"
price_from_cents: 3
billing_unit: "call"
status: "active"
---

# Suno suno-v5 API

通过 RunAPI 使用 %{model} 系列的 %{variant}。按次计费，无需订阅，失败的生成不计费。

## Pricing

**$0.030** per call

失败的生成不计费

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `suno-v5` |
| Provider | Suno |
| Modality | audio_music |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/suno/text_to_sound` |
| Status | active |

## Request example

```json
{
  "model": "suno-v5",
  "text": "创作一首 2 分钟的 lo-fi 放松音乐，带有柔和钢琴、黑胶唱片质感和轻柔低音。"
}
```

## Install the skill

```sh
npx skills add runapi-ai/suno -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Suno suno-v5 features to an application.

```json
{
  "model": "suno-v5"
}
```

## FAQ

### 模型 ID 跨版本稳定吗？

RunAPI 保持模型 ID 稳定，并在不改变请求形态的前提下处理兼容版本刷新。

### 该变体的限流？

Key 级限流随使用层级伸缩。当前限制见定价页。

### 能切到其它变体吗？

可以——变体只是参数，改 model 字段即可。

### 支持流式吗？

模型支持流式时，RunAPI 端到端流式。

### 质量问题在哪里报？

在公共 GitHub 仓库提 issue 或邮件联系 support。


## Related

Other Suno variants:

- [suno-v4](https://runapi.ai/zh-CN/models/suno/v4.md) — `v4` · $0.120
- [suno-v4.5](https://runapi.ai/zh-CN/models/suno/v4.5.md) — `v4.5` · $0.120
- [suno-v4.5-all](https://runapi.ai/zh-CN/models/suno/v4.5-all.md) — `v4.5-all` · $0.120
- [suno-v4.5-plus](https://runapi.ai/zh-CN/models/suno/v4.5-plus.md) — `v4.5-plus` · $0.120
- [suno-v5.5](https://runapi.ai/zh-CN/models/suno/v5.5.md) — `v5.5` · $0.030
