HomeModels › Hunyuan MT2 Plus
Tencent Hunyuan · Machine Translation · Just Added

Hunyuan MT2 Plus API

Hunyuan MT2 Plus is a dedicated machine-translation model covering 30+ languages with domain-aware, terminology-consistent output — at a low per-token price, zero platform fee.

$0.072
Input / 1M tokens
$0.287
Output / 1M tokens
8K
Context window
$0
Platform fee
Sign Up - Get $2.00 Free Credit See All Pricing

Why use Hunyuan MT2 Plus on NovAI?

  • Dedicated translation model - purpose-built for MT, not a general chat model
  • 30+ languages - broad multilingual coverage including Asian and European languages
  • Domain-aware - consistent terminology for technical, legal and commercial content
  • Low cost - $0.072 / $0.287 per 1M tokens
  • Zero platform fee - no markup on the provider price
  • Hong Kong low-latency access through NovAI's zero-fee gateway

Best use cases

  • Document and article translation
  • Software and content localization
  • Subtitle translation
  • Cross-language customer support
  • E-commerce listing translation

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-plus",
    "messages": [{"role":"user","content":"Translate this product description into Japanese and German"}]
  }'

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-plus",
    messages=[{"role":"user","content":"Translate this product description into Japanese and German"}],
)
print(resp.choices[0].message.content)

Try Hunyuan MT2 Plus today

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

Sign Up Free