Lyria 3 Pro
AI music generation via Lyria 3 Pro. Generate full-length songs from text or images.
Generate full-length songs from text, images, or custom lyrics. Outputs MP3 or WAV. Supports structural tags and timestamp control.
No credit card required. Takes 30 seconds.
2,400+
Developers
1.2M+
API calls served
100+
Endpoints
$0.01
Per call
Yep, that's it.
Try it live
Enter a prompt and generate music with Lyria 3 Pro.
Sample output — run the API to generate your own
Pricing
Flat rate: $0.16/song
Endpoint
/v1/media/queue
Strengths
Lyria 3 Pro generates complete, full-length songs rather than short clips, suitable for finished tracks with multiple sections.
Outputs both MP3 and lossless WAV, so you can choose compressed audio or studio-quality files for production.
Accepts custom lyrics, letting you supply your own words for the model to set to music across the song.
Supports structural tags and timestamp control to define verses, choruses, and arrangement across the full track.
Quick start
Copy this snippet and start making calls with Lyria 3 Pro.
// Step 1: Submit job
const res = await fetch('https://api.yepapi.com/v1/media/queue', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
"model": "google/lyria-3-pro",
"prompt": "An epic orchestral cinematic score — building from a lone cello melody to a full orchestra with thundering timpani, soaring brass fanfare, and a choir crescendo, heroic and triumphant"
}),
});
const { data } = await res.json();
const jobId = data.jobId;
// Step 2: Poll for result
const status = await fetch(`https://api.yepapi.com/v1/media/status/${jobId}`, {
headers: { 'x-api-key': 'YOUR_API_KEY' },
});
const { data: job } = await status.json();
// job.status: "pending" | "processing" | "completed" | "failed"
// job.result: { text?, image?, audio?, video? }Why use Lyria 3 Pro through YepAPI?
Lyria 3 Pro API: full-length AI songs in MP3 and WAV
Lyria 3 Pro is Google's premium music generation model, producing full-length songs from text, images, or custom lyrics. It outputs both MP3 and lossless WAV and supports structural tags and timestamp control for detailed arrangement.
On YepAPI you generate Lyria 3 Pro music with one API key on the media queue endpoint at a flat $0.16 per song, giving you complete tracks at a predictable price.
What is Lyria 3 Pro?
Lyria 3 Pro is Google's advanced music generation model, designed to produce full-length songs rather than short clips. From a text prompt, an image, or custom lyrics, it composes complete tracks with multiple sections and outputs them in both MP3 and lossless WAV. It supports structural tags and timestamp control, so you can define verses, choruses, bridges, and the overall arrangement precisely. Lyria 3 Pro targets creators who need finished, production-ready music — for videos, games, podcasts, or releases — where song-length output and studio-quality WAV files matter.
Build with Lyria 3 Pro via YepAPI
Generate music by submitting a text prompt, image, or custom lyrics — optionally with structural tags and timestamps — to the YepAPI media queue using one API key. You poll the asynchronous job and download the finished MP3 or WAV when it completes. The queue runs the audio synthesis, so your app just enqueues prompts and collects songs. The same key also reaches Lyria 3 Clip and the rest of the catalog, letting you draft on Clip and produce full songs on Pro without changing credentials.
Lyria 3 Pro API pricing — Flat rate: $0.16/song
Lyria 3 Pro is billed at a flat $0.16 per generated song, whatever the length or complexity — no per-token or per-second calculation. That predictable rate makes it affordable to generate full tracks and try multiple arrangements of the same idea. You pay only per song produced, and one YepAPI balance covers Lyria 3 Pro alongside every other model on the platform.
Lyria 3 Pro for finished tracks and releases
Lyria 3 Pro is the choice when you need complete, polished music: full songs for video soundtracks, game scores, podcast themes, or original releases. Lossless WAV output supports professional mixing and mastering, while structural tags and timestamp control give you arrangement-level direction. Custom lyrics let you set your own words to music across an entire track. For production work that goes beyond a 30-second loop, Lyria 3 Pro delivers song-length results.
Try Lyria 3 Pro free
Get $5 in free credit with no card required. Sign up, grab your API key, and generate a full-length Lyria 3 Pro song in MP3 or WAV to evaluate its quality before committing.
Start generating in 30 seconds
$5 free credit on signup. No credit card required. Pay per call.
What developers say
“Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.”
“One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.”
“The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.”
Frequently asked questions
Generate full-length songs from text, images, or custom lyrics. Outputs MP3 or WAV. Supports structural tags and timestamp control.
Pricing for Lyria 3 Pro through YepAPI is based on usage. No monthly minimums — you only pay for what you use.
Sign up for a free API key, then send requests to the /v1/media/queue endpoint.
Ready to use Lyria 3 Pro?
$5 free credit on signup. No credit card required. Pay per call.
Explore more models
Gemini 2.5 Flash
GoogleAccess Gemini 2.5 Flash through one API key. Google's fastest model with 1M context.
Gemini 2.5 Pro
GoogleAccess Gemini 2.5 Pro through one API key. Google's most capable model with 1M context.
Gemini 3.5 Flash
GoogleAccess Gemini 3.5 Flash through one API key. Google's latest fast multimodal model.