tencent/hy-mt2-1.8bHy-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...
| Token type | USD / 1M | INR / 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.
Call Tencent: Hy-MT2-1.8B through the supported APIs shown above — just set the base URL and your AICredits key.
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.