Skip to content

Commit 3b3593e

Browse files
[AIG] added links (#18863)
* added links * Added more links * Added new [AIG] dashboard changes to changelog (#18893) * Added new dashboard changes to changelog * Update ai-gateway.yaml --------- Co-authored-by: Kathy <[email protected]> --------- Co-authored-by: Kathy <[email protected]>
1 parent 98f2a91 commit 3b3593e

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

src/content/changelogs/ai-gateway.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ productLink: "/ai-gateway/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2024-12-17"
9+
title: AI Gateway Dashboard
10+
description: |-
11+
* Updated dashboard to view performance, costs, and stats across all gateways.
12+
813
- publish_date: "2024-12-13"
914
title: Bug Fixes
1015
description: |-
1116
* **Bug Fixes**: Fixed Anthropic errors being cached.
1217
* **Bug Fixes**: Fixed `env.AI.run()` requests using authenticated gateways returning authentication error.
13-
18+
1419
- publish_date: "2024-11-28"
1520
title: OpenRouter
1621
description: |-

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ 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-
| Cacheable request size | 25 MB per request |
15-
| Custom metadata | 5 entries per request |
16-
| Datasets | 10 per gateway |
17-
| Gateways | 10 per account |
18-
| Gateway name length | 64 characters |
19-
| Log storage rate limit | 500 logs per second per gateway |
20-
| Logs stored [paid plan](/ai-gateway/reference/pricing/) | 10 million per gateway <sup>1</sup> |
21-
| Logs stored [free plan](/ai-gateway/reference/pricing/) | 100,000 per account <sup>2</sup> |
22-
| Log size stored | 10 MB per log <sup>3</sup> |
23-
| Logpush jobs | 4 per account |
24-
| Logpush size limit | 1MB per log |
12+
| Feature | Limit |
13+
| ---------------------------------------------------------------- | ----------------------------------- |
14+
| [Cacheable request size](/ai-gateway/configuration/caching/) | 25 MB per request |
15+
| [Custom metadata](/ai-gateway/configuration/custom-metadata/) | 5 entries per request |
16+
| [Datasets](/ai-gateway/evaluations/set-up-evaluations/) | 10 per gateway |
17+
| Gateways | 10 per account |
18+
| Gateway name length | 64 characters |
19+
| Log storage rate limit | 500 logs per second per gateway |
20+
| Logs stored [paid plan](/ai-gateway/reference/pricing/) | 10 million per gateway <sup>1</sup> |
21+
| Logs stored [free plan](/ai-gateway/reference/pricing/) | 100,000 per account <sup>2</sup> |
22+
| [Log size stored](/ai-gateway/observability/logging/) | 10 MB per log <sup>3</sup> |
23+
| [Logpush jobs](/ai-gateway/observability/logging/logpush/) | 4 per account |
24+
| [Logpush size limit](/ai-gateway/observability/logging/logpush/) | 1MB per log |
2525

2626
<sup>1</sup> If you have reached 10 million logs stored per gateway, new logs
2727
will stop being saved. To continue saving logs, you must delete older logs in

0 commit comments

Comments
 (0)