AICredits logo
tencent

Tencent: Hy-MT2-30B-A3B

tencent/hy-mt2-30b-a3b

Hy-MT2-30B-A3B is Tencent's flagship translation model in the Hy-MT2 family. It supports 33 language pairs and five Chinese dialect and minority-language pairs, with workflows for structured, delimiter-based, contextual, glossary-based, and...

Supported APIs

Chat API
Context
8K
Max output
Input / 1M
₹7.44
Output / 1M
₹29.67

Pricing

Token typeUSD / 1MINR / 1M
Input$0.074₹7.44
Output$0.295₹29.67

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

Quickstart

Call Tencent: Hy-MT2-30B-A3B 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-30b-a3b",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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