⚡ Zen LM
Models

zen-director

Text-to-video generation model with cinematic quality output.

zen-director

Video Generation

A text-to-video generation model producing cinematic-quality video clips from natural language descriptions. Controls camera movement, lighting, and scene composition.

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

Specifications

PropertyValue
Model IDzen-director
ArchitectureVideo Diffusion
OutputUp to 1080p, 5--30s clips
StatusComing Soon
HuggingFace--

Capabilities

  • Text-to-video generation
  • Cinematic camera movement control
  • Scene composition and lighting
  • Character consistency across frames
  • Multiple aspect ratios (16:9, 9:16, 1:1)
  • Storyboard-to-video generation

Usage

from hanzoai import Hanzo

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

# Coming soon
response = client.videos.generate(
    model="zen-director",
    prompt="A drone shot sweeping over a cyberpunk city at night, neon lights reflecting off wet streets",
    duration=10,
    resolution="1080p",
)

See Also

On this page