You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Images] Transformation pricing with R2 - storage only (#23759)
* [Images] Transformation pricing with R2 - storage only
* Rewrite using tables instead
* Apply suggestions from code review
* Apply suggestions from code review
* Added footnotes for better mobile viewing
Copy file name to clipboardExpand all lines: src/content/docs/images/pricing.mdx
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,28 @@ Unique transformations are counted over a 30-day sliding window. For example, if
57
57
58
58
The `format` parameter counts as only 1 billable transformation, even if multiple copies of an image are served. In other words, if `width=100,format=auto/thumbnail.jpg` is served to some users as AVIF and to others as WebP, then this counts as 1 unique transformation instead of 2.
59
59
60
+
#### Example #1
61
+
62
+
If you serve 2,000 remote images in five different sizes each month, then this results in 10,000 unique transformations. Your estimated cost for the month would be:
If you use [R2](/r2/) for storage then your estimated monthly costs will be the sum of your monthly Images costs and monthly [R2 costs](/r2/pricing/#storage-usage).
71
+
72
+
For example, if you upload 5,000 images to R2 with an average size of 5 MB, and serve 2,000 of those images in five different sizes, then your estimated cost for the month would be:
Storage in Images is available only with an Images Paid plan. You can purchase storage in increments of $5 for every 100,000 images stored per month.
@@ -74,3 +96,14 @@ Every image requested by the browser counts as 1 billable request.
74
96
#### Example
75
97
76
98
A retail website has a product page that uses Images to serve 10 images. If the page was visited 10,000 times this month, then this results in 100,000 images delivered — or $1.00 in billable usage.
0 commit comments