googleFreeVision

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...

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-pro-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-pro-preview',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Google: Lyria 3 Pro Preview?

Get an API key and start making requests in minutes.

Get an API key