AI Models/tencent/Tencent: Hunyuan A13B Instruct
tencentChat

Tencent: Hunyuan A13B Instruct

tencent/hunyuan-a13b-instruct
131KContext Window
131KMax Output
Supported Protocols:reasoninginclude_reasoningstructured_outputsresponse_formattemperaturetop_ptop_kfrequency_penalty
Online

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 performance across mathematics, science, coding, and multi-turn reasoning tasks, while maintaining high inference efficiency via Grouped Query Attention (GQA) and quantization support (FP8, GPTQ, etc.).

Capabilities

🧠 ReasoningText GenerationCode GenerationAnalysis & Reasoningmodels.reasoning

Technical Specs

Input Modality
Text
Output Modality
Text
Arch

Pricing

Pay per use, no monthly fees
Input Token< ¥0.001/1K Token
Output Token< ¥0.001/1K Token

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.uniontoken.ai/v1",
    api_key="YOUR_UNIONTOKEN_API_KEY",
)

response = client.chat.completions.create(
    model="tencent/hunyuan-a13b-instruct",
    messages=[
        {"role": "user", "content": "Hello!"}
    ],
)

print(response.choices[0].message.content)

FAQ

Tencent: Hunyuan A13B Instruct
tencent/hunyuan-a13b-instruct
In< ¥0.001/1K
Out< ¥0.001/1K
Context Window131K
Max Output131K
Start Using →View Integration Docs

Ready to get started?

Get 1M free tokens on registration, no monthly fees or minimum spend

Register Now →