PROVIDER

Suno AI 模型

AI music generation — full songs with vocals, instruments, and lyrics from text prompts.

1 models · 6 variants · $0.0000
OVERVIEW

Suno is the leading AI music generation platform, creating full songs — vocals, instruments, lyrics — from text prompts. Versions span V4 through V5.5, with V4.5 and later supporting up to 8 minutes.

  • 單一 API key 可跨 provider 共用
  • Model skill 將文件與 schema 帶入你的 workspace
  • 按次收費,無需承諾
  • 失敗的生成不會收費
FEATURES

亮點

MODELS

Suno 的所有模型

QUICKSTART

安裝 Suno model skill。

選一個模型並加入其 skill,讓 coding tool 取得文件、schema、價格備註與 setup 步驟。

runapi.ai
curl -X POST https://runapi.ai/api/v1/suno/cover_audio \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "suno-v5.5",
  "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.coverAudio.run({
    model: "suno-v5.5",
    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->coverAudio->run([
        'model' => 'suno-v5.5',
        '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.cover_audio.run(
    model: "suno-v5.5",
    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
@runapi.ai/suno v1
REFERENCE

Suno 的所有變體

完整價目表 →
Model Variant Billing From
Suno
suno-v4 call $0.120 查看 →
suno-v4.5 call $0.120 查看 →
suno-v4.5-all call $0.120 查看 →
suno-v4.5-plus call $0.120 查看 →
suno-v5 call $0.030 查看 →
suno-v5.5 call $0.030 查看 →
FAQ

關於 Suno 的常見問題

這是 Suno 的官方整合嗎?

RunAPI 提供託管 API 介面,價格、能力及錯誤行為都清晰透明。

我需要 Suno 帳戶嗎?

不用 — 你的 RunAPI 密鑰已足夠使用託管存取。

透過 proxy 會增加多少延遲?

通常少於 20 ms。RunAPI 會將 proxy 層維持在貼近 model 執行區域的位置。

圖片/影片會快取嗎?

生成結果會按 task ID 儲存並可供取回。輸入內容不會快取。

我可以使用自己的 key 嗎?

目前不支援 — 請使用 RunAPI 管理的存取。

立即開始

立即開始使用 Suno models 開發。