tencent
Tencent: Hy-MT2-1.8B
Hy-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...
Context
8k tokens
Input / 1M tokens
$0.04
Output / 1M tokens
$0.18
Benchmark
—
Pricing
Input tokens$0.04 per 1M tokens
Output tokens$0.18 per 1M tokens
Technical details
Model IDtencent/hy-mt2-1.8b
Context window8k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens4,096
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'tencent/hy-mt2-1.8b',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Tencent: Hy-MT2-1.8B?
Get an API key and start making requests in minutes.
Get an API key