Open LLMs/tencent

Open-Weight LLM · Private & Custom AI

Hy-MT2-30B-A3B

Specialized multilingual translation engine for private deployment—33-language support with instruction-following and style control, built for companies automating global content and documentation workflows.

Hy-MT2-30B-A3B is a 30B mixture-of-experts translation model from Tencent designed to handle complex, real-world translation tasks across 33 languages with instruction-following capabilities. For ops teams, it's a self-hostable alternative to API-dependent translation services, enabling deterministic, on-premise language processing. The model family ranges from 1.8B to 30B; this variant balances quality and inference cost via sparse MoE architecture.

30.1B
Parameters
apache-2.0
License (OSI/permissive)
Unknown
Context
107.9k
Downloads

Model facts

Developertencent
Parameters30.1B
Context windowUnknown
Licenseapache-2.0 — OSI/permissive
Tasktranslation
GatedNo
Downloads107.9k
Likes469
Updated2026-05-26
Sourcetencent/Hy-MT2-30B-A3B

Private deployment

Run Hy-MT2-30B-A3B in your own environment

Self-hosting is the intended deployment pattern. The 30B-A3B MoE model will run on a single GPU (estimate: 40–80 GB VRAM depending on quantization; FP8 variants reduce footprint). Tencent provides GGUF and FP8 quantized variants for CPU/edge inference. Deployment keeps translation data entirely on-premise—critical for companies with IP-sensitive content, localization workflows, or regulatory constraints on third-party processing. No external API calls; full architectural control.

Operational AI use cases

01

Multilingual Support Document Automation

Ingest SOPs, compliance docs, release notes, and customer-facing materials; translate into 33 languages on a schedule without vendor lock-in. Instruction-following (terminology, style, formatting rules) ensures brand voice consistency across locales. Integrate with document management systems to auto-publish translated variants.

02

Real-Time Internal Knowledge Translation

Translate internal wiki, Slack archives, and institutional knowledge bases into employee languages for distributed teams. Use the model's instruction mode to enforce terminology mapping (product names, internal jargon) and preserve structured data (JSON, YAML configs). No data leaves your network.

03

Customer Support & Ticketing Multilingual Triage

Translate incoming support tickets, knowledge-base articles, and response templates in real time. Instruction-following mode enables style control (formal/informal by region) and delimiter preservation (preserving HTML, Markdown, code snippets in tickets). Reduces manual translation bottleneck; improves SLA for non-English customers.

Custom AI

As a base for custom AI

Moderate fit as a foundation model. Hy-MT2-30B-A3B is task-specialized (translation) rather than general-purpose, so it's not ideal for fine-tuning into multi-capability agents. Best use: wrap the model as a service layer in a larger ops workflow—e.g., embed it in a document pipeline, customer data ingestion system, or content localization agent. Instruction-following format allows prompt-based customization without retraining.

In the operating system

Where it fits

Sits in the **workflow automation** and **knowledge layer** of an AI OS. Acts as a deterministic, replaceable service for the translation phase of document processing, support automation, and multi-language knowledge distribution. Feeds translated content to downstream agents (routing, summarization) or stores it in searchable knowledge bases. Not a general reasoning layer—it's a specialized capability plugin.

Data control & security

Private deployment is an architectural advantage: translation payloads remain in your environment, not sent to third-party APIs. This eliminates vendor access to proprietary docs, customer content, or regulatory data. **Important caveat:** the model itself has no built-in encryption or compliance certifications; data security depends on your infrastructure (network isolation, access controls, encryption at rest/transit). Audit your deployment for HIPAA, GDPR, or SOC 2 requirements independently.

Hardware footprint

**Estimate (30B-A3B MoE):** ~40–50 GB VRAM in BF16/FP16; ~25–30 GB in FP8 quantization; ~5–8 GB in 1.25–2-bit GGUF (CPU inference, slower). Typical batch inference on a single A100 (80GB) or dual L40S GPUs. For high throughput, use vLLM or similar for batching and KV-cache optimization.

Integration

Transformers library integration is standard (HF `AutoModelForCausalLM`). Tencent provides GGUF variants for llama.cpp-based inference (low-latency CPU/edge use). FP8 quantization enables smaller VRAM footprint. Instruction format is well-documented: pass source text + language pair + optional terminology/style/formatting rules in structured prompts. Batch API calls for bulk document translation; single-request for real-time support/ticketing. No native REST API—wrap with FastAPI, vLLM, or similar.

When it's not the right fit

  • Real-time speech translation or live transcription—designed for text, not audio.
  • Specialized domain translation (legal, medical, financial) without explicit fine-tuning or terminology conditioning—general model may miss domain-specific accuracy.
  • Non-translation language tasks (summarization, classification, Q&A) where a general-purpose LLM is more flexible.
  • Sub-millisecond latency requirements—even quantized, inference is ~1–10 seconds per request depending on length and hardware.

Alternatives to consider

M2M-100 (Meta)

Smaller (418M, 1.2B), MIT-licensed, faster inference. Lacks instruction-following and instruction-based style/terminology control; lower quality on complex real-world content.

SeamlessM4T (Meta)

Covers speech + text, 100+ languages. Larger (2.3B–1B variants), no native instruction-following; primarily optimized for speech-first workflows.

DeepSeek-V3 (DeepSeek, general LLM)

General-purpose; can handle translation via prompting. Overkill for dedicated translation, higher inference cost, not optimized for multilingual quality or terminology control.

FAQ

Can we fine-tune this model on our domain-specific terminology?

Hy-MT2 is designed for instruction-following rather than traditional fine-tuning. Best practice: use the structured prompt format (terminology examples, style rules) to condition the model. If you need persistent domain adaptation, you'd need to set up LoRA fine-tuning on top (requires review of Tencent's training setup). Contact Tencent or use instruction-based conditioning as a faster first step.

Is this model commercially usable under Apache 2.0?

Yes. Apache 2.0 is permissive and allows commercial use, modification, and distribution as long as you include a copy of the license and state changes. You can build products and services on top of it. No royalty or attribution requirement beyond license notice.

How do we deploy this privately without touching external APIs?

Host the model on your own GPU/CPU infrastructure using the transformers library or llama.cpp (GGUF variants). Wrap it with a FastAPI service or use vLLM for production inference. All data stays on-premise; no calls to Tencent, OpenAI, or any third-party service. You manage compute, scaling, and security.

What's the difference between the 1.8B, 7B, and 30B-A3B variants?

1.8B is ultra-lightweight (edge/CPU, ~400 MB in 1.25-bit quantization); 7B balances quality and speed; 30B-A3B uses mixture-of-experts to approach larger quality at moderate compute cost. Choose 1.8B for latency-sensitive/resource-constrained; 7B for balanced ops; 30B-A3B for highest quality on complex documents.

Build Private, Multilingual Workflows with Hy-MT2

LLM.co helps you integrate Hy-MT2 into a self-hosted AI operating system—automating document localization, support translation, and knowledge distribution without external APIs. Start a deployment conversation.