Account & Usage
Introduction
Tuanjie AI provides account usage management features to help you understand and manage your account resource usage, including API call counts, token usage, credit limits, and other important information.
On your first login, you receive a certain amount of free Tuanjie AI credits. When your usage reaches 80% of the total quota, you can request additional free credits on the Usage Statistics page. You'll receive an email notification when credits are granted, and the usage statistics page will sync accordingly.
Note: Tuanjie AI account credits are organized under Unity ID organizations, not under individual Unity ID accounts.
View Account Usage
Find Account & Usage in Settings, then navigate to the usage statistics page to view your usage information. To use another organization's quota, switch organizations first.
Token Consumption Rules
Understand how tokens and credits are consumed and the billing rules.
When Are Tokens/Credits Consumed?
1. AI Conversations — Pay-per-use
Token Type Billing:
| Token Type | Description |
|---|---|
| Input Token | prompt_tokens |
| Output Token | completion_tokens |
| Cache Token | cache_tokens |
❌ Failed calls are not billed
2. Asset Generation API — Fixed Credits per Call
API Type Billing:
| API Type | Fixed Credits |
|---|---|
| embedding | 10 credits/call |
| rerank | 20 credits/call |
| texture_generation | 50 credits/call |
| model_generation | 200 credits/call |
❌ Failed API calls are not billed.
Usage Optimization Tips
Reduce Token Consumption
- Simplify prompts: Use concise, clear prompts
- Limit context: Only include necessary files and code
- Use caching: Leverage caching mechanisms
- Batch processing: Break large tasks into smaller ones
Improve API Efficiency
- Batch requests: Use batch operations where appropriate
- Parallel processing: Use parallel requests for independent tasks
- Avoid duplication: Cache common query results
- Error handling: Handle errors properly to avoid redundant requests
Tuanjie AI Credit Management
If you need more Tuanjie AI credits:
- Contact the Tuanjie AI support team
- Provide a description of your use case
- Request a credit increase
- Wait for approval
FAQ
Q: What happens when Tuanjie AI credits are exceeded?
A: Once you exceed your credit limit, API calls will be rate-limited or rejected until your credits are reset or increased.
Q: How do I reduce token usage?
A: You can reduce token consumption by simplifying prompts, limiting context scope, and using caching.
Q: Can I purchase additional Tuanjie AI credits?
A: You can contact the Tuanjie AI support team to purchase additional Tuanjie AI credits or upgrade your plan.
Best Practices
- Regular monitoring: Check usage once a week
- Plan accordingly: Plan your usage based on available credits
- Report issues promptly: Contact support when issues arise
- Continuous optimization: Optimize request strategies based on usage data