Google: Lyria 3 Clip Preview

Coming soonQuick Start

Lyria 3 Clip Preview is Google's music generation model for short-form audio, released 2026-03. It generates 48kHz stereo clips from text or image prompts, with structural coherence including vocals, timed lyrics, and instrumental arrangements.

This model is not routed on MirAPI yet — prices shown are the official list prices. Create an account to get notified when it goes live.

Modalities
inTextinImageoutTextoutAudio
Price / 1M
/
Context
1.049M
Knowledge cutoff

Capabilities

VisionLong contextStructured output

Quick Start

import os
from openai import OpenAI

client = OpenAI(
    base_url="https://api.mirapi.ai/v1",   # changed
    api_key=os.environ["MIRAPI_API_KEY"],   # changed
)

resp = client.chat.completions.create(
    model="google/lyria-3-clip-preview",
    messages=[{"role": "user", "content": "Hello"}],
)
Wire Lyria 3 Clip Preview into your product

1M free tokens to start · no card · OpenAI-compatible, one base_url change

Start free