From d612dd12b63a5449451c0fa509da371a54aba7d7 Mon Sep 17 00:00:00 2001 From: Ming Lu Date: Tue, 19 May 2026 10:26:13 -0700 Subject: [PATCH 1/2] [AI Gateway] Document 5% fee on Unified Billing credit purchases --- src/content/docs/ai-gateway/features/unified-billing.mdx | 2 ++ src/content/docs/ai-gateway/reference/pricing.mdx | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/src/content/docs/ai-gateway/features/unified-billing.mdx b/src/content/docs/ai-gateway/features/unified-billing.mdx index 138f9fed9973fb3..8f63559ccd09cad 100644 --- a/src/content/docs/ai-gateway/features/unified-billing.mdx +++ b/src/content/docs/ai-gateway/features/unified-billing.mdx @@ -15,6 +15,8 @@ import { DashButton, TabItem, Tabs } from "~/components"; Unified Billing allows users to connect to various AI providers (such as OpenAI, Anthropic, and Google AI Studio) and receive a single Cloudflare bill. To use Unified Billing, you must purchase and load credits into your Cloudflare account in the Cloudflare dashboard, which you can then spend with AI Gateway. +A 5% fee is applied to all credits purchased through Unified Billing. For example, a $100 credit purchase will result in a $105 charge. + ## Pre-requisites - Ensure your Cloudflare account has [sufficient credits loaded](#load-credits). diff --git a/src/content/docs/ai-gateway/reference/pricing.mdx b/src/content/docs/ai-gateway/reference/pricing.mdx index 692f63b8fab2663..d02b34cc652cbed 100644 --- a/src/content/docs/ai-gateway/reference/pricing.mdx +++ b/src/content/docs/ai-gateway/reference/pricing.mdx @@ -39,6 +39,10 @@ DLP profiles are shared at the account level with [Cloudflare One](/cloudflare-o [Guardrails](/ai-gateway/features/guardrails/) evaluates prompts and responses using [`@cf/meta/llama-guard-3-8b`](/workers-ai/models/llama-guard-3-8b/) on Workers AI. Usage is billed as [Workers AI](/workers-ai/platform/pricing/) token-based inference — cost scales with the length of the prompts and responses being evaluated. +## Unified Billing + +A 5% fee is applied to all credits purchased through [Unified Billing](/ai-gateway/features/unified-billing/). For example, a $100 credit purchase will result in a $105 charge. + ## Logpush Logpush is only available on the Workers Paid plan. From 31941c964ea27e226e0fe465274899aa29a170ec Mon Sep 17 00:00:00 2001 From: Ming Lu Date: Tue, 19 May 2026 10:40:43 -0700 Subject: [PATCH 2/2] add language about zero markup --- src/content/docs/ai-gateway/features/unified-billing.mdx | 2 +- src/content/docs/ai-gateway/reference/pricing.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/ai-gateway/features/unified-billing.mdx b/src/content/docs/ai-gateway/features/unified-billing.mdx index 8f63559ccd09cad..4d75aea5748a029 100644 --- a/src/content/docs/ai-gateway/features/unified-billing.mdx +++ b/src/content/docs/ai-gateway/features/unified-billing.mdx @@ -15,7 +15,7 @@ import { DashButton, TabItem, Tabs } from "~/components"; Unified Billing allows users to connect to various AI providers (such as OpenAI, Anthropic, and Google AI Studio) and receive a single Cloudflare bill. To use Unified Billing, you must purchase and load credits into your Cloudflare account in the Cloudflare dashboard, which you can then spend with AI Gateway. -A 5% fee is applied to all credits purchased through Unified Billing. For example, a $100 credit purchase will result in a $105 charge. +A 5% fee is applied to all credits purchased through Unified Billing. For example, a $100 credit purchase will result in a $105 charge. Inference pricing from providers is passed through with no markup — you pay the same per-token rates as you would directly with the provider. ## Pre-requisites diff --git a/src/content/docs/ai-gateway/reference/pricing.mdx b/src/content/docs/ai-gateway/reference/pricing.mdx index d02b34cc652cbed..36dfc006c00a2af 100644 --- a/src/content/docs/ai-gateway/reference/pricing.mdx +++ b/src/content/docs/ai-gateway/reference/pricing.mdx @@ -41,7 +41,7 @@ DLP profiles are shared at the account level with [Cloudflare One](/cloudflare-o ## Unified Billing -A 5% fee is applied to all credits purchased through [Unified Billing](/ai-gateway/features/unified-billing/). For example, a $100 credit purchase will result in a $105 charge. +A 5% fee is applied to all credits purchased through [Unified Billing](/ai-gateway/features/unified-billing/). For example, a $100 credit purchase will result in a $105 charge. Inference pricing from providers is passed through with no markup — you pay the same per-token rates as you would directly with the provider. ## Logpush