suno-v4 API
Suno / Suno
透過 RunAPI 使用 Suno 系列的 suno-v4。按次收費,無需訂閱,失敗的生成不扣費。
可正常運作
·
audio_music
·
可商用
curl -X POST https://runapi.ai/api/v1/suno/stitch_audio \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "suno-v4",
"prompt": "Write a lo-fi chill beat with soft piano, vinyl crackle, and a gentle bass line, 2 minutes long."
}'
import { SunoClient } from "@runapi.ai/suno";
const client = new SunoClient();
const result = await client.stitchAudio.run({
model: "suno-v4",
prompt: "Write a lo-fi chill beat with soft piano, vinyl crackle, and a gentle bass line, 2 minutes long.",
});
<?php
require __DIR__ . "/vendor/autoload.php";
use RunApi\Suno\SunoClient;
$client = new SunoClient();
$result = $client->stitchAudio->run([
'model' => 'suno-v4',
'prompt' => 'Write a lo-fi chill beat with soft piano, vinyl crackle, and a gentle bass line, 2 minutes long.',
]);
require "runapi/suno"
client = RunApi::Suno::Client.new
result = client.stitch_audio.run(
model: "suno-v4",
prompt: "Write a lo-fi chill beat with soft piano, vinyl crackle, and a gentle bass line, 2 minutes long."
)
npx skills add runapi-ai/suno -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
# Codex
codex plugin install runapi-mcp@agents
# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
切換 variant
OVERVIEW
suno-v4 針對 Suno 系列中品質與成本的最佳平衡點。
- 按次收費,美元計價
- 生成失敗不收費
- 如模型支援,提供串流輸出
- Model skill setup
PRICING
收費
失敗的生成不會收費
Stitch audio
$0.01
/ track
Remaster audio
$0.12
/ track
Add samples
$0.12
/ track
Cover audio
$0.12
/ track
Extend music
$0.12
/ track
Text to music
$0.17
/ track
Create mashup
$0.12
/ track
Inspire music
$0.13
/ track
規格說明
技術詳情
| 模型 ID | suno-v4 |
| 供應商 | Suno |
| 模式 | audio_music |
| 任務類型 | asynchronous |
| 計費單位 | call |
| API endpoint | /api/v1/suno/stitch_audio |
| 商業授權 | 是 — 已透過 API 包含 |
| 目錄狀態 | 可正常運作 |
SKILLS
快速開始 — suno-v4
結構一致 · variant 已固定於 model 中
# Install the model skill for app development workflows
npx skills add runapi-ai/suno -g
Or use this setup request in your coding tool:
Install the Suno skill for this app: 1. Add runapi-ai/suno with the skills installer. 2. Load SKILL.md in this workspace. 3. Use its docs, schemas, pricing notes, and setup steps when adding model features. 4. Confirm the install path when done.
運作方式
四步使用 suno-v4
01
安裝
為此模型系列安裝 model skill。
02
設定
將 model 欄位設為本頁顯示的完整 model ID。
03
呼叫
連同 prompt、inputs 及 callback 設定,送出一個 typed request。
04
接收
從 RunAPI 讀取 task response、webhook callback 或 cached output URL。
DIFFERENCES
suno-v4 有咩不同
VS SUNO-V4.5
Improved coherence and frequency range, 4-min cap
8-min first-generation, 25% fewer genre errors, 40% better vocals
VS SUNO-V4.5-ALL
Improved coherence and frequency range, 4-min cap
All v4.5 styles and modes unlocked without subscription gating
VS SUNO-V4.5-PLUS
Improved coherence and frequency range, 4-min cap
Enhanced quality tier within the v4.5 architecture
使用場景
最適合
Podcast 及影片配樂
生成同集數氛圍匹配的免版稅背景音樂,無需付授權費。
遊戲音效
為程序生成關卡製作可自適應的環境音景同音效。
廣告旁白及音效
無需錄音室,都可以為客戶廣告生成自訂旁白同音效。
FAQ
關於 suno-v4 的常見問題
模型 ID 會否在不同版本之間保持穩定?
RunAPI 會保持 model ID 穩定,並處理相容的版本更新,而不需要改動你的 request 格式。
這個 variant 的 rate limit 係多少?
每個 key 的 rate limit 會按使用層級而定。請查看定價頁了解最新限制。
之後可以切換 variant 嗎?
可以——variant 只係一個旗標。只要更改 model 參數就可以切換。
支援 streaming 嗎?
在可用 streaming 的情況下,RunAPI 會端到端串流。
我應該在邊度回報品質問題?
可以在公開 GitHub repo 開 issue,或者電郵支援團隊。
立即開始