Skip to content

Commit

Permalink
Limits update (#16826)
Browse files Browse the repository at this point in the history
* Limits update

* footnote added

* Updated details on limits

* edited table
  • Loading branch information
daisyfaithauma authored Sep 26, 2024
1 parent eb35714 commit d27ec8d
Showing 1 changed file with 12 additions and 1 deletion.
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" />

0 comments on commit d27ec8d

Please sign in to comment.