Lyria 3 is good. These would like a word anyway.
Lyria 3 is good. These would like a word anyway.
Google DeepMind's most advanced music generation model, launched in the Gemini app. First Lyria model with full vocal generation, automatic lyric creation, and multimodal inputs (text, image, video). Produces 30-second tracks with distinct verses, choruses, and bridges. Supports 8 languages for vocal generation. No public API yet, available through the Gemini app and YouTube Dream Track.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"google/lyria-3-pro-preview" model=,
"role""user""content""Hello!" messages=[{: , : }],
)
print(response.choices[0].message.content)Set OPENROUTER_API_KEY with your OpenRouter API key from openrouter.ai/keys.
Also on Google Vertex AI
6 outputs from Lyria 3
Google DeepMind's most advanced music generation model, launched in the Gemini app. First Lyria model with full vocal generation, automatic lyric creation, and multimodal inputs (text, image, video). Produces 30-second tracks with distinct verses, choruses, and bridges. Supports 8 languages for vocal generation. No public API yet, available through the Gemini app and YouTube Dream Track.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"google/lyria-3-pro-preview" model=,
"role""user""content""Hello!" messages=[{: , : }],
)
print(response.choices[0].message.content)Set OPENROUTER_API_KEY with your OpenRouter API key from openrouter.ai/keys.
Also on Google Vertex AI
6 outputs from Lyria 3