CoolFace
Modelpublic

zenlm/zen-translator

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
1likes37downloads
Model Card
Status: Experimental — this repository does not publish usable model weights. For a working translation model see zenlm/zen-multilingual.

Zen Translator

Multilingual translation model supporting 100+ language pairs.

Overview

Developed by Hanzo AI and the Zoo Labs Foundation.

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-translator", "messages": [{"role": "user", "content": "Hello"}]}'

Get your API key at console.hanzo.ai — $5 free credit on signup.

Model Details

AttributeValue
Parameters7B
ArchitectureZen MoDE
LicenseApache 2.0

License

Apache 2.0