> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guppyapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate Limits

> API usage limits

To ensure stability for all partners, Guppy enforces rate limits on API requests.

### Default Limits

* **100 requests / minute / key**

### Rate Limit Headers

Rate limiting may include standard headers such as:

```bash theme={null}
RateLimit-Limit: 100
RateLimit-Remaining: 42
RateLimit-Reset: 1736659200
```

If you exceed limits you may receive:

* `429 Too Many Requests`
* `Retry-After: <seconds>` (when applicable)

### Higher Limits

If your application requires higher throughput, please reach out to us at [founders@guppy.ai](mailto:founders@guppy.ai) to discuss a partner plan.
