模型定價企業
500+ AI 模型 API,全部整合在一個 API 中。就在 CometAPI
模型 API
開發者
快速入門說明文件API 儀表板
公司
關於我們企業
資源
AI模型部落格更新日誌支援
服務條款隱私政策
© 2026 CometAPI · All rights reserved
Home/Models/Hunyuan/hunyuan-large
H

hunyuan-large

輸入:$0.44576/M
輸出:$1.33728/M
商業用途
概覽
功能
定價
API

Technical Specifications of hunyuan-large

SpecificationDetails
Model IDhunyuan-large
ProviderTencent Hunyuan
Model familyTencent Hunyuan large language model family
ArchitectureMixture-of-Experts (MoE) architecture
Parameter scaleReported as 389B total parameters in the open-source Hunyuan-Large release; Tencent also describes the long-context derivative as A52B-scale for activated experts in deployment materials. In practice, hunyuan-large refers to Tencent’s Hunyuan large-model line rather than a single universally published commercial spec.
Context handlingThe open-source Hunyuan-Large release is described as supporting up to 256K context, while Tencent’s long-context commercial derivative is specifically optimized for long-document parsing and generation.
Primary API styleChat/text generation through Tencent Hunyuan’s ChatCompletions-style API surface
Core strengthsChinese writing, long-context understanding, logical reasoning, summarization, and enterprise text-generation tasks
Enterprise availabilityAvailable through Tencent Cloud’s Hunyuan model platform and API ecosystem

What is hunyuan-large?

hunyuan-large is CometAPI’s platform identifier for Tencent’s Hunyuan large-model line, a family of general-purpose large language models developed by Tencent for text generation, dialogue, reasoning, and enterprise AI use cases. Tencent describes Hunyuan as a self-developed general and multimodal model family used across content creation, knowledge Q&A, and business automation scenarios.

Research published through Tencent Cloud materials indicates that Hunyuan-Large is built on an MoE foundation and has been positioned as a high-capacity model for demanding language tasks. Tencent’s public materials around the long-context variant say it is further trained from the open-source hunyuan-large base and optimized for long-document processing, with stronger performance in long-text analysis and generation.

In practical terms, hunyuan-large is best understood as a strong Chinese-first foundation model suited to chat, writing, summarization, multi-turn interaction, and long-context document workflows, especially where Tencent Hunyuan infrastructure is already part of the deployment stack. This characterization is an inference from Tencent’s product and release materials describing the broader Hunyuan family and the Hunyuan-Large derivatives.

Main features of hunyuan-large

  • MoE foundation: Tencent’s public materials describe Hunyuan-Large and its long-context derivative as using a Mixture-of-Experts architecture, which is typically designed to improve scaling efficiency and capability across complex generation tasks.
  • Strong Chinese-language performance: Tencent markets the Hunyuan family as having strong Chinese content creation ability, making hunyuan-large a good fit for Chinese dialogue, drafting, rewriting, and knowledge-assistance workflows.
  • Long-context processing: Tencent explicitly states that the long-context derivative based on hunyuan-large is optimized for long-text parsing and generation, and later updates mention improvements in multi-document, multi-turn, and summarization-style instructions.
  • Reasoning and task execution: Tencent describes the Hunyuan family as having logical reasoning ability in complex contexts and reliable task execution, supporting analytical and instruction-following scenarios.
  • Chat-oriented API access: Tencent’s Hunyuan API overview lists ChatCompletions as a core interface for conversational generation, which aligns well with standard LLM integration patterns.
  • Enterprise platform fit: Hunyuan is offered as part of Tencent Cloud’s enterprise AI stack, making it suitable for production applications that need managed API access, console tooling, and adjacent services.

How to access and integrate hunyuan-large

Step 1: Sign Up for API Key

To start using hunyuan-large, first sign up for an API key on CometAPI. After registration, create and securely store your API key from the dashboard. This key is required to authenticate all requests to the hunyuan-large API.

Step 2: Send Requests to hunyuan-large API

Once you have your API key, send requests to the CometAPI chat completions endpoint using hunyuan-large as the model name.

curl https://api.cometapi.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_API_KEY" \
  -d '{
    "model": "hunyuan-large",
    "messages": [
      {
        "role": "user",
        "content": "Write a concise summary of the advantages of mixture-of-experts language models."
      }
    ]
  }'

Step 3: Retrieve and Verify Results

The API returns a response containing the model’s generated output. Retrieve the text from the first choice in the response and verify that it matches your application’s expected format, accuracy, and safety requirements before using it in production.

hunyuan-large 的定價

探索 hunyuan-large 的競爭性定價,專為滿足各種預算和使用需求而設計。我們靈活的方案確保您只需為實際使用量付費,讓您能夠隨著需求增長輕鬆擴展。了解 hunyuan-large 如何在保持成本可控的同時提升您的專案效果。
彗星價格 (USD / M Tokens)官方價格 (USD / M Tokens)折扣
輸入:$0.44576/M
輸出:$1.33728/M
輸入:$0.5572/M
輸出:$1.6716/M
-20%

hunyuan-large 的範例程式碼和 API

存取完整的範例程式碼和 API 資源,以簡化您的 hunyuan-large 整合流程。我們詳盡的文件提供逐步指引,協助您在專案中充分發揮 hunyuan-large 的潛力。