Seedance 2.5 from ByteDance is officially available on Apiframe.
Music
Lyria 3 Clip logo

Lyria 3 Clip API

by Google

Short loops and stingers from Lyria 3.

~14s
Avg. generation
5 credits
From
Lyria 3 Pro image-to-music score of a coastal dawn harbor still
Music · made with Lyria 3 Pro
Score this coastal dawn harbor still: warm indie-folk, female vocals, fingerpicked guitar, leaving town at first light.

Playground

Try Lyria 3 Clip right here.

model: lyria-3-clip
Media inputs
Estimated cost 5 credits · $0.05 Generate in Studio
Output Example · Lyria 3 Pro
Lyria 3 Pro image-to-music score of a coastal dawn harbor still
Score this coastal dawn harbor still: warm indie-folk, female vocals, fingerpicked guitar, leaving town at first light.

Pricing

Simple per-generation pricing.

5 credits per generation ≈ $0.05

  • You only pay for successful generations. Failed jobs are refunded automatically.
  • One credit balance across every model on Apiframe, no per-model plans.
  • Start with free credits. No subscription required.
  • Volume discounts on larger plans.
See plans and credit packs

Specs

At a glance.

Provider Google
Model ID lyria-3-clip
Audio Supported
Avg. time ~14s

Quickstart

How to call the Lyria 3 Clip API.

Send one POST /v2/music/generate request with your API key. The call returns a jobId you can poll, or pass a webhook_url and the result is pushed to you the moment it's ready.

Swap lyria-3-clip for any other model and nothing else changes.

const response = await fetch("https://api.apiframe.ai/v2/music/generate", {
  method: "POST",
  headers: {
    "X-API-Key": "afk_your_api_key_here",
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    "prompt": "an upbeat synthwave track with a driving bassline",
    "model": "lyria-3-clip",
    "lyriaParams": {
      "reference_images": [
        "https://example.com/input.jpg"
      ]
    }
  }),
});
const { jobId } = await response.json();
console.log(jobId);

Input schema

Every field Lyria 3 Clip accepts, with types and defaults. The full reference lives in the docs.

Field Type Description
prompt required string Text description of what to generate.
model required string The model identifier for this endpoint. Default:"lyria-3-clip" · "lyria-3-clip"
lyriaParams.reference_images string[] (URLs) Optional moodboard — Lyria uses these to inspire the composition.

The Lyria flagship

Lyria 3 Clip is one of 2 Lyria music models on Apiframe. The full editorial page (showcase, comparison, and use cases) lives on the flagship.

Lyria 3 Pro logo Flagship from 10 cr Lyria 3 Pro

Full songs from text or images, in studio-grade stereo.

Explore Lyria 3 Pro
All music models

Lyria 3 Clip questions

What teams ask before shipping with Lyria 3 Clip. Everything else lives in the docs.

Is there an API for Lyria 3 Clip?

Yes. Apiframe exposes Lyria 3 Clip through a single REST endpoint (POST /v2/music/generate with model: "lyria-3-clip"). You get one unified API, key, and billing across every supported model, with no separate Google account required.

How much does the Lyria 3 Clip API cost?

Lyria 3 Clip uses simple pay-as-you-go pricing on Apiframe. You only pay for successful generations. See the pricing page for plans and volume discounts.

How do I call the Lyria 3 Clip API?

Send a POST request to /v2/music/generate with your X-API-Key and a JSON body containing model: "lyria-3-clip". The call returns a jobId; poll GET /v2/jobs/{id} or use a webhook to receive the result.

What parameters does Lyria 3 Clip support?

Lyria 3 Clip accepts 1 model-specific parameters (nested under lyriaParams) plus the common prompt and webhook_url fields. See the input schema above for the full list with types and defaults.

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.