googleFreeVision
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...
Context
1M tokens
Input / 1M tokens
Free
Output / 1M tokens
Free
Benchmark
—
Pricing
Input tokensFree per 1M tokens
Output tokensFree per 1M tokens
Technical details
Model IDgoogle/lyria-3-clip-preview
Context window1M tokens
Input modalitiestext, image
Output modalitiestext, audio
TokenizerOther
Max output tokens65,536
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'google/lyria-3-clip-preview',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Google: Lyria 3 Clip Preview?
Get an API key and start making requests in minutes.
Get an API key