Tools & Products

Google Launches Lyria 3.5: Multimodal Music Creation in Gemini, API Benchmarks, and Prompt Architecture

A technical analysis of Google DeepMind’s Lyria 3.5, deployed across Gemini, Google AI Studio, and the Gemini API. Covers 44.1 kHz stereo synthesis, 3-minute full-song structural coherence, SynthID audio watermarking, multimodal image-to-audio prompting, and benchmarks against Suno v4 and Udio 1.5.

By FreakVinci · 2026-09-04 · 16 min read
# Google Launches Lyria 3.5: Multimodal Music Creation in Gemini, API Benchmarks, and Prompt Architecture Google DeepMind launched **Lyria 3.5**, expanding its audio generation foundation model across the consumer **Gemini app**, **Google AI Studio**, and the **Gemini API**. Following its initial summer deployment inside Google Flow Music, this release opens commercial-grade generative music to developers and creators globally. Lyria 3.5 generates full-length songs up to three minutes long in **44.1 kHz stereo audio**. It introduces multimodal visual conditioning, structural timestamp controls, multilingual vocal synthesis, and integrated **SynthID** audio watermarking. This report evaluates Lyria 3.5 through empirical benchmarks against Suno v4 and Udio 1.5, details its underlying latent diffusion architecture, tests its prompt grammar, and provides complete Gemini API integration code. --- ## Architectural Profile: Latent Audio Diffusion and SynthID Music generation requires m...