Skip to content

Commit 18d1ae3

Browse files
committed
[AI Gateway] Clarify that Workers AI models are not charged via Unified Billing
1 parent b2923f8 commit 18d1ae3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/ai-gateway/features/unified-billing.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ When your balance falls below the set threshold, AI Gateway will automatically a
5151

5252
Unified Billing works in two ways: through the AI binding or through the HTTP API. Both deduct credits from your account automatically without requiring provider API keys.
5353

54+
:::note
55+
Workers AI models (models prefixed with `@cf/`) routed through AI Gateway are not charged via Unified Billing. These models are billed through [Workers AI pricing](/workers-ai/platform/pricing/) instead. Unified Billing only applies to third-party provider models (such as OpenAI, Anthropic, and Google AI Studio).
56+
:::
57+
5458
### AI binding
5559

5660
Call any model listed in the [model catalog](https://developers.cloudflare.com/ai/models/) using `env.AI.run()`. This includes both Workers AI models and third-party models from providers like OpenAI, Anthropic, and Google.

0 commit comments

Comments
 (0)