Published at: 2026-09-17
Billing & usage management FAQ
How do credits convert to RMB?
1 credit = 0.10 RMB. A credit is the unified billing unit for AI PaaS. The token unit price for each provider model is converted to credits for display.
Why is my consumption so fast?
| Cause of rapid consumption | Solution |
|---|---|
| Using high-end models (such as Deepseek-r1, Doubao seed2.0 pro) | Run an A/B test. Evaluate whether an economy model achieves the same result |
| Long context with accumulating conversation history | Reset conversations regularly to control context length |
| Frequent calls | Merge tasks to reduce the number of calls |
| Multi-turn reasoning loops inject a large number of prompts and tool definitions | Streamline tool mounting. Optimize instructions to avoid unnecessary planning |
How do I view the quota consumed per conversation?
A system administrator can view this at Setup -> AI Platform Management -> Invocation statistics.
What extra costs come with knowledge base Q&A?
Besides the conversation itself, you also need to consider the cost of vectorizing and ingesting knowledge chunks (PDF file 0.1 credits per page, image 0.1 credits per image). You also need to consider the cost of recalling knowledge chunks based on the user question.