Suno
by Suno
Full songs with lyrics, vocals, and instrumentation.
Music models
Suno, Udio, Lyria, and every other frontier music model behind one integration, with the same request shape every time.
Showing all 6 models
by Suno
Full songs with lyrics, vocals, and instrumentation.
by Udio
High-quality music generation with custom lyrics.
by Mureka
Full songs or instrumentals with custom or auto-generated lyrics.
by ElevenLabs
Long-form composition (up to 5 min).
by Producer
Producer-grade music with seed and lyrics control.
by Google
Google's high-fidelity music model.
Missing a model you need? New models land within days of release. Tell us what to add next.
Quickstart
Describe the song and get a full track back. Vocals, genre, and structure are all steerable from the prompt.
Read the docsimport { 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)
The short version of what teams ask before shipping music features. Everything else lives in the docs.
Yes. Suno, Udio, and Lyria produce full songs with vocals and structure, while Producer AI focuses on instrumentals with stems and mix controls.
Pass your own lyrics or let the model write them, and steer genre, mood, and structure from the prompt. Mureka supports fully custom lyrics.
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
Official partner of
Instant access to 70+ media models through a single API. Start free and scale when you're ready.