Six Billing Methods
- Token Billing
- Per-Call Billing
- Per-Character Billing
- Per-10K-Character Billing
- Duration Billing
Billing unit:
token_splitUse case: LLM conversational AIHow it works: Input tokens and output tokens are calculated separately, each multiplied by their respective rate, then summed. Different models have different input/output rates.A token is the basic unit that language models use to process text. One Chinese character typically corresponds to 1–2 tokens, while one English word typically corresponds to 1–4 tokens. The longer the conversation and the more context involved, the more tokens are consumed.Relationship Between Billing Units and Models
Each model in the platform’s pricing catalog is assigned a specific billing unit and corresponding rate. This means:- Rates vary among similar models: Even among LLM conversation models, premium and lightweight models have significantly different token rates.
- Similar capabilities may use different billing methods: For example, text-to-speech is billed per 10K characters, while speech recognition is billed by duration.
Rate Reference
How to Save Credits
Choose the Right Model
Not every task requires the most powerful model. Use a lightweight model for simple Q&A and switch to a premium model for complex reasoning.
Keep Context Concise
With token billing, longer conversations cost more. Starting a new conversation when appropriate can reduce unnecessary context overhead.
Monitor Consumption
Credits consumed are displayed after each conversation turn, helping you understand the cost of different operations.
Upgrade Your Plan
Paid plans include generous credit bonuses and unlock additional features. See Subscription Plans.

