Skip to content

Commit 693e281

Browse files
committed
very basic PRO page
1 parent 1ca843b commit 693e281

File tree

6 files changed

+23
-11
lines changed

6 files changed

+23
-11
lines changed

docs/hub/_toctree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- local: enterprise-hub-gating-group-collections
3131
title: Gating Group Collections
3232

33-
- local: pro-subscription
33+
- local: pro
3434
title: PRO Plan
3535

3636
- local: repositories

docs/hub/billing.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Any feedback or support request related to billing is welcome at billing@hugging
66

77
## Team and Enterprise subscriptions
88

9-
We offer advanced security and compliance features for organizations through our Team or Enterprise 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.
9+
We offer advanced security and compliance features for organizations through our Team or Enterprise plans, which include [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 public and private repositories, and more.
1010

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.
11+
Team and Enterprise plans are billed like a typical subscription. They renew automatically, but you can choose to cancel at any time in the organization's billing settings.
1212

1313
You can pay for a Team subscription with a credit card or your AWS account, or upgrade to Enterprise via an annual contract.
1414

@@ -23,23 +23,23 @@ Private repository storage above the [included storage](./storage-limits) will b
2323

2424
## PRO subscription
2525

26-
The PRO subscription unlocks additional features for users, including:
26+
The PRO subscription unlocks essential features for serious users, including:
2727

28+
- Higher [storage capacity](./storage-limits) for public and private repositories
2829
- Higher tier for ZeroGPU Spaces usage
2930
- Ability to create ZeroGPU Spaces and use Dev Mode
3031
- Included credits for [Inference Providers](/docs/inference-providers/)
31-
- Higher [storage capacity](./storage-limits) for private repositories
32-
- Ability to write Social Posts and Community Blogs
33-
- Leverage the Dataset Viewer on private datasets
32+
- Ability to publish Social Posts and Community Blogs
33+
- Leverage the Data Studio on private datasets
3434

35-
View the full list of benefits at https://huggingface.co/subscribe/pro
35+
View the full list of benefits at https://huggingface.co/pro then subscribe over at https://huggingface.co/subscribe/pro
3636

3737
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
3838

3939
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.
4040
Private repository storage above the [included storage](./storage-limits) will be billed along with your subscription renewal.
4141

42-
Note: PRO benefits are also included in the Enterprise Hub subscription.
42+
Note: PRO benefits are also included in the Enterprise subscription.
4343

4444
## Pay-as-you-go private storage
4545

docs/hub/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Hugging Face Hub is a platform with over 1.7M models, 400k datasets, and 600
77
<div class="group flex flex-col space-y-2 rounded-xl border border-purple-100 bg-linear-to-br from-purple-50 dark:bg-none px-6 py-4 transition-colors hover:shadow-sm dark:border-purple-700">
88
<div class="flex items-center py-0.5 text-lg font-semibold text-purple-600 dark:text-gray-400 mb-1">
99
<svg class="shrink-0 mr-1.5 text-purple-500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.61 29.92a1 1 0 0 1-.6-1.07L12.83 17H8a1 1 0 0 1-1-1.23l3-13A1 1 0 0 1 11 2h10a1 1 0 0 1 .78.37a1 1 0 0 1 .2.85L20.25 11H25a1 1 0 0 1 .9.56a1 1 0 0 1-.11 1l-13 17A1 1 0 0 1 12 30a1.1 1.1 0 0 1-.39-.08M17.75 13l2-9H11.8L9.26 15h5.91l-1.59 10.28L23 13Z"/></svg> Subscriptions & Plans</div>
10-
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./pro-subscription">PRO subscription</a>
10+
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./pro">PRO subscription</a>
1111
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./enterprise-hub">Team & Enterprise Plans</a>
1212
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./enterprise-sso">Single Sign-On (SSO)</a>
1313
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./audit-logs">Audit Logs</a>

docs/hub/pro-subscription.md

Whitespace-only changes.

docs/hub/pro.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# The HF PRO subscription 🔥
2+
3+
The PRO subscription unlocks essential features for serious users, including:
4+
5+
- Higher [storage capacity](./storage-limits) for public and private repositories
6+
- Higher tier for ZeroGPU Spaces usage
7+
- Ability to create ZeroGPU Spaces and use Dev Mode
8+
- Included credits for [Inference Providers](/docs/inference-providers/)
9+
- Ability to publish Social Posts and Community Blogs
10+
- Leverage the Data Studio on private datasets
11+
12+
View the full list of benefits at **https://huggingface.co/pro** then subscribe over at https://huggingface.co/subscribe/pro

docs/hub/storage-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We do have mitigations in place to prevent abuse of free public storage, and in
2020

2121
💡 [Team or Enterprise Organizations](https://huggingface.co/enterprise) include 1TB of private storage per seat in the subscription: for example, if your organization has 40 members, then you have 40TB of included private storage.
2222

23-
\*We aim to continue providing the AI community with free storage space for public repositories. Please use this resource responsibly by uploading content that offers genuine value to other users - not dozens of TBs with limited community interest. If you need substantial storage space, you need to upgrade to [PRO, Team or Enterprise](https://huggingface.co/pricing).
23+
\*We aim to continue providing the AI community with free storage space for public repositories. Beyond the first few gigabytes, please use this resource responsibly by uploading content that offers genuine value to other users. If you need substantial storage space, you will need to upgrade to [PRO, Team or Enterprise](https://huggingface.co/pricing).
2424

2525

2626
### Pay-as-you-go price

0 commit comments

Comments
 (0)