Zen3 Generation
Collection
Zen 3 generation — legacy zen-3-*, zen3-*, omni, nano, guard, image, reranker, 3d. • 12 items • Updated
How to use zenlm/zen-3d with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("zenlm/zen-3d", dtype="auto")3D asset generation model for converting images and text into 3D representations.
Developed by Hanzo AI and the Zoo Labs Foundation.
curl https://api.hanzo.ai/v1/chat/completions \
-H "Authorization: Bearer $HANZO_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "zen-3d", "messages": [{"role": "user", "content": "Hello"}]}'
Get your API key at console.hanzo.ai — $5 free credit on signup.
| Attribute | Value |
|---|---|
| Parameters | N/A |
| Architecture | Zen MoDE |
| License | Apache 2.0 |
Apache 2.0
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zenlm/zen-3d", dtype="auto")