From 6489f2d726857da830ae975ae0d96499d5368618 Mon Sep 17 00:00:00 2001 From: dpiteira95 Date: Mon, 20 Jul 2026 17:08:31 +0100 Subject: [PATCH] clarify AI-powered transformation billing . mdx Adding a note explaining that AI-powered parameters like `segment=foreground` are billed as standard Images transformations. They do not incur separate Workers AI or Neuron charges. This addresses customer confusion about whether `segment=foreground`, which uses BiRefNet via Workers AI, results in additional AI inference costs beyond the Images Transformed metric. --- src/content/partials/images/segment.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/content/partials/images/segment.mdx b/src/content/partials/images/segment.mdx index 7fd367b67d4..0a20803dd11 100644 --- a/src/content/partials/images/segment.mdx +++ b/src/content/partials/images/segment.mdx @@ -11,6 +11,13 @@ Automatically isolates the subject of an image by replacing the background with This feature uses an open-source model called BiRefNet through [Workers AI](/workers-ai/). Read more about Cloudflare's [approach to responsible AI](https://www.cloudflare.com/trust-hub/responsible-ai/). +:::note[Pricing] + +Parameters that use AI inference are billed as standard Images transformations. Each unique request counts toward your [Images Transformed](/images/pricing/#images-transformed) usage. There is no additional charge from [Workers AI](/workers-ai/platform/pricing/) or separate Neuron billing for these parameters. + +::: + +