MusicGooglev3-pro· Released 2025-07-15
Lyria 3 Pro
Google's studio-quality AI music with image-inspired generation and lyrics support.
Lyria 3 Pro is Google's studio-quality music generation model with a unique image-to-music feature that creates soundtracks inspired by uploaded images. It produces high-quality instrumental and vocal tracks with lyrics support. On Oakgen, a track costs about 78 credits (~$0.30) per generation.
Capabilities at a glance
- Studio-quality audio output
- Unique image-to-music generation
- Lyrics support for vocal tracks
- Instrumental-only mode available
- Fixed pricing per generation
Specs
- Starting price
- $0.30 / generation
- Generation time
- 40–70 seconds
- Max resolution
- 44.1 kHz stereo
- Inputs → outputs
- text, image → audio
How to use Lyria 3 Pro
- 1Try image-inspired musicUpload a photo — Lyria 3 Pro analyzes the mood, colors, and scene to generate a matching soundtrack.
- 2Add lyrics for vocal tracksProvide lyrics or let Lyria generate them. Supports verse/chorus structure with natural vocal delivery.
API access
curl -X POST https://api.oakgen.ai/v1/generate/music \
-H "Authorization: Bearer $OAKGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "lyria-3-pro",
"prompt": "Epic orchestral theme, rising strings, cinematic brass",
"instrumental": true
}'Compared to other models
vs. suno-v4 — instrumental quality
Lyria 3 Pro has better instrumental quality and the unique image-to-music feature. Suno v4 has better vocal quality and more flexible song structure.
License & commercial use
Licensed through Google's commercial terms.
Permitted on all paid Oakgen plans.
FAQs
How much does Lyria 3 Pro cost on Oakgen?
Lyria 3 Pro starts at $0.30 per generation on Oakgen. Most generations complete in 40–70 seconds. The $19/month Pro plan includes 5,000 credits, covering roughly 64 generations per month.
Can I use Lyria 3 Pro commercially?
Permitted on all paid Oakgen plans.
What is the maximum output resolution?
Lyria 3 Pro supports up to 44.1 kHz stereo.
Does Oakgen provide API access to Lyria 3 Pro?
Yes. Oakgen's REST API exposes Lyria 3 Pro under the model slug 'lyria-3-pro'. See the API snippet below for an example request.