Back to Models
G

Lyria 3 Pro

Google/google/lyria-3-pro-preview
Audio Generation

Advanced music and audio generation model

Input Price

Free

per 1M tokens

Output Price

Free

per 1M tokens

Context

32K

tokens

Modalities

textaudio

Model ID

google/lyria-3-pro-preview

Quick Start

from openai import OpenAI

client = OpenAI(
    api_key="dg-your-api-key",
    base_url="https://api.doggiegateway.com/v1"
)

response = client.chat.completions.create(
    model="google/lyria-3-pro-preview",
    messages=[{"role": "user", "content": "Hello!"}]
)

print(response.choices[0].message.content)

How It Works

Doggie Gateway routes your request to Google's API through OpenRouter. You get the best available pricing and automatic fallback if a provider is unavailable.

Pay-per-use pricing
No monthly fees
OpenAI-compatible API

Ready to use Lyria 3 Pro?

Create an account, get your API key, and start making API calls in under a minute.