tencent cloud

문서LLM Service TokenHubToken PlanPersonal Token PlanToken Plan Personal Edition Credit Deduction Rules

Token Plan Personal Edition Credit Deduction Rules

Download
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-07-14 16:02:04
AI 번역
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


도움말 및 지원

문제 해결에 도움이 되었나요?

피드백