Audio & Music · Suno

Suno

AI music generation — create full songs with vocals, instruments, and lyrics from a text prompt.

Operational · 6 variants · から $0.0000
# Works with Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents
npx skills add runapi-ai/suno -g
The -g flag installs globally so every project picks it up.
Or paste this prompt to your AI agent:
Install the Suno skill for me:

1. Clone https://github.com/runapi-ai/suno
2. Copy the skills/suno/ directory into your
   user-level skills directory (e.g. ~/.claude/skills/
   for Claude Code, ~/.codex/skills/ for Codex).
3. Verify that SKILL.md is present.
4. Confirm the install path when done.
概要

Suno generates complete songs from text prompts, including vocals, instrumentation, and lyrics. It spans V3.5 through V5.5, with each generation producing broadcast-ready tracks across any musical genre.

  • Installable agent skill
  • Unified API key
  • SDK examples included
  • 失敗した生成は課金されません
バリアント

バリアント

Variant Billing From
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.050 見る →
suno-v5.5 call $0.050 見る →
料金

Utility endpoints

Shared endpoints for this model line, such as extension, enhancement, or conversion actions.

Visualize music
$0.02 / video
Generate lyrics
$0.01 / request
Replace section
$0.05 / track
Separate audio stems
$0.10-$0.50 / track
Type: split_stem $0.50
Check voice
Free / request
Regenerate validation phrase
Free / request
Generate voice
Free / request
Voice to validation phrase
Free / request
Generate persona
$0.50 / request
Convert audio
$0.01 / track
Boost style
$0.01 / request
Get timestamped lyrics
$0.01 / request
Generate artwork
Free / request
Generate MIDI
Free / request
AGENT USAGE

Use this model from your agent

Prompt + SDK example
# User prompt to the agent
"Write a lo-fi chill beat with soft piano, vinyl crackle, and a gentle bass line, 2 minutes long."
// Code generated by the agent via @runapi.ai/suno
import { SunoClient } from '@runapi.ai/suno';

const client = new SunoClient();
const result = await client.textToMusic.run({
  model: 'suno-v4',
  prompt: 'Write a lo-fi chill beat with soft piano, vinyl crackle, and a gentle bass line, 2 minutes long.',
});
@runapi.ai/suno npm
仕組み

How to call this model

01

Install the skill

Add the model skill to your agent or install the SDK package.

02

Authenticate once

Use your RunAPI key for every supported model.

03

Send a request

Use the unified schema for the endpoint you need.

04

Receive output

Poll by task ID or handle the callback when the generation completes.

SDK QUICKSTART

SDK quickstart

runapi.ai
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -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.textToMusic.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.text_to_music.run(
    model: "suno-v4",
    prompt: "Write a lo-fi chill beat with soft piano, vinyl crackle, and a gentle bass line, 2 minutes long."
)
@runapi.ai/suno v1
背景

Where Suno fits

Suno is an AI music generation platform that creates original songs — vocals, instruments, and lyrics — from text descriptions. Through RunAPI, all Suno versions share a single API key with per-call billing.

Provider
Suno
Modality
Audio & Music
RUNAPI を選ぶ理由

Why use Suno through RunAPI

One API key

Use the same credentials across models and providers.

Agent-ready

Installable skills include docs and schema for tool calls.

Predictable billing

Usage-based pricing is visible before you call.

FAQ

Frequently asked questions

How do I call this model?

Use the RunAPI SDK, CLI, or REST endpoint shown on this page.

Do failed generations cost money?

失敗した生成は課金されません

Can agents use it directly?

Yes. Install the model skill and your agent gets the docs, schema, and examples.

類似モデル

Models similar to Suno

今すぐ開始

Start building with Suno.