Lyria 2 (Google)
Lyria 2 (Google) costs $0.120/track on FairStack — a generate model for Instrumental music generation, Background music for video, Music prototyping. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.
What is Lyria 2 (Google)?
Lyria 2 is Google DeepMind's latest music generation model, producing instrumental music from text descriptions with the research-grade quality expected from Google's AI division. The model supports negative prompts for excluding unwanted musical elements and seed control for reproducible outputs, giving producers fine-grained creative control over the generation process. Pricing is estimated at approximately $0.10 per track as fal.ai has not finalized rates. The model accepts prompts up to 2,000 characters, allowing detailed musical descriptions. Lyria 2 focuses on instrumental generation without vocals, making it suited for background music, soundtracks, and instrumental compositions. Compared to Suno and Mureka models that generate complete songs with vocals, Lyria 2 targets the instrumental music niche with Google's research investment behind it. The negative prompt support is a useful differentiator, allowing users to explicitly exclude unwanted instruments, styles, or characteristics. Against stock music libraries, AI generation provides unlimited unique compositions. Best suited for instrumental music generation, background music for video content, and music prototyping where Google's research-grade quality and fine-grained prompt control enhance the creative process. Available on FairStack at infrastructure cost plus a 20% platform fee.
Key Features
What are Lyria 2 (Google)'s strengths?
What are Lyria 2 (Google)'s limitations?
What is Lyria 2 (Google) best for?
How much does Lyria 2 (Google) cost?
How does Lyria 2 (Google) perform across capabilities?
Estimated scores — Google Lyria 2. Instrumental only (no vocals). Pricing TBD on fal.ai.
Example Outputs
Generated with Lyria 2 (Google) on FairStack
A jazzy acoustic guitar piece with brushed drums and walking bass line, late-night cafe atmosphere
Energetic 80s inspired synthpop with catchy melody, driving bass synth, and gated reverb drums
How do I use the Lyria 2 (Google) API?
curl -X POST https://api.fairstack.ai/v1/generations/music \
-H "Authorization: Bearer $FAIRSTACK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "lyria-2",
"prompt": "A jazzy acoustic guitar piece with brushed drums and walking bass line, late-night cafe atmosphere"
}' import requests
response = requests.post(
"https://api.fairstack.ai/v1/generations/music",
headers={
"Authorization": f"Bearer {FAIRSTACK_API_KEY}",
"Content-Type": "application/json",
},
json={
"model": "lyria-2",
"prompt": "A jazzy acoustic guitar piece with brushed drums and walking bass line, late-night cafe atmosphere",
},
)
result = response.json()
print(result["url"]) const response = await fetch(
"https://api.fairstack.ai/v1/generations/music",
{
method: "POST",
headers: {
Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
model: "lyria-2",
prompt: "A jazzy acoustic guitar piece with brushed drums and walking bass line, late-night cafe atmosphere",
}),
}
);
const result = await response.json();
console.log(result.url); Frequently Asked Questions
How much does Lyria 2 (Google) cost?
Lyria 2 (Google) costs $0.120/track on FairStack as of 2026-05-13. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.
What is Lyria 2 (Google) and what is it best for?
Lyria 2 is Google DeepMind's latest music generation model, producing instrumental music from text descriptions with the research-grade quality expected from Google's AI division. The model supports negative prompts for excluding unwanted musical elements and seed control for reproducible outputs, giving producers fine-grained creative control over the generation process. Pricing is estimated at approximately $0.10 per track as fal.ai has not finalized rates. The model accepts prompts up to 2,000 characters, allowing detailed musical descriptions. Lyria 2 focuses on instrumental generation without vocals, making it suited for background music, soundtracks, and instrumental compositions. Compared to Suno and Mureka models that generate complete songs with vocals, Lyria 2 targets the instrumental music niche with Google's research investment behind it. The negative prompt support is a useful differentiator, allowing users to explicitly exclude unwanted instruments, styles, or characteristics. Against stock music libraries, AI generation provides unlimited unique compositions. Best suited for instrumental music generation, background music for video content, and music prototyping where Google's research-grade quality and fine-grained prompt control enhance the creative process. Available on FairStack at infrastructure cost plus a 20% platform fee. Lyria 2 (Google) is best for Instrumental music generation, Background music for video, Music prototyping. Available via FairStack's REST API with curl, Python, and Node.js SDKs.
Does Lyria 2 (Google) have an API?
Yes. Lyria 2 (Google) is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/music with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.
How does Lyria 2 (Google) compare to other music models?
Lyria 2 (Google) excels at Instrumental music generation, Background music for video, Music prototyping. It is a generate model priced at $0.120/track on FairStack. Key strengths: Google's research-grade music quality, Good prompt adherence. Compare all music models at fairstack.ai/models.
What makes Lyria 2 (Google) stand out from other image generators?
Lyria 2 (Google) stands out with google's research-grade music quality and good prompt adherence. Generation typically completes in 5-15 seconds.
What are the known limitations of Lyria 2 (Google)?
Key limitations include: pricing not finalized (~$0.10 estimated); newer model with limited community testing; no lyrics or vocal generation. FairStack documents these transparently so you can choose the right model for your workflow.
How fast is Lyria 2 (Google)?
Lyria 2 (Google) typically completes in 5-15 seconds. This provides a good balance between output quality and processing speed for most production workflows.
What features does Lyria 2 (Google) support?
Lyria 2 (Google) offers: google deepmind music architecture; text-to-music generation; negative prompt support; seed control for reproducibility. All capabilities are accessible through both the FairStack web interface and REST API.