Hy-MT2-30B-A3B via the Tokenator API

What the model is for

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 style-guided translation. It uses 3B active parameters out of 30B total.

Specification

Full nameHy-MT2-30B-A3B
API IDhy-mt2-30b-a3b
Model vendorTencent
TypeText model (chat / completions)
Context window8.2K tokens
Max output4.1K tokens
Image inputno
Tokenator usage multiplier1.8×
Input modalitiestext
Aliasescursor-hy-mt2-30b-a3b
Supported API formats/v1/chat/completions /v1/responses /v1/messages
Upstream providers1
Current statusavailable
Data updated2026-08-23

Upstream providers

ProviderMultiplier
Unified LLM API1.8×

A request goes to the first available provider by priority; if it fails, Tokenator switches to the next one.

Example request

curl
curl https://api.tokenator.top/v1/chat/completions \
  -H "Authorization: Bearer sk-your-tokenator-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "hy-mt2-30b-a3b",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Compatible tools

The model can be used in any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code, Cherry Studio, OpenClaw.

FAQ about Hy-MT2-30B-A3B

What is the API ID of Hy-MT2-30B-A3B?

hy-mt2-30b-a3b — put this into the model field of your request.

What context window does Hy-MT2-30B-A3B have?

8.2K tokens; max output is 4.1K tokens.

How many tokens will a request cost?

(input + output) × 1.8×. See the documentation for details.

Which tools support this model?

Any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code. Setup guides are in the integrations section.