Google Lyria 3 Pro API
Production-Ready Music Generation
Google Lyria 3 Pro is the current flagship music-generation model from Google DeepMind. It produces up to 3 minutes (180 seconds) of studio-quality audio per call, with multilingual vocals, custom lyrics, image-conditioned composition, and SynthID watermarking on every output.
Access it through a simple REST API: bearer-token authentication, async webhook delivery, p50 latency around 45 seconds, billed at $0.08 per generation. 30 free credits on signup.
Why ship with Google Lyria 3 Pro?
Lyria 3 Pro is Google DeepMind's most advanced music model. We wrap it in a developer API so you can ship in an afternoon, not a quarter.
Transparent Google Lyria 3 Pro API pricing
Start free, scale on usage. No per-project licensing, no creative royalty deductions, no gating of commercial use.
One REST call. Up to 3 minutes of music.
POST your lyrics, style cues, and duration. Receive a job ID immediately and a webhook callback when the Lyria 3 Pro audio is ready , typically under a minute. JSON-only, bearer-token authenticated, fully idempotent.
Read Google Lyria 3 Pro API docscurl -X POST https://api.aimusicapi.ai/v1/producer/create \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "lyria-3-pro",
"lyrics": "[Verse] Walking through the city lights tonight...",
"style": "cinematic pop, female vocal, 90 BPM",
"title": "Night Drive",
"duration": 180,
"instrumental": false,
"hook_url": "https://your-app.example/webhooks/music"
}'What developers ship with Google Lyria 3 Pro
The same model powering Google's consumer music tools, now available through a developer API for your apps, games, and marketing-tech products.
- Background music for video editors, podcast platforms, and social-content tools
- Soundtrack generation for indie games, prototypes, and interactive storytelling
- Bespoke ad jingles, sonic branding, and short-form marketing audio at scale
- Music-as-a-feature inside creator SaaS, generate-and-export from your own UI
- Hyper-personalized music: birthday songs, wedding playlists, fan tributes
- Voice-over-friendly stems and instrumental backings via the instrumental flag
Google Lyria 3 Pro vs Suno V5
You don't have to choose. Both models are available through the same AI Music API account, switch per request, billed at the same per-generation rate.
| Dimension | Google Lyria 3 Pro | Suno V5 |
|---|---|---|
| Max track duration | Up to 3 minutes | Up to ~4 minutes (V5 / extend) |
| Vocals | Multilingual, fine-grained vocal style control | Multilingual, persona-based vocals |
| Input modalities | Text + image (image-to-music) | Text + audio (cover, extend) |
| Watermarking | SynthID by default | Audio fingerprint (Suno) |
| Best for | Long-form, controlled, brand-safe music | Fast turn-around, broad genre coverage, stems |
| Available endpoints | create, cover, vocal swap, remix | create, extend, stems, MIDI, alignment |
Sign in to manage credits. Call the API from your app.
The dashboard is where you manage API keys, billing, and usage. The docs show how to call Google Lyria 3 Pro from your app with a bearer token, no SDK, no lock-in.
Build with Google Lyria 3 Pro today
30 free credits on signup. No credit card. Ship your first Lyria-powered feature in an afternoon.
Get free credits