Tencent / tencent/hy-mt2-pro

Tencent: Hy-MT2 Pro - access through LLMTR

Tencent Hunyuan MT2 Pro is the flagship translation model with 30B-A3B parameters (Mixture-of-Experts) and an 8K context window. It supports translation across 33 languages and 5 ethnic Chinese and dialect variants. The model delivers industry-leading performance on Flores200 and WMT25 benchmarks and excels in professional domains and real-world business scenarios. It supports structured translation, delimiter-based translation, context-aware translation, glossary-based translation, and style-specific translation. Text input and output only; no multimodal, no tool calling, no reasoning.

Technical specifications

Canonical IDtencent/hy-mt2-pro
ProviderTencent
Context window8,192 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext

Pricing

An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$0.074000
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$0.295000

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"tencent/hy-mt2-pro","messages":[{"role":"user","content":"Hello"}]}'

Related models