tencent cloud

文档大模型服务平台 TokenHub

Token Plan Personal Edition Credit Deduction Rules

Download
聚焦模式
字号
最后更新时间: 2026-07-14 16:02:04
Credits are adopted as the unified consumption unit for usage within the Token Plan Personal Edition package. This document helps you quickly understand the rules for deducting package usage.

Credit Definition

Credits are the unified consumption billing unit for the Token Plan Personal Edition package, used to quantify the consumption of model resources.

Deduction Rules

Credits consumed per request = (Number of input tokens that cache input × Deduction coefficient for cached input + Number of input tokens that miss the cache × Deduction coefficient for non-cached input + Number of output tokens × Credit coefficient for output) / 1,000,000.

Credit Coefficient

Model
Model ID
Input Length
(tokens)
Deduction Coefficient for Cache-Missed Input
Output Deduction Coefficient
Deduction Coefficient for Cache Input
Auto model
auto
-
82
237
7
GLM-5.2
glm-5.2
glm-5-2
-
154
482
29
Kimi-K2.6
kimi-k2.6
kimi-k-2-6
-
115
474
20
DeepSeek-V4-Pro (Vendor Direct)
deepseek-v4-pro-202606
-
136
272
2
DeepSeek-V4-Flash (Vendor Direct)
deepseek-v4-flash-202605
-
27
53
1
MiniMax-M3
minimax-m3
Input length ≤ 512k
47
188
10
Input length > 512k
94
375
19

Deduction Example

Assume the requested model is Kimi-K2.6, and for a specific request, the cached input is 50k tokens, the non-cached input is 10k tokens, and the output is 0.5k tokens. 2.387 credits are consumed. The detailed calculation is as follows:
Credits consumed per request
= (Number of input tokens that hit the cache × Deduction coefficient for cached input +
Number of input tokens that miss the cache × Deduction coefficient for non-cached input +
Number of output tokens × Credit coefficient for output) / 1,000,000
= (50000 × 20 + 10000 × 115 + 500 × 474) / 1000000
= 2.387


帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈