Skip to content
Merged
Changes from all commits
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
13 changes: 12 additions & 1 deletion src/content/docs/ai-gateway/reference/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ sidebar:

import { Render } from "~/components";

You can have a maximum of 10 gateways within your AI Gateway account.
The following limits apply to gateway configurations, logs, and related features in Cloudflare's platform.

| Feature | Limit |
| ----------------------------------------------------- | -------------------------- |
| Maximum gateways | 10 per account |
| Maximum logs stored [paid plan](/ai-gateway/pricing/) | 10 million per gateway |
| Maximum logs stored [free plan](/ai-gateway/pricing/) | 100,000 per account |
| Maximum log size stored | 10 MB per log <sup>1</sup> |
| Maximum Logpush jobs | 4 per account |
| Maximum gateway name length | 64 characters |

<sup>1</sup> Logs larger than 10 MB will not be stored.

<Render file="limits-increase" product="ai-gateway" />
Loading