Table update
Browse files- src/index.html +91 -66
src/index.html
CHANGED
|
@@ -69,72 +69,97 @@
|
|
| 69 |
<strong>Enterprise Plus</strong> adds exclusive security and governance features, and direct expert support from the Hugging Face team.</p>
|
| 70 |
<aside>Companies in regulated industries should consider Enterprise Plus</aside>
|
| 71 |
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
|
| 139 |
<p>Enterprise Hub can be purchased with a credit card at <a href="http://hf.co/enterprise">hf.co/enterprise</a>, or via a standard 1-year contract.</p>
|
| 140 |
<p>Enterprise Plus can be purchased via a custom 1-year contract.</p>
|
|
|
|
| 69 |
<strong>Enterprise Plus</strong> adds exclusive security and governance features, and direct expert support from the Hugging Face team.</p>
|
| 70 |
<aside>Companies in regulated industries should consider Enterprise Plus</aside>
|
| 71 |
|
| 72 |
+
<table>
|
| 73 |
+
<thead>
|
| 74 |
+
<tr>
|
| 75 |
+
<th style="vertical-align: top;"></th>
|
| 76 |
+
<th style="vertical-align: top;"><strong>Free</strong></th>
|
| 77 |
+
<th style="vertical-align: top;"><strong>Team</strong></th>
|
| 78 |
+
<th style="vertical-align: top;"><strong>Enterprise</strong><br/><em>includes all Team features</em></th>
|
| 79 |
+
<th style="vertical-align: top;"><strong>Enterprise Plus</strong><br/><em>includes all Enterprise features</em></th>
|
| 80 |
+
</tr>
|
| 81 |
+
</thead>
|
| 82 |
+
<tbody>
|
| 83 |
+
<tr style="background-color: #FFEBEE;"> <!-- Light pastel red -->
|
| 84 |
+
<td style="vertical-align: top;"><strong><a href="#collaboration">Collaboration</a></strong></td>
|
| 85 |
+
<td style="vertical-align: top;">DIY Admin</td>
|
| 86 |
+
<td style="vertical-align: top;">Resource Groups<br/>
|
| 87 |
+
Private Datasets Viewer<br/>
|
| 88 |
+
Repo Usage Analytics<br/>
|
| 89 |
+
Extended Private Storage<br/>
|
| 90 |
+
Community Articles<br/>
|
| 91 |
+
Community Posts</td>
|
| 92 |
+
<td style="vertical-align: top;"><br/></td>
|
| 93 |
+
<td style="vertical-align: top;"></td>
|
| 94 |
+
</tr>
|
| 95 |
+
<tr style="background-color: #FFF3E0;"> <!-- Light pastel orange -->
|
| 96 |
+
<td style="vertical-align: top;"><strong><a href="#compute">Compute</a></strong></td>
|
| 97 |
+
<td style="vertical-align: top;">Limited Free Spaces</td>
|
| 98 |
+
<td style="vertical-align: top;">Advanced Compute Options for Spaces<br/>
|
| 99 |
+
ZeroGPU<br/>
|
| 100 |
+
Inference Providers PRO benefits.</td>
|
| 101 |
+
<td style="vertical-align: top;">Higher Storage, Bandwidth, and API Rate Limits</td>
|
| 102 |
+
<td style="vertical-align: top;">Highest Rate Limits.</td>
|
| 103 |
+
</tr>
|
| 104 |
+
<tr style="background-color: #FFFDE7;"> <!-- Light pastel yellow -->
|
| 105 |
+
<td style="vertical-align: top;"><strong><a href="#security">Security</a></strong></td>
|
| 106 |
+
<td style="vertical-align: top;">DIY Admin</td>
|
| 107 |
+
<td style="vertical-align: top;">SSO & SAML<br/>
|
| 108 |
+
Access Policies<br/>
|
| 109 |
+
Centralized Token Control</td>
|
| 110 |
+
<td style="vertical-align: top;"></td>
|
| 111 |
+
<td style="vertical-align: top;">Advanced SSO (automated user provisioning, global SSO enforcement, limitations on managed user accounts)</td>
|
| 112 |
+
</tr>
|
| 113 |
+
<tr style="background-color: #E8F5E9;"> <!-- Light pastel green -->
|
| 114 |
+
<td style="vertical-align: top;"><strong><a href="#governance_and_compliance">Governance</a></strong></td>
|
| 115 |
+
<td style="vertical-align: top;"></td>
|
| 116 |
+
<td style="vertical-align: top;">Audit Logs</td>
|
| 117 |
+
<td style="vertical-align: top;"></td>
|
| 118 |
+
<td style="vertical-align: top;"></td>
|
| 119 |
+
</tr>
|
| 120 |
+
<tr style="background-color: #E3F2FD;"> <!-- Light pastel blue -->
|
| 121 |
+
<td style="vertical-align: top;"><strong><a href="#governance_and_compliance">Compliance</a></strong></td>
|
| 122 |
+
<td style="vertical-align: top;"></td>
|
| 123 |
+
<td style="vertical-align: top;">Storage Regions</td>
|
| 124 |
+
<td style="vertical-align: top;"></td>
|
| 125 |
+
<td style="vertical-align: top;">Security Network (authenticated access from network, content access policy)</td>
|
| 126 |
+
</tr>
|
| 127 |
+
<tr style="background-color: #F3E5F5;"> <!-- Light pastel purple -->
|
| 128 |
+
<td style="vertical-align: top;"><strong><a href="#support">Support</a></strong></td>
|
| 129 |
+
<td style="vertical-align: top;">Forum</td>
|
| 130 |
+
<td style="vertical-align: top;">Email Support</td>
|
| 131 |
+
<td style="vertical-align: top;">Personalized Email Support</td>
|
| 132 |
+
<td style="vertical-align: top;">Slack Premium Support</td>
|
| 133 |
+
</tr>
|
| 134 |
+
<tr style="background-color: #FFF3E0;"> <!-- Light pastel orange -->
|
| 135 |
+
<td style="vertical-align: top;"><strong><a href="#">Other Perks</a></strong></td>
|
| 136 |
+
<td style="vertical-align: top;"></td>
|
| 137 |
+
<td style="vertical-align: top;">All members get PRO benefits<br/>
|
| 138 |
+
PAYG billing for inference providers</td>
|
| 139 |
+
<td style="vertical-align: top;">Enterprise badge<br/>
|
| 140 |
+
Centralized Billing</td>
|
| 141 |
+
<td style="vertical-align: top;">Enterprise+ badge<br/>
|
| 142 |
+
Custom Onboarding</td>
|
| 143 |
+
</tr>
|
| 144 |
+
<tr style="background-color: #FFFDE7;"> <!-- Light pastel yellow -->
|
| 145 |
+
<td style="vertical-align: top;"><strong><a href="#">Upgrade</a></strong></td>
|
| 146 |
+
<td style="vertical-align: top;"></td>
|
| 147 |
+
<td style="vertical-align: top;">Self-Serve<br/>
|
| 148 |
+
Credit Card</td>
|
| 149 |
+
<td style="vertical-align: top;">1-y Contract, Min 100-seat Order<br/>
|
| 150 |
+
Light Legal, Vendor onboarding, Security, and Compliance Processes from the Buyer</td>
|
| 151 |
+
<td style="vertical-align: top;">1-y contract, Min 50-seat Order<br/>
|
| 152 |
+
Legal, Vendor onboarding, Security, and Compliance Processes from the Buyer</td>
|
| 153 |
+
</tr>
|
| 154 |
+
<tr style="background-color: #FFEBEE;"> <!-- Light pastel red -->
|
| 155 |
+
<td style="vertical-align: top;"><strong><a href="#">Pricing</a></strong></td>
|
| 156 |
+
<td style="vertical-align: top;">Free</td>
|
| 157 |
+
<td style="vertical-align: top;">$20/seat/mo</td>
|
| 158 |
+
<td style="vertical-align: top;">$50/seat/mo</td>
|
| 159 |
+
<td style="vertical-align: top;">$200/seat/mo</td>
|
| 160 |
+
</tr>
|
| 161 |
+
</tbody>
|
| 162 |
+
</table>
|
| 163 |
|
| 164 |
<p>Enterprise Hub can be purchased with a credit card at <a href="http://hf.co/enterprise">hf.co/enterprise</a>, or via a standard 1-year contract.</p>
|
| 165 |
<p>Enterprise Plus can be purchased via a custom 1-year contract.</p>
|