model releaseStability AI

Stability AI Releases Stable Audio 3 Medium: 2B-Parameter Audio Generation Model with 180-Second Output in Under 2 Secon

TL;DR

Stability AI has released Stable Audio 3 Medium, a 2 billion parameter latent diffusion model capable of generating variable-length audio up to 380 seconds. The model generates music and sound effects in less than 2 seconds on an H200 GPU, trained on 1.28 million licensed and Creative Commons audio recordings.

2 min read
0

Stability AI Releases Stable Audio 3 Medium: 2B-Parameter Audio Generation Model

Stability AI has released Stable Audio 3 Medium, a 2 billion parameter latent diffusion model that generates music and sound effects in variable lengths up to 380 seconds (6+ minutes). According to Stability AI, the model produces audio in under 2 seconds on an H200 GPU and "a few seconds" on a MacBook Pro M4.

Stable Audio 3 is the medium version in a three-tier family (small, medium, large) of fast latent diffusion models designed for consumer-grade hardware deployment.

Technical Architecture

The model operates on a novel semantic-acoustic autoencoder that compresses audio into a compact latent space, enabling efficient generation while preserving audio fidelity. Stability AI claims the architecture encourages semantic structure in the latent representation.

The model underwent adversarial post-training to reduce inference steps while improving generation quality and prompt adherence. It requires 8 diffusion steps at inference time using a "pingpong" sampler, with a CFG scale of 1.0.

Text conditioning uses Google's pre-trained T5Gemma model (t5gemma-b-b-ul2), which is redistributed under separate Gemma Terms of Use.

Training Data

The model was trained on 1,278,902 audio recordings:

  • 806,284 recordings licensed from AudioSparx
  • 472,618 recordings from Freesound (266,324 CC-0, 194,840 CC-BY, 11,454 CC-Sampling+)

Stability AI reports that music recordings in the Freesound portion were identified using PANNs tagging and sent to a content detection company to verify the absence of copyrighted material. All identified copyrighted content was removed.

Key Capabilities

The model supports:

  • Variable-length audio generation (up to 380+ seconds demonstrated)
  • Audio inpainting for targeted editing
  • Continuation of short recordings
  • BPM-specific music generation
  • Style and mood control through text prompts

Availability and Licensing

Stable Audio 3 Medium is available on Hugging Face under the Stability AI Community License. Commercial use requires a separate license from Stability AI. The model requires users to accept both the Stability AI license and Gemma Terms of Use, including use restrictions in Section 3.2.

Inference code is available through two libraries: the stable-audio-3 inference library and the stable-audio-tools research library. The model weights are distributed in FP32 format.

What This Means

Stable Audio 3 Medium represents a significant step in accessible audio generation, with claimed sub-2-second generation times that could enable real-time workflows for sound design and music production. The 2B parameter size positions it as deployable on consumer hardware, though actual performance will depend on available GPU memory and compute. The variable-length generation capability addresses a key limitation of fixed-length audio models, reducing computational waste for short sound effects. However, commercial users should note the dual licensing requirement and review Section 3.2 restrictions in the Gemma terms before deployment.

Related Articles

model release

NVIDIA Releases Cosmos 3 Edge: 4B-Parameter World Model for Real-Time Robot Control at 15 Hz

NVIDIA has released Cosmos 3 Edge, a 4-billion-parameter open world model designed for edge AI systems. The model delivers real-time robot control at 15 Hz on NVIDIA Jetson devices, generating 32 actions per inference at 640×360 resolution.

model release

Moonshot AI's Kimi K3 ranks #2 globally, will release 2.8T parameter weights July 27

Moonshot AI released Kimi K3 on July 16, 2026, a 2.8 trillion parameter mixture-of-experts model that ranks #2 on the Vals AI index and #3 on Artificial Analysis's Intelligence Index. The company will release the model's weights on July 27, making it the strongest open-weight model to date, surpassing all previous open releases including DeepSeek R1.

model release

Meituan launches LongCat 2.0: 1.6T parameter MoE model with 1M+ context window at $0.30 per 1M input tokens

Meituan has released LongCat 2.0, a sparse mixture-of-experts language model with 48 billion active parameters out of 1.6 trillion total. The model features a 1,049,000 token context window and costs $0.30 per 1M input tokens and $1.20 per 1M output tokens.

model release

Alibaba previews Qwen3.8 with 2.4 trillion parameters, claims second place without benchmark data

Alibaba unveiled Qwen3.8 at the World Artificial Intelligence Conference in Shanghai, claiming the 2.4 trillion parameter model ranks second only to Anthropic's Fable 5. The company provided no benchmark scores, model card, or independent verification to support the claim.

Comments

Loading...