Types of Limits
mixus implements several types of limits to ensure optimal performance and fair usage across all users:Rate Limits
Control the frequency of API requests and user actions:- API requests per minute
- Messages per hour
- File uploads per day
- Concurrent agent executions
Storage Limits
Manage data storage and memory usage:- File storage quota
- Memory system capacity
- Knowledge base size
- Conversation history retention
Model Limits
Specific to AI model capabilities:- Token context windows
- Maximum response length
- Concurrent model requests
- Processing timeouts
Limit Categories by Plan
Free Plan Limits
- Monthly tokens: 1,000
- File uploads: 5 per month
- Storage: 100MB total
- API requests: 60 per hour
- Concurrent chats: 1
- Memory entries: 50
Pro Plan Limits
- Monthly tokens: 100,000 included
- File uploads: Unlimited
- Storage: 10GB total
- API requests: 1,000 per hour
- Concurrent chats: 10
- Memory entries: 1,000
Team Plan Limits
- Monthly tokens: 500,000 included
- File uploads: Unlimited
- Storage: 100GB total
- API requests: 10,000 per hour
- Concurrent chats: 50
- Memory entries: 10,000
Enterprise Limits
- Monthly tokens: Custom allocation
- File uploads: Unlimited
- Storage: Custom allocation
- API requests: Custom rate limits
- Concurrent chats: Unlimited
- Memory entries: Unlimited
Understanding Limit Enforcement
Soft Limits
Limits that provide warnings but don’t block usage:- Budget thresholds: Alerts at 75%, 90%, 95%
- Storage warnings: Notifications at 80% capacity
- Performance alerts: Slow response time warnings
Hard Limits
Limits that prevent further usage until reset:- Rate limits: Temporary blocking until time window resets
- Storage caps: No new uploads until space is freed
- Token exhaustion: No model usage until next billing cycle
Graceful Degradation
How the platform handles limit approaches:- Priority queuing: Pro/Team users get priority during high load
- Model fallback: Automatic switching to faster models when needed
- Context truncation: Intelligent conversation history management