Models / Google
Google
Lyria 3 Pro Preview
google/lyria-3-pro-preview
Full-length songs are priced at $0.08 per song. Lyria 3 is Google's family of music generation models, available through the Gemini API. With Lyria 3, you can generate high-quality, 48kHz...
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-pro-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-pro-preview",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.