> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orisu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Generate Music

> Generate music from a text description.

Generate Music creates a music track from a text description of the sound you want.

This node runs on a selectable model and consumes credits when it runs.

## When to use

* Background tracks
* Jingles
* Mood beds

## Inputs

<ParamField body="Description" type="text" required>
  A text description of the music to generate. Required. Supports loop mode.
</ParamField>

<Note>
  **Inline prompt.** You don't need a separate Text Prompt node for a fixed description —
  type it directly on the node. The inline field appears whenever the description input is
  unconnected and disappears once you wire a text input in. Connect a Text Prompt node
  only when you want to drive the description from upstream or expose it as an app input.
  Type `@` to mention a connected input by name — text inputs insert their content into
  the description, media inputs insert their name.
</Note>

## Outputs

<ParamField body="Audio" type="audio">
  The generated music track.
</ParamField>

## Configuration

<ParamField body="duration" type="number" default={30}>
  Track length in seconds, from 3 to 600.
</ParamField>

<ParamField body="force_instrumental" type="boolean" default={false}>
  Generate an instrumental track with no vocals.
</ParamField>

<Note>
  This node runs on a selectable model. See [Audio models](/models/audio) for supported models and [Model settings](/models/settings) for available options.
</Note>
