Skip to content
Merged
Changes from 1 commit
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
10 changes: 10 additions & 0 deletions docs/inference-providers/pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="flex justify-center">
<img src="https://cdn-uploads.huggingface.co/production/uploads/5f17f0a0925b9863e28ad517/3EZCqRTQq3opfvmMB5nSw.png"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is this image stored / can be edited? usually we store images in a dataset on the Hub: https://huggingface.co/datasets/huggingface/documentation-images/tree/main/inference-providers

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you have bandwidth, would be nice to have both light and dark themes for the screenshot like this

<div class="flex justify-center">
    <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/enterprise-org-settings-light.png"/>
    <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/enterprise-org-settings-dark.png"/>
</div>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done thanks! 🤗

</div>

## 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:
Expand Down