HomeModels › Hunyuan MT2 Lite
Tencent Hunyuan · Budget Machine Translation · Just Added

Hunyuan MT2 Lite API

Hunyuan MT2 Lite is the budget tier of Tencent's dedicated translation model — fast, low-cost machine translation across 30+ languages, zero platform fee.

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

Why use Hunyuan MT2 Lite on NovAI?

  • Lowest-cost translation tier - $0.043 / $0.172 per 1M tokens
  • 30+ languages - broad multilingual coverage for high-volume needs
  • High-volume friendly - built for bulk and real-time translation workloads
  • Fast - low-latency output for interactive use
  • Zero platform fee - no markup on the provider price
  • Hong Kong low-latency access through NovAI's zero-fee gateway

Best use cases

  • Bulk and high-volume translation
  • Chat message translation
  • Real-time localization
  • User-generated content moderation and translation
  • Cost-sensitive MT pipelines

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-lite",
    "messages": [{"role":"user","content":"Translate this support chat into English"}]
  }'

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-lite",
    messages=[{"role":"user","content":"Translate this support chat into English"}],
)
print(resp.choices[0].message.content)

Try Hunyuan MT2 Lite today

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

Sign Up Free