Seedance 2.5 from ByteDance is officially available on Apiframe.

Music models

Full songs from a prompt.
One API key.

Suno, Udio, Lyria, and every other frontier music model behind one integration, with the same request shape every time.

6
Model families
6
Providers
1
Line to swap
Music

Suno

by Suno

Full songs with lyrics, vocals, and instrumentation.

Text-to-music
Music

Udio

by Udio

High-quality music generation with custom lyrics.

Text-to-music
Music

Mureka

by Mureka

Full songs or instrumentals with custom or auto-generated lyrics.

Text-to-music
Music

Producer

by Producer

Producer-grade music with seed and lyrics control.

Text-to-music

Missing a model you need? New models land within days of release. Tell us what to add next.

Quickstart

Your first track, one request away.

Describe the song and get a full track back. Vocals, genre, and structure are all steerable from the prompt.

Read the docs

import { Apiframe } from "@apiframe-ai/sdk"

const client = new Apiframe ({ apiKey : process.env.APIFRAME_API_KEY })

// submit a job; poll or use a webhook for the result

const { jobId } = await client. music .generate( {

model: "suno" ,

prompt: "warm indie pop song about a road trip at golden hour" ,

sunoParams: { instrumental: false } ,

})

const job = await client.jobs.waitFor(jobId)

console.log(job.result)

Frequently asked questions

The short version of what teams ask before shipping music features. Everything else lives in the docs.

Can I generate songs with vocals?

Yes. Suno, Udio, and Lyria produce full songs with vocals and structure, while Producer AI focuses on instrumentals with stems and mix controls.

Can I control lyrics and song structure?

Pass your own lyrics or let the model write them, and steer genre, mood, and structure from the prompt. Mureka supports fully custom lyrics.

Can I use generated music commercially?

Yes. Tracks generated through Apiframe can be used in products, ads, and client work, subject to each provider's content policy.

9,800+

developers & companies

4.8 on G2

Official partner of

BytePlus Alibaba Cloud MiniMax

Power your next AI product with Apiframe.

Instant access to 70+ media models through a single API. Start free and scale when you're ready.