From 5a58a7238f9a99a2413433270032246162e921d7 Mon Sep 17 00:00:00 2001 From: daisyfaithauma Date: Fri, 13 Sep 2024 17:09:53 +0100 Subject: [PATCH 1/4] Limits update --- src/content/docs/ai-gateway/reference/limits.mdx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/content/docs/ai-gateway/reference/limits.mdx b/src/content/docs/ai-gateway/reference/limits.mdx index 235dfa38d181fc0..b2083dbcdc0bfe0 100644 --- a/src/content/docs/ai-gateway/reference/limits.mdx +++ b/src/content/docs/ai-gateway/reference/limits.mdx @@ -7,6 +7,19 @@ 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 | 10 million logs per gateway | +| Maximum log size stored | 10 MB per log 1 | +| Maximum Logpush jobs | 4 per account | +| Maximum number of metadata | TBD | +| Maximum gateway name length | 64 characters | + +This limit applies to individual logs. Logs larger than 10 MB will not be stored.[^1] + +[^1]: Logs that exceed the 10 MB limit will not be saved in the system. From b68cd5f63c8f11c18c22fa7411cdbb0a3e7ebadf Mon Sep 17 00:00:00 2001 From: daisyfaithauma Date: Fri, 13 Sep 2024 17:31:29 +0100 Subject: [PATCH 2/4] footnote added --- src/content/docs/ai-gateway/reference/limits.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/content/docs/ai-gateway/reference/limits.mdx b/src/content/docs/ai-gateway/reference/limits.mdx index b2083dbcdc0bfe0..317ee017f0330e9 100644 --- a/src/content/docs/ai-gateway/reference/limits.mdx +++ b/src/content/docs/ai-gateway/reference/limits.mdx @@ -18,8 +18,6 @@ The following limits apply to gateway configurations, logs, and related features | Maximum number of metadata | TBD | | Maximum gateway name length | 64 characters | -This limit applies to individual logs. Logs larger than 10 MB will not be stored.[^1] - -[^1]: Logs that exceed the 10 MB limit will not be saved in the system. +1 Logs larger than 10 MB will not be stored. From 560f3bb8d25e2e5516b5d65d679f7ea55e4c2ae1 Mon Sep 17 00:00:00 2001 From: daisyfaithauma Date: Wed, 25 Sep 2024 14:37:58 +0100 Subject: [PATCH 3/4] Updated details on limits --- .../docs/ai-gateway/reference/limits.mdx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/content/docs/ai-gateway/reference/limits.mdx b/src/content/docs/ai-gateway/reference/limits.mdx index 317ee017f0330e9..c42fc85f9c13f35 100644 --- a/src/content/docs/ai-gateway/reference/limits.mdx +++ b/src/content/docs/ai-gateway/reference/limits.mdx @@ -9,14 +9,15 @@ import { Render } from "~/components"; 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 | 10 million logs per gateway | -| Maximum log size stored | 10 MB per log 1 | -| Maximum Logpush jobs | 4 per account | -| Maximum number of metadata | TBD | -| Maximum gateway name length | 64 characters | +| Feature | Limit | +| -------------------------------------------------------------------- | --------------------------- | +| Maximum gateways | 10 per account | +| Maximum logs stored [For Paid plan users only](/ai-gateway/pricing/) | 10 million logs per gateway | +| Maximum logs stored [For Free plan users](/ai-gateway/pricing/) | +| Maximum log size stored | 10 MB per log 1 | +| Maximum Logpush jobs | 4 per account | +| Maximum number of metadata | TBD | +| Maximum gateway name length | 64 characters | 1 Logs larger than 10 MB will not be stored. From 57db877c35d4980edb49e7bbeb4729ba05bbf684 Mon Sep 17 00:00:00 2001 From: daisyfaithauma Date: Thu, 26 Sep 2024 11:29:07 +0100 Subject: [PATCH 4/4] edited table --- .../docs/ai-gateway/reference/limits.mdx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/content/docs/ai-gateway/reference/limits.mdx b/src/content/docs/ai-gateway/reference/limits.mdx index c42fc85f9c13f35..fd494e985c62ceb 100644 --- a/src/content/docs/ai-gateway/reference/limits.mdx +++ b/src/content/docs/ai-gateway/reference/limits.mdx @@ -9,15 +9,14 @@ import { Render } from "~/components"; 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 [For Paid plan users only](/ai-gateway/pricing/) | 10 million logs per gateway | -| Maximum logs stored [For Free plan users](/ai-gateway/pricing/) | -| Maximum log size stored | 10 MB per log 1 | -| Maximum Logpush jobs | 4 per account | -| Maximum number of metadata | TBD | -| Maximum gateway name length | 64 characters | +| 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 1 | +| Maximum Logpush jobs | 4 per account | +| Maximum gateway name length | 64 characters | 1 Logs larger than 10 MB will not be stored.