AIAny
AI Model2026
Icon for item

Hy-MT2-30B-A3B

A 30B mixture-of-experts multilingual translation model supporting 33 languages and instruction-following translation. Offers MoE architecture, fast-thinking mode, and quantized/deployment-ready variants for production translation and subtitle tasks.

Introduction

Why this matters now

Multilingual translation models increasingly need to handle noisy, domain-specific, and interactive instruction-style prompts rather than simple sentence pairs. This release provides a large (30B-A3B, MoE) model tuned for instruction-following and “fast-thinking” inference, aiming to close the gap between research benchmarks and real-world translation pipelines.

Key Capabilities
  • Multilingual instruction-following: supports translation among 33 languages and is tuned to follow explicit translation instructions and terminology constraints, making it suitable for structured and personalized translation tasks.
  • MoE 30B architecture with deployment variants: the 30B-A3B uses a mixture-of-experts design for capacity efficiency; the project also supplies FP8 and quantized variants and guidance for running with transformers, vLLM, and llama.cpp-compatible GGUF builds.
  • Production-aware tooling: provides recommended inference configs, integration guides (transformers examples, vLLM serve command), and links to AngelSlim quantization to reduce footprint for on-device or latency-sensitive deployments.
  • Benchmarking and ecosystem: authors open-sourced IFMTBench for instruction-following translation evaluation and positioned the model for WMT26 tasks, with reported gains vs. several open-source baselines in “fast-thinking” settings.
Who it's for & trade-offs

Great fit if you need a capable open model for multilingual, instruction-driven translation or subtitle pipelines — e.g., machine translation teams, researchers evaluating instruction-following translation, and participants in shared tasks (WMT26). The repository and model card prioritize runnable examples and multiple quantization formats for practical deployment.

Look elsewhere if you require strict on-device runtime under extreme resource limits (the 30B MoE is large and best run on multi-GPU or optimized inference stacks) or if you need a model with an explicit permissive license (the Hugging Face card did not list a license in the metadata). For low-resource edge use, consider the 1.8B quantized variants released alongside this model.

Where it fits

This model sits between smaller, highly optimized local translation models and huge proprietary translation APIs: it offers a research-friendly open checkpoint with deployment-minded artifacts (quantized GGUF, FP8, and AngelSlim toolchain) and is intended as a bridge for teams that want both strong multilingual performance and reproducible evaluation.

Information

Categories

More Items

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

Hugging Face
AI Model2026

A large open-weights MoE language model for complex coding, long-horizon agentic workflows, and cyber/security evaluations; post-trained from the GLM-5 family with substantial gains over GLM-5.2. Provides FP8/BF16 checkpoints and native support for very long contexts (up to 1M tokens).