MusicGooglev3-pro· Released 2025-07-15
Lyria 3 Pro
Google's studio-quality instrumental music with image-inspired generation.
Lyria 3 Pro is Google's studio-quality instrumental music generation model with an image-to-music feature that creates soundtracks inspired by uploaded images. On Oakgen, a generation costs 80 credits.
Capabilities at a glance
- Studio-quality audio output
- Unique image-to-music generation
- Instrumental music generation
- Text prompts are optional when reference images are supplied
- 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.
- 2Describe the soundtrackAdd a text prompt for the desired genre, mood, instruments, and tempo, or use reference images alone.
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": "lyria3-pro",
"prompt": "Epic orchestral theme, rising strings, cinematic brass"
}'Compared to other models
vs. elevenlabs-music — image-inspired composition
Lyria 3 Pro accepts reference images, while Eleven Music provides direct duration control for prompt-driven instrumentals.
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.