This website is not affiliated with Suno. For official Suno services, please visit suno.com
Google Lyria 3 Pro · Now Live

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.

3-minute studio-quality tracks
Lyria 3 Pro generates up to three minutes of professional-grade audio in a single call, long enough for full songs, ad backings, podcast intros, and game loops. Lyria 2 capped at roughly 90 seconds; the doubled ceiling is what unlocks verse/chorus/bridge/outro arrangements without stitching multiple jobs together.
Multilingual vocals
Realistic singing voices across multiple languages with natural pronunciation. Specify vocal style, gender, and timbre directly in the prompt.
Image-to-music composition
Upload an image to seed the composition. Lyria 3 Pro interprets the visual mood and translates it into a corresponding musical arrangement.
Custom lyrics or AI-written
Provide your own lyrics, or let the model write them around a theme you describe. Instrumental mode skips vocals entirely.
Granular acoustic control
Fine-tune tempo, dynamics, key, instrumentation, and acoustic character through structured prompt parameters, not just one freeform field.
Genre breadth, pop to Motown
Lyria 3 Pro covers everything from contemporary pop to funk, classical, lo-fi, cinematic, electronic, and Motown without per-genre prompt tuning.
Cover + remix endpoints
Beyond text-to-music: edit existing tracks with natural-language instructions ("convert to jazz piano"), or swap vocals while keeping the backing.
SynthID watermarking
Every output ships with Google's SynthID audio watermark, invisible to listeners, detectable by AI provenance tools. Built-in trust signal.
Webhook-friendly async REST
POST a job, receive a task ID, get a webhook callback when audio is ready. Bearer-token auth, JSON-only, idempotent. No SDK lock-in required.

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.

30 free credits on signup
Every new account receives 30 free credits, enough to test Lyria 3 Pro end-to-end before adding a payment method.
Pay-as-you-go: $0.08 / generation
Each Lyria 3 Pro track is billed as 10 credits ($0.08). Top up any amount; credits never expire and bill on a single monthly invoice.
Scale plans for high-volume teams
Monthly subscriptions bundle credits, raise concurrency limits, and unlock priority support. Predictable cost and B2B invoicing.
API Example

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 docs
curl -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.

  1. Background music for video editors, podcast platforms, and social-content tools
  2. Soundtrack generation for indie games, prototypes, and interactive storytelling
  3. Bespoke ad jingles, sonic branding, and short-form marketing audio at scale
  4. Music-as-a-feature inside creator SaaS, generate-and-export from your own UI
  5. Hyper-personalized music: birthday songs, wedding playlists, fan tributes
  6. 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.

DimensionGoogle Lyria 3 ProSuno V5
Max track durationUp to 3 minutesUp to ~4 minutes (V5 / extend)
VocalsMultilingual, fine-grained vocal style controlMultilingual, persona-based vocals
Input modalitiesText + image (image-to-music)Text + audio (cover, extend)
WatermarkingSynthID by defaultAudio fingerprint (Suno)
Best forLong-form, controlled, brand-safe musicFast turn-around, broad genre coverage, stems
Available endpointscreate, cover, vocal swap, remixcreate, extend, stems, MIDI, alignment
Login vs API

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
Everything developers ask before integrating Lyria 3 Pro into a product.

Google Lyria 3 Pro API, Frequently Asked Questions