Models / Google
Google
Lyria 3 Clip Preview
google/lyria-3-clip-preview
30 second duration clips are priced at $0.04 per clip. Lyria 3 is Google's family of music generation models, available through the Gemini API. With Lyria 3, you can generate...
Input
$0 / 1M tokens
Output
$0 / 1M tokens
Context
1049K tokens
Capabilities
✓ Streaming○ Tool / function calling✓ JSON / structured output✓ Vision (image input)
Call this model
Pass google/lyria-3-clip-preview as the model. Change only the base URL from your existing OpenAI SDK setup.
quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
-H "Authorization: Bearer $MDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/lyria-3-clip-preview",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.