File size: 935 Bytes
a99a66f 9baa0ab 040df8e a99a66f 9baa0ab a99a66f 9baa0ab a99a66f 9baa0ab a99a66f 9baa0ab a99a66f 9baa0ab | 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 45 | ---
library_name: transformers
pipeline_tag: feature-extraction
tags:
- embedding
- retrieval
- zen
- zen3
- hanzo
- zenlm
license: apache-2.0
---
# Zen3 Embedding
**Zen LM by Hanzo AI** — High-dimensional text embeddings via API. Supports retrieval, similarity, and clustering.
## Specs
| Property | Value |
|----------|-------|
| Parameters | API-served |
| Context | 8K |
| Architecture | Zen MoDE (Mixture of Distilled Experts) |
| Generation | Zen3 |
## API Access
```bash
curl https://api.hanzo.ai/v1/chat/completions \
-H "Authorization: Bearer $HANZO_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "zen3-embedding", "messages": [{"role": "user", "content": "Hello"}]}'
```
Get your API key at [console.hanzo.ai](https://console.hanzo.ai) — $5 free credit on signup.
## License
Apache 2.0
---
*Zen LM is developed by [Hanzo AI](https://hanzo.ai) — Frontier AI infrastructure.*
|