> For the complete documentation index, see [llms.txt](https://docs.qolaba.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qolaba.ai/model-reference/music-models.md).

# Music Models

Two AI models are available for Music Generation in Qolaba — each with different output length, supported formats, configuration options, and credit costs. Choosing the right model depends on whether you need a short clip or a full-length song, and how much control you want over the output structure.

***

#### Model Overview

| Model             | Provider | Duration     | Credits | Format   | Lyrics |
| ----------------- | -------- | ------------ | ------- | -------- | ------ |
| **Lyria 3 Clip**  | Google   | \~30 seconds | 11      | MP3      | ✓      |
| **Lyria 3 Pro** ⭐ | Google   | Full-length  | 21      | MP3, WAV | ✓      |

***

#### Lyria 3 Clip

Lyria 3 Clip is Google's short-form music generation model — producing approximately 30-second high-fidelity clips from text or image prompts. It is the only model available to all users on free and paid plans.

**Capabilities:**

* Text and image prompt support
* Negative prompt support
* Seed support for reproducible output
* Lyrics generation

**Best for:**

* Social media clips and short-form content
* Background audio for videos and presentations
* Quick concept testing before committing to a full-length track
* Users on free plans who need music generation access

***

#### Lyria 3 Pro ⭐

Lyria 3 Pro is Google's full-length music generation model — producing multi-minute songs with complete structure including verses, choruses, and bridges. It is the most capable model for production-ready music output.

**Capabilities:**

* Text and image prompt support
* Negative prompt support
* Seed support for reproducible output
* Lyrics generation with time-sync support
* WAV format support for high-fidelity editing

**Best for:**

* Full-length songs for publishing, streaming, or client delivery
* Production-ready audio requiring WAV format
* Complete narrative songs with structured verses and choruses
* Professional music content creation

***

#### Configuration Options

**Instrumental Only**

Toggle on to generate music without vocals. Available across all models — useful for background tracks, soundscapes, and any content where vocals are not needed.

**Format Selection**

| Format  | File Size | Best For                                       |
| ------- | --------- | ---------------------------------------------- |
| **MP3** | Smaller   | Sharing, social media, web use                 |
| **WAV** | Larger    | High-fidelity editing, professional production |

{% hint style="info" %}
WAV is only available on Lyria 3 Pro. All other models output MP3 only.
{% endhint %}

**Negative Prompt**

Describe what to exclude from the generation — instruments, styles, tempos, or moods you do not want.&#x20;

**Examples:**

```
No drums, no distortion, no fast tempo.
```

```
Avoid brass instruments, no vocals, no reverb.
```

**Seed**

Enter a number to make your generation reproducible. Using the same prompt, model, and seed number produces the same output every time — useful for iterating on a specific result or sharing a configuration with a collaborator.

**Magic Prompt**

One-click AI enhancement that rewrites your prompt into a more detailed, model-optimized version before generation.

* **Cost:** \~0.05 credits
* **Best for:** Short or underdeveloped prompts

***

#### Choosing the Right Model

| Need                     | Recommended Model             |
| ------------------------ | ----------------------------- |
| Free plan access         | Lyria 3 Clip                  |
| Quick 30-second clip     | Lyria 3 Clip                  |
| Full-length song         | Lyria 3 Pro ⭐                 |
| WAV format output        | Lyria 3 Pro ⭐                 |
| Reference image guidance | Lyria 3 Clip or Lyria 3 Pro ⭐ |
| Most cost-efficient      | Lyria 3 Clip (11 credits)     |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.qolaba.ai/model-reference/music-models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
