Google Launches Lyria 3.5 for Multimodal Music Generation in Gemini

Google launches Lyria 3.5, an AI model for high-fidelity music generation with multimodal input, natural vocals, and detailed control, available in Gemini.

3 min. read
Google Launches Lyria 3.5 for Multimodal Music Generation in Gemini

Copy, download or open this article in ChatGPT or Claude

Google has officially released Lyria 3.5, its latest generative AI model for high-fidelity music. The model is now available globally across the web and mobile versions of the Gemini app. Developers can access it through the Gemini API and Google AI Studio, while musicians and visual creators can use it within Google Flow Music and Google Vids.

Lyria 3.5 outputs CD-quality stereo audio at 44.1 kHz. The update brings more natural human vocal synthesis and cleaner instrumental separation, making it highly practical for video soundtracks, ads, and custom ringtones.

Core Architecture and Audio Generation

Lyria 3.5 processes multimodal inputs, meaning you can upload up to 10 images alongside your text prompt. The model treats these images as visual blueprints to set the overall mood and style of the track. Before generating the actual audio waveform, the neural network runs through an internal reasoning phase to map out the song's structure, planning exactly where the verses, choruses, and outro will go.

To handle different creative projects, the system splits into two execution paths:

  • Lyria 3 Clip: Built for short formats, this model is accessed via the Interactions API to generate exactly 30 seconds of audio. It returns both the music file and a structured text layout detailing the lyrics and song structure.
  • lyria-3.5 (Pro): Designed for longer compositions, this version creates tracks up to three minutes long. It defaults to MP3 format, but developers can configure the API to output uncompressed WAV files. The system delivers this data as base64-encoded text, which developers then decode back into playable audio via client-side scripts.

Prompt Engineering and Control Mechanics

Getting exact musical styles from Lyria 3.5 relies on clear prompting. Users can steer the tempo, instrumentation, and vocal styles, as well as define structural shifts using basic text markers.

Here is an example of a structured prompt:

An eighties pop song with a fast tempo. The music features clean synthesizer sounds and an electric bass. Use a deep male voice to sing these words:
[Verse]
Walking down the street at night.
[Chorus]
Underneath the flashing light.

Using brackets like [Verse] and [Chorus] acts as a cue for the model, changing the musical patterns and vocal pitch to mark transitions in the track. You can also use specific timestamps, like "0:30", to prompt instruments to enter or drop out of the mix.

Vocal performance also aligns with the language of your prompt. If you write the instructions in French, the model will sing in French, adapting its pronunciation and cadence to sound natural. In the consumer app, every generated track is also paired with a custom digital album cover generated by Google's Nano Banana image model.

To manage content tracking and authorship, Google built SynthID directly into the Lyria 3.5 pipeline. SynthID embeds an inaudible digital watermark into the audio waveform. Users who are 18 or older can upload audio files directly to the Gemini app to scan for this watermark and verify if the track was generated by the Lyria system.