HomeModels › Hunyuan MT2 Pro
Tencent Hunyuan · 32K Context

Hunyuan MT2 Pro API

Tencent Hunyuan MT2 Pro is a dedicated machine-translation model covering 30+ languages with domain-aware, context-consistent output. Not available on OpenRouter.

$0.29
Input / 1M tokens
$0.87
Output / 1M tokens
32K
Context window
30+
Languages
Sign Up - Get $2.00 Free Credit See All Pricing

Why use Hunyuan MT2 Pro on NovAI?

  • Purpose-built for translation quality
  • 30+ language pairs
  • Context-consistent terminology
  • Exclusive - not on OpenRouter
  • Zero platform fee

Best use cases

  • Document and website localization
  • Subtitle and media translation
  • Cross-border e-commerce
  • Multilingual customer support

Quick start

cURL

curl https://aiapi-pro.com/v1/chat/completions \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "hy-mt2-pro",
    "messages": [{"role":"user","content":"Translate to French: The quick brown fox jumps over the lazy dog."}]
  }'

Python (OpenAI SDK)

from openai import OpenAI
client = OpenAI(
    base_url="https://aiapi-pro.com/v1",
    api_key="YOUR_NOVAI_API_KEY",
)
resp = client.chat.completions.create(
    model="hy-mt2-pro",
    messages=[{"role":"user","content":"Translate to French: The quick brown fox jumps over the lazy dog."}],
)
print(resp.choices[0].message.content)

Try Hunyuan MT2 Pro today

Zero platform fee. Credits never expire. OpenAI-compatible API.

Sign Up Free