⚡ Zen LM
Models

zen-translator

Context-aware translation model supporting 100+ languages.

zen-translator

Translation

A context-aware translation model supporting 100+ languages. Goes beyond word-for-word translation to preserve meaning, tone, and cultural nuance across language pairs.

Specifications

PropertyValue
Model IDzen-translator
ArchitectureEncoder-Decoder Transformer
Languages100+
StatusAvailable
HuggingFace--

Capabilities

  • High-quality translation across 100+ languages
  • Context-aware meaning preservation
  • Tone and formality control
  • Domain-specific terminology (legal, medical, technical)
  • Document-level coherence
  • Batch translation for large volumes

Usage

API

from hanzoai import Hanzo

client = Hanzo(api_key="hk-your-api-key")

response = client.chat.completions.create(
    model="zen-translator",
    messages=[{
        "role": "user",
        "content": "Translate to Japanese:\n\nThe quick brown fox jumps over the lazy dog.",
    }],
)
print(response.choices[0].message.content)

See Also

  • zen-scribe -- Speech-to-text transcription
  • zen-live -- Real-time bidirectional translation
  • zen-dub -- Multi-language voice synthesis

On this page