Skip to content

Commit fefb7d4

Browse files
authored
reorder docs sections (#1522)
1 parent c3a8264 commit fefb7d4

File tree

1 file changed

+41
-40
lines changed

1 file changed

+41
-40
lines changed

docs/hub/billing.md

Lines changed: 41 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,45 @@ At Hugging Face, we build a collaboration platform for the ML community (i.e., t
44

55
Any feedback or support request related to billing is welcome at [email protected]
66

7-
## Cloud providers partnerships
7+
## Enterprise Hub subscriptions
88

9-
We partner with cloud providers like [AWS](https://huggingface.co/blog/aws-partnership), [Azure](https://huggingface.co/blog/hugging-face-endpoints-on-azure), and [Google Cloud](https://huggingface.co/blog/llama31-on-vertex-ai) to make it easy for customers to use Hugging Face directly in their cloud of choice. These solutions and usage are billed directly by the cloud provider. Ultimately, we want people to have great options for using Hugging Face wherever they build ML-powered products.
9+
We offer advanced security and compliance features for organizations through our Enterprise Hub subscription, including [Single Sign-On](./enterprise-sso), [Advanced Access Control](./enterprise-hub-resource-groups) for repositories, control over your data location, higher [storage capacity](./storage-limits) for private repositories, and more.
10+
11+
The Enterprise Hub is billed like a typical subscription. It renews automatically, but you can choose to cancel it at any time in the organization's billing settings.
12+
13+
You can pay for the Enterprise Hub subscription with a credit card or your AWS account.
14+
15+
Upon renewal, the number of seats in your Enterprise Hub subscription will be updated to match the number of members of your organization.
16+
Private repository storage above the [included storage](./storage-limits) will be billed along with your subscription renewal.
17+
18+
19+
<div class="flex justify-center">
20+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/billing/enterprise-sub-light.png"/>
21+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/billing/enterprise-sub-dark.png"/>
22+
</div>
23+
24+
## PRO subscription
25+
26+
The PRO subscription unlocks additional features for users, including:
27+
28+
- Higher free tier for the Serverless Inference API and when consuming ZeroGPU Spaces
29+
- Higher [storage capacity](./storage-limits) for private repositories
30+
- Ability to create ZeroGPU Spaces and use Dev Mode
31+
- Ability to write Social Posts and Community Blogs
32+
- Leverage the Dataset Viewer on private datasets
33+
34+
View the full list of benefits at https://huggingface.co/subscribe/pro
35+
36+
Similarly to the Enterprise Hub subscription, PRO subscriptions are billed like a typical subscription. The subscription renews automatically for you. You can choose to cancel the subscription at anytime in your billing settings: https://huggingface.co/settings/billing
37+
38+
You can only pay for the PRO subscription with a credit card. The subscription is billed separately from any pay-as-you-go compute usage.
39+
Private repository storage above the [included storage](./storage-limits) will be billed along with your subscription renewal.
40+
41+
Note: PRO benefits are also included in the Enterprise Hub subscription.
42+
43+
## Pay-as-you-go private storage
44+
45+
Above the included 1TB (or 1TB per seat) of private storage in PRO and Enterprise Hub, private storage is invoiced at **$25/TB/month**, in 1TB increments.
1046

1147
## Compute Services on the Hub
1248

@@ -35,7 +71,7 @@ You can add a credit card to your account from your billing settings.
3571

3672
You also have the option to link your Hugging Face organization to your AWS account via [AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-n6vsyhdjkfng2). Hugging Face compute service usage will then be included in your AWS bill. Read more in our [blog post](https://huggingface.co/blog/aws-marketplace).
3773

38-
### Billing thresholds & Invoicing
74+
## Billing thresholds & Invoicing
3975

4076
When using credit cards as a payment method, you'll be billed for the Hugging Face compute usage each time the accrued usage goes above a billing threshold for your user or organization.
4177

@@ -59,42 +95,7 @@ You can view invoices and receipts for the last 3 months in your billing dashboa
5995
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/billing/threshold-payments-dark.png"/>
6096
</div>
6197

62-
## Enterprise Hub subscriptions
63-
64-
We offer advanced security and compliance features for organizations through our Enterprise Hub subscription, including [Single Sign-On](./enterprise-sso), [Advanced Access Control](./enterprise-hub-resource-groups) for repositories, control over your data location, higher [storage capacity](./storage-limits) for private repositories, and more.
65-
66-
The Enterprise Hub is billed like a typical subscription. It renews automatically, but you can choose to cancel it at any time in the organization's billing settings.
67-
68-
You can pay for the Enterprise Hub subscription with a credit card or your AWS account.
69-
70-
Upon renewal, the number of seats in your Enterprise Hub subscription will be updated to match the number of members of your organization.
71-
Private repository storage above the [included storage](./storage-limits) will be billed along with your subscription renewal.
72-
73-
74-
<div class="flex justify-center">
75-
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/billing/enterprise-sub-light.png"/>
76-
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/billing/enterprise-sub-dark.png"/>
77-
</div>
78-
79-
## PRO subscription
80-
81-
The PRO subscription unlocks additional features for users, including:
82-
83-
- Higher free tier for the Serverless Inference API and when consuming ZeroGPU Spaces
84-
- Higher [storage capacity](./storage-limits) for private repositories
85-
- Ability to create ZeroGPU Spaces and use Dev Mode
86-
- Ability to write Social Posts and Community Blogs
87-
- Leverage the Dataset Viewer on private datasets
88-
89-
View the full list of benefits at https://huggingface.co/subscribe/pro
90-
91-
Similarly to the Enterprise Hub subscription, PRO subscriptions are billed like a typical subscription. The subscription renews automatically for you. You can choose to cancel the subscription at anytime in your billing settings: https://huggingface.co/settings/billing
92-
93-
You can only pay for the PRO subscription with a credit card. The subscription is billed separately from any pay-as-you-go compute usage.
94-
Private repository storage above the [included storage](./storage-limits) will be billed along with your subscription renewal.
95-
96-
Note: PRO benefits are also included in the Enterprise Hub subscription.
98+
## Cloud providers partnerships
9799

98-
## Pay-as-you-go private storage
100+
We partner with cloud providers like [AWS](https://huggingface.co/blog/aws-partnership), [Azure](https://huggingface.co/blog/hugging-face-endpoints-on-azure), and [Google Cloud](https://huggingface.co/blog/llama31-on-vertex-ai) to make it easy for customers to use Hugging Face directly in their cloud of choice. These solutions and usage are billed directly by the cloud provider. Ultimately, we want people to have great options for using Hugging Face wherever they build ML-powered products.
99101

100-
Above the included 1TB (or 1TB per seat) of private storage in PRO and Enterprise Hub, private storage is invoiced at **$25/TB/month**, in 1TB increments.

0 commit comments

Comments
 (0)