From 957fbe5579f385510b34ceb85d70a119384036c5 Mon Sep 17 00:00:00 2001 From: Vaibhavs10 Date: Thu, 13 Nov 2025 14:42:38 +0100 Subject: [PATCH 1/2] add billing overview information. --- docs/inference-providers/pricing.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/inference-providers/pricing.md b/docs/inference-providers/pricing.md index 22286b731..f64a8f255 100644 --- a/docs/inference-providers/pricing.md +++ b/docs/inference-providers/pricing.md @@ -46,6 +46,16 @@ See the [Organization Billing section](#organization-billing) below for more det You can track your spending anytime on your [billing page](https://huggingface.co/settings/billing). +## Inference Providers Usage Breakdown + +View detailed usage information for Inference Providers directly from your settings. Visit your [Inference Providers Settings](https://huggingface.co/settings/inference-providers/overview) to see your usage for the past month, broken down by model and provider. + +The same detailed view is available for organizations subscribed to a paid plan under the organization's settings. + +
+ +
+ ## Hugging Face Billing vs Custom Provider Key (Detailed Comparison) The documentation above assumes you are making routed requests to external providers. In practice, there are 2 different ways to run inference, each with unique billing implications: From 3f13e49ef2f96f2204adcf05083218b6160c8e67 Mon Sep 17 00:00:00 2001 From: vb Date: Thu, 13 Nov 2025 16:20:38 +0100 Subject: [PATCH 2/2] Update docs/inference-providers/pricing.md --- docs/inference-providers/pricing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/inference-providers/pricing.md b/docs/inference-providers/pricing.md index f64a8f255..c0eb12458 100644 --- a/docs/inference-providers/pricing.md +++ b/docs/inference-providers/pricing.md @@ -53,7 +53,8 @@ View detailed usage information for Inference Providers directly from your setti The same detailed view is available for organizations subscribed to a paid plan under the organization's settings.
- + +
## Hugging Face Billing vs Custom Provider Key (Detailed Comparison)