File size: 857 Bytes
bdc0cef 7556d5e bdc0cef e883ccc bdc0cef 7556d5e bdc0cef 359ac14 7556d5e 359ac14 7556d5e 359ac14 7556d5e 359ac14 7556d5e e883ccc 7556d5e 359ac14 7556d5e 359ac14 7556d5e e883ccc 7556d5e e883ccc 7556d5e e883ccc 7691106 7556d5e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | ---
language: en
license: apache-2.0
tags:
- zen
- zenlm
- hanzo
- 3d-generation
- image-to-3d
pipeline_tag: image-to-3d
library_name: transformers
---
# Zen 3d
3D asset generation model for converting images and text into 3D representations.
## Overview
Developed by [Hanzo AI](https://hanzo.ai) and the [Zoo Labs Foundation](https://zoo.ngo).
## API Access
```bash
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](https://console.hanzo.ai) — $5 free credit on signup.
## Model Details
| Attribute | Value |
|-----------|-------|
| Parameters | N/A |
| Architecture | Zen MoDE |
| License | Apache 2.0 |
## License
Apache 2.0
|