@@ -9,15 +9,23 @@ import { Render } from "~/components";
99
1010The 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 |
16- | Maximum logs stored [ free plan] ( /ai-gateway/reference/pricing/ ) | 100,000 per account |
17- | Maximum log size stored | 10 MB per log <sup >1 </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 |
2020
21- <sup >1</sup > Logs larger than 10 MB will not be stored.
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.
28+
29+ <sup >3</sup > Logs larger than 10 MB will not be stored.
2230
2331<Render file = " limits-increase" product = " ai-gateway" />
0 commit comments