Skip to content

Tencent Hunyuan learning map

Hunyuan / Tencent Hy is Tencent's self-developed model family and the channels that open those models to developers. The research site is hunyuan.tencent.com. Hosted inference goes through TokenHub.

This directory covers models and open capabilities only. Yuanbao, CodeBuddy, WorkBuddy, and ima are sibling products. They get one row on the family map.

Product landscape

Several Tencent doors share the words Hunyuan or Hy. They are not one product with four skins.

Tencent AI (Hunyuan-related official surfaces)
├── Hunyuan / Hy — models, research, open weights (this handbook)
│   ├── Hy models (Hy3, Hy-MT2, image / video / 3D / vision / ASR)
│   ├── Research (Hy3 note, Hyra, …)
│   ├── Co-design / International (site chrome, not a call surface)
│   ├── Try Hy (Hy AI Studio)
│   └── Open weights (GitHub Tencent-Hunyuan / Hugging Face tencent/Hy3)
├── TokenHub — cloud model gateway (serves Hy and third-party models)
├── Tencent Hunyuan LLM (cloud product 1729, older API tree)
├── Yuanbao — consumer assistant (runs Hy3)     → issue #76
├── CodeBuddy — coding IDE / CLI                → issue #78
├── WorkBuddy — office agent
└── ima — knowledge steward
SurfaceWhat it isOfficial URLThis site
Hy models / Hunyuan siteModel and research homehunyuan.tencent.comThis page + tutorial
TokenHubUnified LLM API (Hy + third parties)Product / docs 1823Tutorial / Cookbook / Cheatsheet
Try Hy (AI Studio)Browser playgroundaistudio.tencent.comOne tutorial section
Open weightsApache-2.0 checkpointsTencent-Hunyuan / tencent/Hy3Tutorial section + cheatsheet
ResearchTech notesresearch / Hy3Map row
Co-design / InternationalFirst-level site navhunyuan.tencent.com headerMap row; not a new product
Hunyuan cloud product (1729)Older dedicated API treeproduct/hunyuan / docs 1729Map row. Hy3 prose lives on TokenHub
YuanbaoAll-in-one assistant that already uses Hy3yuanbao.tencent.comMap row → #76
CodeBuddyTencent Cloud coding assistantcodebuddy.cnMap row → #78
WorkBuddyOffice agent workbenchworkbuddy.cn / cloud productMap row
imaKnowledge-base stewardima.qq.comMap row
Jobs / face ID / CVM / SMSNon-topic nav itemsOut of scope

Name collisions (full write-up in the glossary):

  • Hunyuan / Hy ≠ Yuanbao. The model family is not the consumer chat app.
  • Hy3 ≠ TokenHub ≠ AI Studio. Model, gateway, playground.
  • There is no first-party hunyuan CLI. The coding agent product is CodeBuddy.
  • Open-source repo names ≠ TokenHub model slugs.

Quick decision

What do I want?
├── Try Hy3 / translation / multimodal in a browser
│   └── → Hy AI Studio (aistudio.tencent.com)
├── Call Hunyuan from my own front end / Node service
│   └── → TokenHub, model = hy3 (this handbook)
├── Point Claude Code / Cursor at Hy3
│   └── → TokenHub “connect AI tools”; Hy3 walkthrough is official 1823/131903
│       └── CodeBuddy itself is #78, not this directory
├── Serve open weights
│   └── → github.com/Tencent-Hunyuan/Hy3 (official: 8-GPU class)
├── Chat / search / write, no code
│   └── → Yuanbao (#76)
├── IDE completion / repo agent
│   └── → CodeBuddy (#78)
└── CVM / COS / SMS
    └── → Out of scope

Sources: hunyuan.tencent.com, TokenHub docs, Hy call guide.

When this handbook is worth it

Read it when

  • You want an OpenAI-compatible domestic model from TypeScript, and the official door is TokenHub hy3.
  • You already use Claude Code / Cursor and want Hy3 on the same harness (official connect pages exist).
  • You need to compare hosted hy3 with the open checkpoint.

Skip it when

  • You want Yuanbao the chat app → #76.
  • You want CodeBuddy the coding product → #78.
  • You want MoE / MTP / attention internals → LLM fundamentals and Learn LLM.

Learning path

StageReadGoal
1. Pick a doorThis mapStop mixing Yuanbao / TokenHub / Hy3
2. First callTutorialA hy3 completion in 15 minutes
3. Wire it inCookbookStreaming, thinking, tools, Claude Code
4. Look upCheatsheetSlugs, prices, endpoints
5. NamesGlossaryWhich official tree wins

Model snapshot (Hy-family slugs only)

Canonical table: TokenHub model list. Prices: pricing (2026-08-14).

Official namemodelWindow (in / out)Official one-liner
Hy3hy3192k / 128k (256k context)Real-world Coding / long-context / Agent
Hy3 previewhy3-previewsameRetires 2026-08-31
Hy-MT2-Pro / Plus / Litehy-mt2-*4k / 4kTranslation
Hy-Role / Latesthy-role / hunyuan-role-latest28k / 4kRole-play
HY-Image-V3.0hy-image-v3.0T2I / I2I
HY-3D-3.1hy-3d-3.1T23D / I23D

Hosted Hy3: 1 / 4 / 0.25 CNY per million tokens (input / output / cache hit). Open weights are a separate path: tutorial.

Out of scope

  • Full Yuanbao / CodeBuddy / WorkBuddy / ima tutorials.
  • Picking DeepSeek / Kimi / GLM on TokenHub.
  • Non-AI Tencent Cloud (CVM, COS, SMS, domains).
  • Model internals.

Built for frontend engineers · Powered by VitePress