# Rate Limits

## Rate Limit Policy

To ensure platform stability and fairness, we enforce different rate limits for different types of users.

#### 1. User Type Definitions

* **Community User** Users who access the platform through free registration. Typically for personal research, learning, and small-scale non-commercial use.
* **Enterprise User** Business, institutional, or team accounts with a commercial agreement. Suitable for large-scale production environments, commercial applications, and high-concurrency workloads.

#### 2. Limit Metrics

We apply rate limits along these key dimensions:

| Metric             | Description                                                       |
| ------------------ | ----------------------------------------------------------------- |
| Request Limit Rate | Maximum number of API requests allowed within a given time period |
| Concurrent Tasks   | Maximum number of simultaneous active tasks                       |

## Rate Limit Comparison

| User Type            | Request Limit / min | Concurrent Tasks |
| -------------------- | ------------------- | ---------------- |
| **Community Users**  | 600 / per min       | 30               |
| **Enterprise Users** | Custom              | Custom           |

> **Note:** The above values are for reference only. Actual limits are subject to your service agreement or the official documentation.

## Over-Limit Handling

If the rate limit is exceeded, the system will:

1. Return an **HTTP 429 Too Many Requests** status code

{% hint style="info" %}
Got questions? Stumbled upon an issue? Simply intrigued? Don’t hesitate! Our support team is always on standby, eager to assist. Join us, dive deep! [Contact us!](mailto:support@onerouter.pro)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://infronai.gitbook.io/docs/features/rate-limits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
