⚡ Zen LM
Models

zen-foley

Sound effects generation model for text-to-SFX production.

zen-foley

Sound Effects

A sound effects generation model that produces high-quality foley and SFX from text descriptions. Designed for game development, film production, and content creation.

This model is coming soon. Join the waitlist at hanzo.chat.

Specifications

PropertyValue
Model IDzen-foley
ArchitectureAudio Diffusion
OutputWAV/MP3, up to 30 seconds
Sample Rate44.1 kHz
StatusComing Soon
HuggingFace--

Capabilities

  • Text-to-SFX generation
  • Environmental ambience creation
  • Impact and action sounds
  • UI/UX sound design
  • Foley for film and animation
  • Layered sound composition

Usage

from hanzoai import Hanzo

client = Hanzo(api_key="hk-your-api-key")

# Coming soon
response = client.audio.generate(
    model="zen-foley",
    prompt="Heavy rain on a tin roof with distant thunder rumbling",
    duration=10,
    format="wav",
)

See Also

On this page