Skip to content

Commit 2577222

Browse files
authored
add billing overview information. (#2050)
* add billing overview information. * Update docs/inference-providers/pricing.md
1 parent e0617fe commit 2577222

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/inference-providers/pricing.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ See the [Organization Billing section](#organization-billing) below for more det
4646
4747
You can track your spending anytime on your [billing page](https://huggingface.co/settings/billing).
4848

49+
## Inference Providers Usage Breakdown
50+
51+
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.
52+
53+
The same detailed view is available for organizations subscribed to a paid plan under the organization's settings.
54+
55+
<div class="flex justify-center">
56+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/ip-billing-light.png"/>
57+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/ip-billing-dark.png"/>
58+
</div>
59+
4960
## Hugging Face Billing vs Custom Provider Key (Detailed Comparison)
5061

5162
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:

0 commit comments

Comments
 (0)