# 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](https://docs.filebase.com/ipfs-concepts/what-is-ipfs-pinning#uploading-a-folder-to-ipfs-using-ipfs-desktop-then-pinning-it-using-filebase) for a more reliable experience.
