← All models

tencent

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.

text

Try in Playground ↗

Input / 1M tokens$0.074
Output / 1M tokens$0.295
Context window8,192
Maximum output4,096

Provider-supported parameters

These are upstream capabilities. Jevrouter supports the subset described in the API contract; chat input is currently text only.

max_completion_tokensmax_tokensresponse_formatstopstructured_outputstemperaturestreamdeveloper_role

Capabilities are imported from OpenRouter’s catalog. This does not mean every model has been independently tested by Jevrouter.

Catalog updated: 2026-09-22T08:51:50.371Z · Price version: cmub117or005er82gafgs8l5q:1

Provider pricing fields · USD per indicated unit
{
  "prompt": "0.000000074",
  "completion": "0.000000295"
}

Make a request

curl --no-buffer https://api.jevrouter.io/v1/chat/completions \
  -H "Authorization: Bearer $JEVROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d @- <<'JSON'
{
  "model": "tencent/hy-mt2-7b",
  "messages": [
    {
      "role": "user",
      "content": "Hello"
    }
  ],
  "max_tokens": 1024
}
JSON

Plan your integration

Source: OpenRouter model catalog. Imported descriptions and capabilities are provider declarations, not independent benchmark results. Jevrouter currently uses OpenRouter as its managed upstream.