# Rate Limits

Rate limiting serves multiple purposes:

* Security: It mitigates the risk of abuse or misuse by preventing malicious users from flooding the API with excessive requests, which could disrupt services.
* Fair Access: Rate limiting ensures equitable access to the API by restricting any single user or application from monopolizing resources, enabling all users to leverage the API effectively.
* Performance Optimization: By managing the overall load on our infrastructure, rate limiting prevents performance degradation due to sudden spikes in API requests, maintaining a smooth and consistent user experience.

At Segmind, we prioritize the security, fairness, and reliability of our API services. Rate limiting is a crucial measure to uphold these core principles and deliver an optimal experience to all our users.

Here are the rate limits depending on your account plan.&#x20;

| Free  | Pro    | Enterprise |
| ----- | ------ | ---------- |
| 5 RPM | 50 RPM | Custom     |
