Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/docs/ai-gateway/features/unified-billing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. 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

- Ensure your Cloudflare account has [sufficient credits loaded](#load-credits).
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/ai-gateway/reference/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. 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

Logpush is only available on the Workers Paid plan.
Expand Down