Skip to main content

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.

Switch model

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 TypeDescription
Input Tokenprompt_tokens
Output Tokencompletion_tokens
Cache Tokencache_tokens

❌ Failed calls are not billed


2. Asset Generation API — Fixed Credits per Call

API Type Billing:

API TypeFixed Credits
embedding10 credits/call
rerank20 credits/call
texture_generation50 credits/call
model_generation200 credits/call

❌ Failed API calls are not billed.

Usage Optimization Tips

Reduce Token Consumption

  1. Simplify prompts: Use concise, clear prompts
  2. Limit context: Only include necessary files and code
  3. Use caching: Leverage caching mechanisms
  4. Batch processing: Break large tasks into smaller ones

Improve API Efficiency

  1. Batch requests: Use batch operations where appropriate
  2. Parallel processing: Use parallel requests for independent tasks
  3. Avoid duplication: Cache common query results
  4. Error handling: Handle errors properly to avoid redundant requests

Tuanjie AI Credit Management

If you need more Tuanjie AI credits:

  1. Contact the Tuanjie AI support team
  2. Provide a description of your use case
  3. Request a credit increase
  4. 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

  1. Regular monitoring: Check usage once a week
  2. Plan accordingly: Plan your usage based on available credits
  3. Report issues promptly: Contact support when issues arise
  4. Continuous optimization: Optimize request strategies based on usage data