Lyria 3 Clip API
by Google
Short loops and stingers from Lyria 3.
- ~14s
- Avg. generation
- 5 credits
- From
Playground
Try Lyria 3 Clip right here.
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.
Specs
At a glance.
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.
Full songs from text or images, in studio-grade stereo.
Explore Lyria 3 Pro All music modelsLyria 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.
Related models
All music modelsSuno
by Suno
Full songs with lyrics, vocals, and instrumentation.
View modelUdio
by Udio
High-quality music generation with custom lyrics.
View modelProducer
by Producer
Producer-grade music with seed and lyrics control.
View modelElevenLabs Music
by ElevenLabs
Long-form composition (up to 5 min).
View model9,800+
developers & companies
Official partner of
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.