tencent

Tencent: Hunyuan A13B Instruct

Hunyuan-A13B is a 13B active parameter Mixture-of-Experts (MoE) language model developed by Tencent, with a total parameter count of 80B and support for reasoning via Chain-of-Thought. It offers competitive benchmark...

Context
131k tokens
Input / 1M tokens
$0.14
Output / 1M tokens
$0.57
Benchmark

Pricing

Input tokens$0.14 per 1M tokens
Output tokens$0.57 per 1M tokens

Technical details

Model IDtencent/hunyuan-a13b-instruct
Context window131k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens131,072

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/hunyuan-a13b-instruct',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Tencent: Hunyuan A13B Instruct?

Get an API key and start making requests in minutes.

Get an API key