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

# Rate Limits

> Per-key rate limits enforced by the API.

The API enforces per-key rate limits at the infrastructure level:

| Operation                                     | Limit                             |
| --------------------------------------------- | --------------------------------- |
| Training, inference, and dataset uploads      | 60 requests / minute per API key  |
| All other endpoints (list, get, delete, etc.) | 600 requests / minute per API key |

When you exceed a rate limit, the API returns a `429 Too Many Requests` response. Wait briefly and retry.
