Skip to content
Merged
Changes from all commits
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
6 changes: 3 additions & 3 deletions src/content/docs/ai-gateway/reference/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ You can monitor your usage in the AI Gateway dashboard.

:::note[Note]

**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 (review 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.
Billing for persistent logs has not yet started. Users on paid plans can store logs beyond the included volume of 200,000 logs stored a month without being charged during this period. (Users on the free plan remain limited to the 100,000 logs cap for their plan.) We will provide plenty of advanced notice before charging begins for persistent log storage.

:::

We have extended our real-time log storage (previously limited to 24 hours) to allow storage of logs for extended periods, up to 10 million logs per gateway. Persistent logs are available on all plans, with a free allocation for both free and paid plans. Charges for additional logs beyond those limits are based on the number of logs stored per month.
Persistent logs are available on all plans, with a free allocation for both free and paid plans. Charges for additional logs beyond those limits are based on the number of logs stored per month.

### Free allocation and overage pricing

Expand All @@ -30,7 +30,7 @@ We have extended our real-time log storage (previously limited to 24 hours) to a
| Workers Free | 100,000 logs total | N/A – Upgrade to Workers Paid |
| Workers Paid | 200,000 logs total | $8 per 100,000 logs stored per month |

Allocations are based on the total logs stored across all gateways. If your limit is reached, new logs will stop being saved. To continue saving logs, you must delete older logs to free up space.
Allocations are based on the total logs stored across all gateways. If your limit is reached, new logs will stop being saved. To continue saving logs, you must [delete logs](/ai-gateway/observability/logging/#how-to-delete-logs/) to free up space.

## Logpush

Expand Down
Loading