⚡ Zen LM
Models

zen-3d

3D generation model for text-to-3D and image-to-3D asset creation.

zen-3d

3D Generation

A 3D asset generation model that creates meshes, textures, and materials from text descriptions or reference images. Produces game-ready and print-ready 3D models.

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

Specifications

PropertyValue
Model IDzen-3d
Architecture3D Diffusion Transformer
OutputGLB, OBJ, USDZ
StatusComing Soon
HuggingFace--

Capabilities

  • Text-to-3D mesh generation
  • Image-to-3D reconstruction
  • PBR texture and material generation
  • Multiple output formats (GLB, OBJ, USDZ)
  • Game-ready topology optimization
  • Multi-view consistency

Usage

from hanzoai import Hanzo

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

# Coming soon
response = client.models.generate_3d(
    model="zen-3d",
    prompt="A detailed medieval sword with ornate handle, PBR textures",
    format="glb",
)
# Download the generated 3D asset
with open("sword.glb", "wb") as f:
    f.write(response.content)

See Also

On this page