---
title: "Suno AI models — API access via RunAPI"
url: "https://runapi.ai/providers/suno.md"
canonical: "https://runapi.ai/providers/suno.md"
locale: "en"
provider: "Suno"
line_count: 1
variant_count: 7
---

# Suno

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

Suno is the leading AI music generation platform, creating full songs — vocals, instruments, lyrics — from text prompts. Versions span V3.5 through V5.5, with the latest supporting 44.1 kHz audio up to 8 minutes.

## Models

- [Suno](https://runapi.ai/models/suno.md) — Audio &amp; Music, 7 variants · from $0.0000

## Variants

| Model | Variant | Billing | Starting price | URL |
|---|---|---|---|---|
| Suno | `v3.5` | call | $0.120 | https://runapi.ai/models/suno/v3.5.md |
| Suno | `v4` | call | $0.120 | https://runapi.ai/models/suno/v4.md |
| Suno | `v4.5` | call | $0.120 | https://runapi.ai/models/suno/v4.5.md |
| Suno | `v4.5-all` | call | $0.120 | https://runapi.ai/models/suno/v4.5-all.md |
| Suno | `v4.5-plus` | call | $0.120 | https://runapi.ai/models/suno/v4.5-plus.md |
| Suno | `v5` | call | $0.050 | https://runapi.ai/models/suno/v5.md |
| Suno | `v5.5` | call | $0.050 | https://runapi.ai/models/suno/v5.5.md |

## Install

```sh
npm install @runapi.ai/<line>
```

## FAQ

### Is this an official %{provider} integration?

RunAPI exposes a managed API surface with transparent pricing, capability, and error behavior.

### Do I need a %{provider} account?

No — your RunAPI key is enough for managed access.

### What&#39;s the latency overhead from proxying?

Typically under 20 ms. RunAPI keeps the proxy layer close to model execution regions.

### Are images / videos cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

### Can I bring my own key?

Not currently — calls use RunAPI-managed access.

