Skip to content
Hunyuan A13B Instruct logo

Hunyuan A13B Instruct

Verified

Tencent's closed-source LLM optimized for long-context instruction tasks.

TencentLanguage ModelsClosed
Model page
Updated 2026-06-15

About Hunyuan A13B Instruct

Built as part of Tencent's Hunyuan family, the model uses a transformer architecture tuned specifically for following user instructions. Its closed-source status means access occurs through Tencent-managed APIs rather than local deployment. The extensive context window supports coherent handling of lengthy documents and extended conversations.

Typical usage includes content creation, summarization of long texts, and multi-turn dialogue systems. Organizations integrate it where controlled, high-quality text output is required without open-weight distribution. This setup suits production environments prioritizing stability and managed updates.

Capabilities

Long-context reasoning
Instruction following
Text generation
Document summarization
Multi-turn dialogue

How Hunyuan A13B Instruct compares

Hunyuan A13B Instruct (striped bar) vs other language models on intelligence, speed and price.

Price

USD per 1M output tokens · Lower is better · Hunyuan A13B Instruct ranks #35 of 98

$0.40
Llama 3.3 Nemotron Super 49B V1.5
$0.41
DeepSeek V3.2 Exp
$0.45
Nemotron 3 Super
$0.50
Qwen3 30B A3B
$0.50
Cydonia 24B V4.1
$0.50
Olmo 3 32B Think
$0.57
Hunyuan A13B Instruct
$0.60
GPT-4o-mini Search Preview
$0.60
Solar Pro 3
$0.63
Ring-2.6-1T
$0.63
Ling-2.6-1T
$0.75
Mercury 2
$0.77
DeepSeek V3 0324

Sources: Artificial Analysis (intelligence, speed) · OpenRouter (price).

Best for

Long Document Analysis

The model excels at processing and reasoning over extended inputs thanks to its 131072-token context window, making it suitable for reviewing lengthy reports or research papers.

Multi-turn Customer Support Chatbots

Strong instruction following and multi-turn dialogue capabilities allow it to maintain coherent conversations while accurately following user instructions across multiple exchanges.

Detailed Report Generation

It performs well at text generation and document summarization, enabling the creation of structured summaries or expanded content from source materials while adhering to specific formatting instructions.

Strengths & limitations

Strengths

  • +Large 128k token context window
  • +Instruct-tuned for task adherence
  • +Efficient 13B-scale deployment

Limitations

  • Text-only modality
  • Smaller parameter count limits depth on hard tasks
  • No built-in tool use or multimodal support

Cost calculator

Estimate what Hunyuan A13B Instruct would cost for your usage.

$0.00043
per request
$4.25
estimated / month

Based on Hunyuan A13B Instruct's $0.14/1M input · $0.57/1M output. Estimate only — actual cost varies by provider and caching.

Quick start

OpenRouter's API is OpenAI-compatible — most SDKs work by just swapping the base URL. Only the model slug changes between models.

JavaScript · openai
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://openrouter.ai/api/v1",
  apiKey: process.env.OPENROUTER_API_KEY,
});

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

console.log(completion.choices[0].message.content);

Model slug: tencent/hunyuan-a13b-instruct

Editor's verdict

Our take on Hunyuan A13B Instruct

Hunyuan A13B Instruct is Tencent's proprietary language models with a 131K-token context window.

At $0.57 per 1M output tokens, it is very cost-efficient for its class.

It is available through Tencent's API and aggregators like OpenRouter.

Best suited to large 128k token context window and instruct-tuned for task adherence.

Did you find this helpful?

Frequently asked questions

Pricing details are not specified in the model information provided.

User reviews

Real, verified reviews from the community shape this model's rating.

Loading reviews…

Sign in to review

Promote Hunyuan A13B Instruct

Add this badge to your website, or share the tool.

DFeatured on DhanasviHunyuan A13B Instruct 1