⚡ Zen LM
Models

zen-world

World simulation model for spatial reasoning and environment generation.

zen-world

World Simulation

A world simulation model that generates and reasons about 3D environments, physical interactions, and spatial relationships. Powers virtual world creation and physics-aware scene understanding.

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

Specifications

PropertyValue
Model IDzen-world
ArchitectureWorld Transformer
OutputScene graphs, environments
StatusComing Soon
HuggingFace--

Capabilities

  • 3D environment generation from text
  • Physics simulation and prediction
  • Spatial relationship reasoning
  • Scene graph construction
  • Interactive environment creation
  • Multi-object scene composition

Usage

from hanzoai import Hanzo

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

# Coming soon
response = client.models.generate_world(
    model="zen-world",
    prompt="A cozy cabin interior with fireplace, wooden furniture, and snow visible through the windows",
    format="usdz",
)

See Also

On this page