LLM Perks

Lyria 3 Pro Preview

Google
Free right now Audio

Lyria 3 Pro Preview is a audio model from Google. It is currently free at 1 provider with up to 1M tokens of context.

Developer
Google
Context
1M tokens
Type
Audio

Where to use Lyria 3 Pro Preview for free

Each row is a separate free endpoint with its own limits.

ProviderContextLimitCard
OpenRouter
google/lyria-3-pro-preview
1M Free tier No Open

Quick start

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer $OPENROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/lyria-3-pro-preview",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Example for OpenRouter. Any OpenAI-compatible client works: Cursor, Cline, OpenCode, Open WebUI.

Benchmarks

This model is not on the Artificial Analysis leaderboard yet. We do not publish our own estimates.

FAQ

Is Lyria 3 Pro Preview free?

Yes. As of September 26, 2026, Lyria 3 Pro Preview is free at OpenRouter. Each provider has its own limits — see the table above.

What is the context window of Lyria 3 Pro Preview?

The largest context among free routes is 1,048,576 tokens. Some providers cap it lower.

How do I call Lyria 3 Pro Preview via API?

Use any OpenAI-compatible client with base URL https://openrouter.ai/api/v1, model ID google/lyria-3-pro-preview, and a OpenRouter key.