Music GenerationActive
stabilityai / stable-audio-3-small-music
stable-audio-3-small-music
Create up to 2 minutes of stereo music from a text description with Stable Audio 3 Small Music by Stability AI. Control duration, steps, and guidance.
Text to MusicFast Inference
Model ID
stable-audio-3-small-music
Provider
stabilityai
Updated
1781090261
wiro playground—stabilityai/stable-audio-3-small-music
Updated 1781090261
## Overview
Stable Audio 3 Small Music is a text-to-music model from Stability AI. It uses latent diffusion to denoise a compact music representation, then decodes it to audio. You get a ready-to-use stereo track at 44.1 kHz, which helps you draft cues without recording.
## What you can build
- Short instrumental cues for video edits, ads, and social posts
- Loopable background music for games, apps, and menus
- Genre and mood explorations for writing sessions or storyboards
- Draft music beds for podcasts and trailers (instrumental-style prompts work best)
- Fast A/B variations of the same idea by changing tempo, instruments, or mood
## Inputs
- A text description of the music you want, written in English. Include genre, instruments, mood, and tempo (BPM).
- A target length in seconds for the generated track. The Small Music checkpoint tops out at 120 seconds.
- An option to expand a short prompt into a longer, more detailed one before generation.
- A setting that controls how many denoising iterations the model runs. Fewer iterations produce faster drafts.
- A setting that controls how strongly the result follows your text description.
## Outputs
- One downloadable audio file of the generated music, typically delivered as an MP3.
- Metadata that echoes the final prompt used for generation.
- A numeric seed value you can reuse to reproduce the same result later.
## Recommended settings
- Start with 8 denoising iterations for this distilled Small Music checkpoint.
- Keep prompt-following strength around 1.0. Higher values usually don’t help on distilled checkpoints.
- Turn on prompt expansion when your prompt is a single sentence or shorter.
- Use 20 to 60 seconds for quick iteration. Use up to 120 seconds for a full cue.
## Limitations
- Output length is capped at 120 seconds for Stable Audio 3 Small Music.
- It’s not designed for speech or voice generation.
- Prompts written in English work best. Other languages often degrade quality.
- Very short or vague prompts can produce generic results. Add BPM, instruments, and mix notes.
- If your request implies a specific copyrighted song or a living artist’s exact style, results may be inconsistent or blocked.
## Safety & compliance
- Use is governed by the Stability AI Community License. Organizations over $1M annual revenue may need an Enterprise license.
- Don’t generate content that violates rights, privacy, or platform content rules.
- Some deployments apply an automated safety checker and may refuse disallowed prompts.
- You are responsible for how you use and distribute generated audio in your project.
Example prompts
Great starting points for stable-audio-3-small-music.
Cyberpunk darksynth, industrial electronic, mid-tempo 110 BPM. Heavy distorted basslines, pulsing analog synthesizers, crisp futuristic drum machine patterns, and gritty tech-noir atmosphere. Haunting cyberpunk soundscapes, sweeping filter cuts, cinematic sci-fi build-up leading into an aggressive, driving electronic drop. High-fidelity production, wide stereo imaging, aggressive and immersive.Music Generation
Neo-classical cinematic score, ambient post-rock blend, 75 BPM. Melancholic, emotionally stirring solo piano melody accompanied by a slow-building, lush orchestral string section. Subtle, distant analog synthesizer pads and soft, atmospheric vinyl crackle. A crescendo of deep, cinematic taiko drums and soaring, emotional cello harmonies. Ethereal, breathtaking, cinematic mix, high dynamic range.Music Generation
1980s retro-wave meets modern indie-pop, upbeat 125 BPM. Bright, sparkling synth chords, a driving groovy slap-bassline, punchy acoustic drums, and a catchy, melodic electric guitar riff in the chorus. Vibrant, nostalgic, and energetic. Pristine studio production, radio-ready vocal processing space, clean pop mix, uplifting festival energy.Music Generation
API quick start
Run stable-audio-3-small-music with a single API call.
POST https://api.wiro.ai/v1/Run/stabilityai/stable-audio-3-small-music
{
"prompt": "Cyberpunk darksynth, industrial electroni…",
"scale": 1.0,
"duration": 60,
"promptExpansion": "False"
}