Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions src/content/docs/ai-gateway/reference/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ import { Render } from "~/components";

The following limits apply to gateway configurations, logs, and related features in Cloudflare's platform.

| Feature | Limit |
| --------------------------------------------------------------- | ----------------------------------- |
| Cacheable request size | 25 MB per request |
| Custom metadata | 5 entries per request |
| Datasets | 10 per gateway |
| Gateways | 10 per account |
| Gateway name length | 64 characters |
| Log storage rate limit | 500 logs per second per gateway |
| Logs stored [paid plan](/ai-gateway/reference/pricing/) | 10 million per gateway <sup>1</sup> |
| Logs stored [free plan](/ai-gateway/reference/pricing/) | 100,000 per account <sup>2</sup> |
| Log size stored | 10 MB per log <sup>3</sup> |
| Logpush jobs | 4 per account |
| Logpush size limit | 1MB per log |
| Feature | Limit |
| ------------------------------------------------------------- | ----------------------------------- |
| Cacheable request size | 25 MB per request |
| [Custom metadata](/ai-gateway/configuration/custom-metadata/) | 5 entries per request |
| Datasets | 10 per gateway |
| Gateways | 10 per account |
| Gateway name length | 64 characters |
| Log storage rate limit | 500 logs per second per gateway |
| Logs stored [paid plan](/ai-gateway/reference/pricing/) | 10 million per gateway <sup>1</sup> |
| Logs stored [free plan](/ai-gateway/reference/pricing/) | 100,000 per account <sup>2</sup> |
| [Log size stored](/ai-gateway/observability/logging/) | 10 MB per log <sup>3</sup> |
| [Logpush jobs](/ai-gateway/observability/logging/) | 4 per account |
| [Logpush size limit](/ai-gateway/observability/logging/) | 1MB per log |

<sup>1</sup> If you have reached 10 million logs stored per gateway, new logs
will stop being saved. To continue saving logs, you must delete older logs in
Expand Down
Loading