tencent

Tencent: Hy-MT2-30B-A3B

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...

Context
8k tokens
Input / 1M tokens
$0.07
Output / 1M tokens
$0.29
Benchmark

Pricing

Input tokens$0.07 per 1M tokens
Output tokens$0.29 per 1M tokens

Technical details

Model IDtencent/hy-mt2-30b-a3b
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-30b-a3b',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Tencent: Hy-MT2-30B-A3B?

Get an API key and start making requests in minutes.

Get an API key