Tencent: Hunyuan A13B Instruct API

Access Tencent: Hunyuan A13B Instruct from Tencent using Puter.js AI API.

Get Started

Model Card

Hunyuan A13B Instruct is an open-source large language model from Tencent that uses a Mixture-of-Experts architecture with 80B total parameters but only 13B active during inference, making it highly efficient. It supports dual reasoning modes (fast and slow thinking), a 256K context window, and excels at mathematics, science, coding, and agent tasks.

Context Window

N/A

tokens

Max Output

131,072

tokens

Input Cost

$0.14

per million tokens

Output Cost

$0.57

per million tokens

API Usage Example

Add Tencent: Hunyuan A13B Instruct to your app with just a few lines of code.
No API keys, no backend, no configuration required.

<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.chat("Explain quantum computing in simple terms", {
            model: "tencent/hunyuan-a13b-instruct"
        }).then(response => {
            document.body.innerHTML = response.message.content;
        });
    </script>
</body>
</html>

View full documentation →

Get started with Puter.js

Add Tencent: Hunyuan A13B Instruct to your app without worrying about API keys or setup.

Read the Docs View Tutorials