Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/content/changelogs/ai-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ productLink: "/ai-gateway/"
productArea: Developer platform
productAreaLink: /workers/platform/changelog/platform/
entries:
- publish_date: "2024-12-13"
title: Bug Fixes
description: |-
* **Bug Fixes**: Fixed Anthropic errors being cached.
* **Bug Fixes**: Fixed `env.AI.run()` requests using authenticated gateways returning authentication error.
- publish_date: "2024-11-28"
title: OpenRouter
description: |-
* **Configuration**: Added [OpenRouter](/ai-gateway/providers/openrouter/) as a new provider.

- publish_date: "2024-11-19"
title: WebsocketS API
description: |-
Expand Down
8 changes: 4 additions & 4 deletions src/content/docs/ai-gateway/reference/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can monitor your usage in the AI Gateway dashboard.

:::note[Note]

During the open beta, paid users can store logs persistently up to our limit of 10 million logs per gateway without being charged. Free users can use up to the free allocation below. Billing and plan limits will be applied once this feature reaches General Availability (GA). We will provide ample advance notice before this transition.
**Persistent Logs will reach General Availability (GA) on February 1, 2025. Starting on this date, billing for persistent log storage will begin** for usage that exceeds the included volumes per plan (see details below). If you have been using persistent logs during the beta but do not wish to incur charges, please ensure your stored logs are within your plan's free volume before January 31, 2025.

:::

Expand All @@ -36,9 +36,9 @@ Allocations are based on the total logs stored across all gateways. If your limi

Logpush is only available on the Workers Paid plan.

| | Paid plan |
| --------------------- | ---------------------------------- |
| Requests | 10 million / month, +$0.05/million |
| | Paid plan |
| -------- | ---------------------------------- |
| Requests | 10 million / month, +$0.05/million |

## Fine print

Expand Down
Loading