# Rate Limits

Fastino enforces both monthly request quotas and a Requests Per Second (RPS) limit across all plans.

### **Request Limits by Plan**

| Plan  | Monthly Quota      | RPS Limit |
| ----- | ------------------ | --------- |
| Build | 10,000 requests    | 10 RPS    |
| Pro   | 100,000 requests   | 10 RPS    |
| Team  | 3,000,000 requests | 10 RPS    |

### Batch Requests

For Pro and Team plans, the ability to send batch requests is crucial. Since all plans are capped at 10 RPS, batching allows users to process larger volumes of data without violating RPS limits. Instead of sending 1,000 individual requests per second (which would be throttled), a user can group multiple inputs into a single request payload, dramatically improving throughput. Note that each sample in a batch API request counts as a single model request and counts against your total monthly quota.


---

# 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://fastino-1.gitbook.io/docs/get-started/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.
