Skip to content

Commit fdf29d7

Browse files
Edited footnotes
1 parent e46fda4 commit fdf29d7

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

src/content/docs/ai-gateway/reference/limits.mdx

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,23 @@ import { Render } from "~/components";
99

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

12-
| Feature | Limit |
13-
| --------------------------------------------------------------- | -------------------------- |
14-
| Maximum gateways | 10 per account |
15-
| Maximum logs stored [paid plan](/ai-gateway/reference/pricing/) | 10 million per gateway <sup>1</sup> |
16-
| Maximum logs stored [free plan](/ai-gateway/reference/pricing/) | 100,000 per account <sup>2</sup> |
17-
| Maximum log size stored | 10 MB per log <sup>3</sup> |
18-
| Maximum Logpush jobs | 4 per account |
19-
| Maximum gateway name length | 64 characters |
12+
| Feature | Limit |
13+
| --------------------------------------------------------------- | ----------------------------------- |
14+
| Maximum gateways | 10 per account |
15+
| Maximum logs stored [paid plan](/ai-gateway/reference/pricing/) | 10 million per gateway <sup>1</sup> |
16+
| Maximum logs stored [free plan](/ai-gateway/reference/pricing/) | 100,000 per account <sup>2</sup> |
17+
| Maximum log size stored | 10 MB per log <sup>3</sup> |
18+
| Maximum Logpush jobs | 4 per account |
19+
| Maximum gateway name length | 64 characters |
20+
21+
<sup>1</sup> If you have reached 10 million logs stored per gateway, new logs
22+
will stop being saved. To continue saving logs, you must delete older logs in
23+
that gateway to free up space or create a new gateway.
24+
25+
<sup>2</sup> If you have reached 100,000 logs stored per account, accross all
26+
gateways, new logs will stop being saved. To continue saving logs, you must
27+
delete older logs.
2028

21-
<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 that gateway to free up space or create a new gateway.
22-
<sup>2</sup> If you have reached 100,000 logs stored per account, accross all gateways, new logs will stop being saved. To continue saving logs, you must delete older logs.
2329
<sup>3</sup> Logs larger than 10 MB will not be stored.
2430

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

0 commit comments

Comments
 (0)