TokenRoute
Get started
Back to models

Tencent: Hy-MT2-7B

tencent/hy-mt2-7b

Hy-MT2-7B is a 7B-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 translation.

Pricing

Input$0.0518 /M
Output$0.2065 /M

Specs

Context length8.2K tokens
Max output4.1K tokens
Inputtext
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "tencent/hy-mt2-7b",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

max_completion_tokens
max_tokens
response_format
stop
structured_outputs
temperature