# Service Limits

## API Rate Limits

* **S3 API:** 500 RPS (requests per second)
* **IPFS RPC API:** 500 RPS (requests per second)
* **IPFS Pinning Service API:** 500 RPS (requests per second)
* **Platform API:** 500 RPS (requests per second)

## Bucket Limits

| Plan      | Buckets Allowed |
| --------- | --------------- |
| Free      | 1               |
| Starter   | 100             |
| Pro       | 500             |
| Unlimited | Unlimited       |

## Sites Limits

| Plan      | Sites Allowed |
| --------- | ------------- |
| Free      | 1             |
| Starter   | 10            |
| Pro       | 50            |
| Unlimited | 100           |

## IPNS Name Limits

| Plan      | IPNS Names Allowed |
| --------- | ------------------ |
| Free      | 1                  |
| Starter   | 100                |
| Pro       | 1,000              |
| Unlimited | Unlimited          |

## Public Gateway Rate Limits

The Filebase public IPFS gateway is intended to be used for testing purposes, and has a request rate limit of 100 RPM (requests per minute).

## Dedicated Gateway Limits

| Plan      | Dedicated Gateways |
| --------- | ------------------ |
| Free      | 1                  |
| Starter   | 1                  |
| Pro       | 5                  |
| Unlimited | 10                 |

Filebase Dedicated Gateways do not have any request rate limits.

## Maximum File Size Limits

Filebase supports file uploads up to 1 TB in size.

Any file larger than 5GB should be uploaded using the S3-compatible API to benefit from Multipart Upload. For large IPFS folders, we also suggest [re-pinning CIDs](/ipfs-concepts/what-is-ipfs-pinning.md#uploading-a-folder-to-ipfs-using-ipfs-desktop-then-pinning-it-using-filebase) for a more reliable experience.


---

# 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://docs.filebase.com/getting-started/service-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.
