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
| Property | Value |
|---|---|
| Model ID | zen-3d |
| Architecture | 3D Diffusion Transformer |
| Output | GLB, OBJ, USDZ |
| Status | Coming 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
- zen-world -- World simulation and spatial reasoning
- zen-voyager -- 3D scene understanding
- zen-artist -- 2D image generation