AICredits logo
tencent

Tencent: Hy-MT2-1.8B

tencent/hy-mt2-1.8b

Hy-MT2-1.8B is a compact 1.8B-parameter translation model from Tencent. It supports 33 language pairs and five Chinese dialect and minority-language pairs, with workflows for structured, delimiter-based, contextual, glossary-based, and style-guided...

Supported APIs

Chat API
Context
8K
Max output
Input / 1M
₹4.43
Output / 1M
₹17.80

Pricing

Token typeUSD / 1MINR / 1M
Input$0.044₹4.43
Output$0.177₹17.80

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Tencent: Hy-MT2-1.8B through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "tencent/hy-mt2-1.8b",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.