explainx.ai0k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

follow on google

Add explainx.ai as a preferred source

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

mind: share how you thinkpathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsdictionaryagi trackerranks

company

aboutvisionmissionteaminstructorsteach on explainxpartnershipscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR
  • What Google actually announced
  • Why the prompt-handling upgrades are actually hard
  • The three surfaces, and what each one actually means
  • How it stacks up against Suno, Udio, and open alternatives
  • What people are actually generating with it — and the honest limits
  • Should you build with it this week?
  • Related reading
← Back to blog

explainx / blog

Google Lyria 3.5: AI Music Generation Comes to Gemini API and AI Studio

Google, Gemini API, Google AI Studio, AI Music, Lyria, Model Launches

Google's Lyria 3.5 launched September 4, 2026 in the Gemini app, Gemini API, and AI Studio — up to 3-minute tracks, better vocals, lyric adherence, and accent handling. Here's what builders actually get access to.

Sep 5, 2026·10 min read·Yash Thakker
add explainx.ai
go deep
Google Lyria 3.5: AI Music Generation Comes to Gemini API and AI Studio

Google shipped the most consequential AI music update of 2026 on September 4-5 — and buried the actual news under a marketing sentence. "Lyria 3.5, our best-sounding music generation model, is now available in AI Studio, via the Gemini API, and in the Gemini app," Google AI Studio's announcement read. The bigger story isn't that the model sounds better — it's that Google put a music-generation model into the same API surface developers already use for Gemini text and code.

Lyria first appeared inside Google Flow Music on July 29, 2026. Five weeks later, Lyria 3.5 is everywhere at once: the consumer Gemini app, the developer-facing Gemini API, and Google AI Studio for prototyping. That's a deliberate distribution strategy, not an incremental version bump — Google skipped the usual "consumer app first, API months later" staging that Veo and Imagen went through.

TL;DR

table · 2 cols
QuestionAnswer
What launched, and when?Lyria 3.5, Google's newest music generation model — September 4-5, 2026
Where can I use it?Gemini app (consumer), Gemini API (developers), Google AI Studio (prototyping), Google Flow Music
Max track lengthUp to about 3 minutes (Google's own figure)
What actually improved?Musicality, lyrics/prompt adherence, vocals, creative control over tempo and duration
Is it free?Available to Gemini users; API pricing/quota tiers not broken out separately in the launch post — check current Gemini API pricing before building
Is output watermarked?Yes — SynthID, an inaudible signal embedded in the generated audio
Can I ship it commercially?Google hasn't published Lyria-specific commercial terms in the launch post — verify licensing before shipping paid product built on it
How is it different from Suno/Udio?Same quality tier, but distributed through the Gemini developer stack instead of a standalone app
Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

What Google actually announced

Per Google's own posts and Google AI Studio's announcement, Lyria 3.5 brings improvements across four named areas:

  1. Musicality — richer, more complex melodic structures that Google says "sound more natural," versus flatter or more repetitive arrangements in earlier Lyria output.
  2. Lyrics — improved prompt adherence and structural awareness, meaning the model better respects requested verse/chorus/bridge structure and sticks closer to the words a user actually asked for.
  3. Vocals — more expressive, emotionally nuanced vocal delivery with improved pronunciation.
  4. Creative control — tighter control over tempo and output duration, letting a prompt request a specific song length rather than getting whatever length the model defaults to.

Google's DeepMind model page confirms tracks can run up to about three minutes, and that Lyria supports vocals in multiple languages (without publishing a full enumerated language list). Google's tweet also mentioned templates — prebuilt starting points meant to "jumpstart your creation" rather than starting from a blank prompt.

Neither Google's announcement post nor the DeepMind model page discloses model architecture details, parameter counts, or a full supported-language/accent list — so treat anything beyond what's quoted above as unconfirmed. We're not filling those gaps with guesses.

One detail worth flagging for anyone building on this: Lyria uses SynthID, Google DeepMind's inaudible watermarking technology, embedded in every generated track. That's the same watermarking family DeepMind uses across image and video generation — it lets a downstream tool identify AI-generated audio even after re-encoding or light editing, which matters if you're distributing generated tracks and need to disclose provenance.

Why the prompt-handling upgrades are actually hard

Google's marketing line groups "regional accents, lyric adherence, and instrument solos" together as a feature bullet. Each is a genuinely different, genuinely hard modeling problem — worth unpacking for anyone who's tried and failed to get earlier music models to do this reliably.

Lyric adherence requires the model to solve two competing objectives at once: match the melody and rhythm the music needs, and land the exact words a user requested, in the right meter, on the right beat. A model that's purely optimizing for melodic coherence will paraphrase or drop syllables to keep the tune smooth. A model that rigidly forces every lyric word in often produces awkward, unnatural-sounding phrasing. Getting both right at once means the model has to jointly plan text timing and melodic contour rather than generating audio and lyrics as separate passes — a fundamentally different training objective than earlier "generate audio conditioned loosely on a text prompt" approaches.

Regional accents are hard because vocal accent isn't a separate parameter you can dial — it's entangled with pronunciation, phonetic timing, pitch contour, and even genre convention (an accent that reads as authentic in one genre reads as caricature in another). Modeling accents convincingly requires training data with enough diversity across languages and regional vocal styles that the model has actually learned the acoustic patterns, not just a handful of stereotyped examples. This is the same class of problem that made accent handling in text-to-speech systems lag general voice quality for years.

Instrument solos demand the model sustain a coherent melodic idea across a stretch of audio with no lyrics or vocal anchor to structure it — no words to time against, no clear phrase boundaries. That's a longer-horizon coherence problem than backing a vocal line, where the lyrics themselves impose structure the model can lean on.

None of this is unique to Lyria — it's the general reason AI music generation lagged AI image and text generation by a couple of years. Google claiming progress here is a real, specific technical claim, not filler.

The three surfaces, and what each one actually means

This is the part explainx.ai's builder audience should care about most, and it's the part most coverage skipped past.

table · 3 cols
SurfaceWho it's forWhat you can actually do
Gemini appConsumers, casual creatorsType a prompt, get a track, done. No integration, no code, output stays inside the app/chat experience.
Gemini APIDevelopers building productsCall Lyria 3.5 programmatically from your own app, pipeline, or agent — the same way you'd call any other Gemini API endpoint. This is what makes Lyria a building block instead of a toy.
Google AI StudioDevelopers prototyping before integratingTest prompts, templates, and parameters in a browser UI, then take working prompts into API code once you know what works.

Shipping all three simultaneously matters because it collapses the usual gap between "cool demo" and "thing I can build with." A consumer-only launch means people generate novelty tracks and move on. An API-first launch with no easy prototyping surface means only developers who already know what they want ever try it. Google shipping AI Studio alongside the API gives non-specialist builders a way to iterate on prompts visually before writing a single line of integration code — the same pattern Google has used for AI Studio-first launches of Gemini 3.7 Flash features and agentic video understanding.

If you're evaluating whether to build on Lyria 3.5 versus a competitor, the question isn't just "which model sounds better" — it's whether you're already building on the Gemini API for other tasks. If your product already calls Gemini for text or vision, adding music generation through the same API and billing relationship is a much smaller lift than onboarding an entirely separate vendor.

How it stacks up against Suno, Udio, and open alternatives

Google didn't name competitors in its announcement, but the comparison is unavoidable. Suno and Udio built their reputations on end-to-end song generation from a text prompt — full arrangements, vocals, and structure in one shot, distributed through their own consumer apps. ElevenLabs has pushed into music generation from its stronger footing in production-grade voice synthesis. Lyria 3.5 is competing on the same axis — vocal expressiveness, arrangement complexity, lyric fidelity — but its actual differentiator is where it lives.

For teams that want more control and don't mind self-hosting, explainx.ai has covered ACE-Step UI, an open-source Suno alternative that pairs a local Gradio-based interface with the ACE-Step 1.5 model — a genuinely different tradeoff than any hosted API: no per-generation API cost, no rate limits, but you own the GPU and the ops burden. If your use case is bulk background-track generation for a product, ACE-Step UI's local-first model deserves an honest comparison against calling Lyria 3.5 through the Gemini API before you commit to either.

What people are actually generating with it — and the honest limits

Community reaction on X since the launch skewed toward two things: people generating festival and cultural music (one widely shared example: someone generating Janmashtami-themed instrumental tracks) and people using it for game audio and background scoring. One reply that circulated widely put the underlying anxiety plainly: "most people still have NO clue how good AI music has gotten. we are so cooked." Treat both of these as community reaction and anecdote, not confirmed capability benchmarks — nobody has published a controlled blind-listening comparison of Lyria 3.5 against Suno or Udio at the time of writing.

That informal reaction points at a real, separate question from "does it sound good": should you ship it in a paid product?

For personal use, festival content, hobby projects, and game/app background audio where you're not selling the music itself, Lyria 3.5 is low-risk — you're the only stakeholder in whether the output is good enough.

For commercial use — a paid soundtrack, a licensed jingle, music embedded in a product you charge for — the calculus changes. AI-generated music sits in the middle of an active legal fight over training data provenance. explainx.ai covered Sony Music Publishing and Warner Chappell's copyright lawsuit against Anthropic, seeking up to $150,000 per song under the US Copyright Act's willful-infringement ceiling — a case built specifically around AI models trained on scraped music. Google's Lyria 3.5 launch post does not publish detailed commercial licensing terms, what training data was used, or indemnification language for output used commercially. Before shipping Lyria-generated music in anything you charge money for, read the current Gemini API terms of service and any Lyria-specific usage restrictions directly — don't assume general Gemini API terms automatically clear music output for commercial resale.

Should you build with it this week?

If you're prototyping — building a demo, testing whether generative music fits a product idea, or making content for personal/non-commercial use — Lyria 3.5 is worth trying today through Google AI Studio, where you can iterate on prompts without writing integration code first. If your evaluation looks good, the same prompts move to the Gemini API with minimal rework.

If you're building toward a commercial launch, treat this week's news as "start evaluating," not "start shipping." Confirm licensing terms, check whether your target use case (background music in a paid app, a soundtrack you're selling, music embedded in a commercial product) is actually covered, and don't build a business model around an assumption Google hasn't published in writing.

Related reading

  • ACE-Step UI: the open-source Suno alternative for local AI music
  • Sony and Warner sue Anthropic for $150K per song
  • Gemini 3.5: Google's frontier AI model complete guide
  • Gemini agentic video understanding in Google AI Studio
  • Gemini 3.7 Flash showcase: Antigravity and AI Studio demos
  • How to generate videos with Google Docs, Vids, and Veo
  • Google's official Lyria 3.5 announcement
  • Google DeepMind's Lyria model page

Specs, availability, and pricing details in this post reflect Google's public statements as of September 5, 2026. Google AI Studio and Gemini API pricing/quota tiers change frequently — check the current Gemini API documentation before building.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Sep 1, 2026

Google's Gemini 3.7 Flash Showcase: What Googlers Are One-Shotting

Google's official X account spent a thread showing off what Googlers built with Gemini 3.7 Flash across Antigravity, AI Studio, and Gemini Spark — a one-shot Kerr black hole physics simulation, a motif-hunting "Art Codec" gallery, and a viral Omni video hack. Here's the honest read on a company highlight reel, and what "one-shot" actually implies for Flash-tier models.

Sep 3, 2026

Gemini Notebook Switches to 5-Hour Usage Limit Resets

Google's Gemini Notebook team announced flexible usage limits on September 2, 2026 — shifting from daily resets to every 5 hours, plus deferred artifact generation to keep users creating throughout the day. Here's what actually changes for anyone using it for research, study, or large source collections.

Sep 3, 2026

Google Avoids an Ad Tech Breakup — What the Ruling Actually Says

Judge Leonie Brinkema ruled September 2, 2026 that Google must change its ad tech business practices but rejected the DOJ's request to force a breakup. The ad tech business itself is a rounding error for Alphabet — here's why the ruling still matters for anyone tracking how much regulatory room AI-funding giants like Google actually have.