Lyria 3 Clip Preview
Google
google/lyria-3-clip-preview
30-second music clips
Context Window
—
Max Output
—
About this model
30-second music clips
Access it through Chuizi.AI with a single ck- API key — no separate upstream provider account needed.
Highlights
Short music clips
Fast generation
Text control
Low cost
Best For
Short-video musicAd audioMusic ideationRapid prototyping
2026-02-01
Capabilities
Audio
Pricing (per 1M tokens)
| Pricing (per 1M tokens) | / 1M tokens |
|---|---|
| Input / 1M | $0 |
| Output / 1M | $0 |
Final prices shown
Quick Start
main.py
from openai import OpenAI client = OpenAI( base_url="https://api.chuizi.ai/v1", api_key="ck-your-key-here", ) response = client.chat.completions.create( model="google/lyria-3-clip-preview", messages=[{"role": "user", "content": "Hello!"}], ) print(response.choices[0].message.content)