Update PAYG pricing documentation — merge Thu Sep 10 PT / 2026-09-11 00:00 UTC - #1615
Update PAYG pricing documentation — merge Thu Sep 10 PT / 2026-09-11 00:00 UTC#1615alchemy-bot wants to merge 1 commit into
Conversation
Update PAYG documentation to the flat $0.525/M CU rate and remove the 300M-CU volume price break. Rewrites the pricing-plans feature-comparison row and the pay-as-you-go pricing FAQ (rate description, launch sentence, billing examples, and closing marketing line). Legacy customer-transition documentation is untouched. Refs DOCS-223 Requested-by: @maxchemist-lfg
🔗 Preview Mode
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9a15989f91
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| This FAQ answers what you need to know about our Pay As You Go plan. | ||
|
|
||
| 1. **What is Pay As You Go plan?** Pay As You Go is our new pricing plan. You only pay for what you use, with no platform fees. Rates start at $0.45 per million Compute Units and automatically decrease to $0.40 per million Compute Units after you hit 300M Compute Units. | ||
| 1. **What is Pay As You Go plan?** Pay As You Go is our new pricing plan. You only pay for what you use, with no platform fees. All usage is billed at a flat rate of $0.525 per million Compute Units. |
There was a problem hiding this comment.
Qualify the rate as applying to new PAYG subscriptions
For customers whose PAYG subscriptions predate this pricing rollout, this statement incorrectly says that all usage is billed at $0.525/M CU. The change description explicitly limits the new rate to new PAYG subscriptions, while the edited FAQ and pricing table omit that qualification; add the applicable subscription cohort or effective date so existing customers are not given an inaccurate higher billing rate.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
accurate, but for simplicity I think we say this, given the plan is to roll out these changes to all users in the coming weeks
⏰ Merge timing
Please merge Thursday, September 10 afternoon PT — 2026-09-11 00:00 UTC. This pricing change should not go live before then.
Summary
Update Pay As You Go pricing documentation to reflect the new flat rate of $0.525 per 1M Compute Units across all usage. Removes the previous volume price break (previously $0.45/M CU up to 300M CU, then $0.40/M CU above). Rewrites the closing marketing line, the launch sentence, and the two billing examples.
Applies to new PAYG subscriptions. Legacy customer-transition documentation (
content/tutorials/learn-about-alchemy/pricing-transition-plan-faq/pricing-transition-plan-faq.mdx) is intentionally left unchanged since its $0.40 references concern existing legacy customers.Changes
content/api-reference/pricing-resources/pricing/pricing-plans.mdxReplaced the two rows for "Up to 300M CU rate" and "300M+ CU rate" with a single row:
content/api-reference/pricing-resources/pricing-faq/pay-as-you-go-pricing-faq.mdxVerification
grep -rnE '\$0\.45|\$0\.40|300M' content/api-reference/pricing-resources/→ 0 matches after edits.git diff --checkclean.Linear
DOCS-223 — https://linear.app/alchemyapi/issue/DOCS-223/update-payg-pricing-to-flat-dollar0525m-cu-and-remove-300m-cu-volume
Requested by
@maxchemist-lfg (via Slack thread)