⚡ Zen LM
Models

zen-video-i2v

Image-to-video animation model that brings still images to life.

zen-video-i2v

Image-to-Video

An image-to-video model that animates still images into coherent video clips. Provide a source image and a motion description to generate fluid, natural animation.

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

Specifications

PropertyValue
Model IDzen-video-i2v
ArchitectureConditional Video Diffusion
InputImage + text prompt
OutputUp to 1080p, 3--15s clips
StatusComing Soon
HuggingFace--

Capabilities

  • Animate still images into video
  • Motion control via text description
  • Camera movement specification
  • Character and object animation
  • Scene dynamics (wind, water, fire)
  • Style-consistent frame generation

Usage

from hanzoai import Hanzo

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

# Coming soon
response = client.videos.generate(
    model="zen-video-i2v",
    image=open("scene.png", "rb"),
    prompt="Camera slowly pans right, leaves rustle in the wind, clouds drift across the sky",
    duration=5,
)

See Also

On this page