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
Copy file name to clipboardExpand all lines: src/content/docs/images/pricing.mdx
+30-2Lines changed: 30 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,37 @@ 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
60
+
#### Example: Image transformation pricing
61
+
62
+
Suppose you have a retail website with 2,000 product images that get served in five different sizes each month. You store your images outside of Cloudflare Images on a non-Cloudflare platform. Your estimated cost for the month is as follows.
<br/>$2.50 + the cost of your storage = your total monthly cost
68
+
69
+
#### Example: Image transformation pricing with R2 storage
70
+
71
+
If you do not want to store your images with Cloudflare Images, you can still [store them in Cloudflare with R2](/r2/). In that case, your total cost would be the cost of the image transformations + [the cost of R2 storage](/r2/pricing/#storage-usage).
72
+
73
+
For example, suppose you have a retail website with 50,000 product images. Each image has a size of 5 MB and is served in five different sizes each month. You store your images outside of Cloudflare Images in [Cloudflare R2](/r2/). Your estimated cost for the month is as follows.
<br/>240 GB × $0.015 per gigabyte-month (GB-month) = $3.60
82
+
83
+
$122.50 + $3.60 = $126.10
61
84
62
-
A retail website has 1,000 original product images that get served in 5 different sizes each month. This results in 5,000 unique transformations — or a cost of $2.50 per month.
85
+
Here are some additional examples of the cost of R2 storage:
86
+
|Total size of your images | Storage cost with R2 |
0 commit comments