You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hub/spaces-api-endpoints.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,16 +225,18 @@ The `Authorization` header is required for private Spaces and gives better rate
225
225
226
226
ZeroGPU Spaces have usage quotas based on your account type:
227
227
228
-
| Account Type | Daily GPU Quota |
229
-
|-------------|----------------|
228
+
| Account Type |Included Daily GPU Quota |
229
+
|-------------|--------------------------|
230
230
| Unauthenticated | 2 minutes |
231
231
| Free account | 3.5 minutes |
232
232
| PRO account | 25 minutes |
233
233
234
234
When you authenticate with your token, your account's GPU quota is consumed. Unauthenticated requests use a shared pool with stricter limits.
235
235
236
+
PRO, Team, and Enterprise users can go beyond their included daily quota using pre-paid credits at the rate of **$1 per 10 minutes** of GPU time.
237
+
236
238
> [!TIP]
237
-
> You can [subscribe to PRO](https://huggingface.co/subscribe/pro) for 25 minutes of daily GPU quota and higher queue priority.
239
+
> You can [subscribe to PRO](https://huggingface.co/subscribe/pro) for 25 minutes of daily GPU quota, higher queue priority, and the ability to extend your quota with credits.
Copy file name to clipboardExpand all lines: docs/hub/spaces-zerogpu.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Unlike traditional single-GPU allocations, ZeroGPU's efficient system lowers bar
13
13
14
14
-**Using existing ZeroGPU Spaces**
15
15
- ZeroGPU Spaces are available to use for free to all users. (Visit [the curated list](https://huggingface.co/spaces/enzostvs/zero-gpu-spaces)).
16
-
-[PRO users](https://huggingface.co/subscribe/pro) get x7 more daily usage quota and highest priority in GPU queues when using any ZeroGPU Spaces.
16
+
-[PRO users](https://huggingface.co/subscribe/pro) get x7 more daily usage quota, highest priority in GPU queues, and can go beyond their daily quota using pre-paid credits when using any ZeroGPU Spaces.
17
17
-**Hosting your own ZeroGPU Spaces**
18
18
- Personal accounts: [Subscribe to PRO](https://huggingface.co/settings/billing/subscription) to access ZeroGPU in the hardware options when creating a new Gradio SDK Space.
19
19
- Organizations: [Subscribe to a Team or Enterprise plan](https://huggingface.co/enterprise) to enable ZeroGPU Spaces for all organization members.
@@ -150,19 +150,26 @@ Check out this [blogpost](https://huggingface.co/blog/zerogpu-aoti) for a comple
150
150
151
151
GPU usage is subject to **daily** quotas, per account tier:
| PRO account | 25 minutes (extensible)| Highest |
158
+
| Team organization member | 25 minutes (extensible)| Highest |
159
+
| Enterprise organization member | 45 minutes (extensible)| Highest |
160
160
161
-
Quota resets exactly 24 hours after your first GPU usage.
161
+
Included daily quota resets exactly 24 hours after your first GPU usage.
162
162
163
163
> [!NOTE]
164
164
> Remaining quota directly impacts priority in ZeroGPU queues.
165
165
166
+
### Extending quota with credits
167
+
168
+
PRO, Team, and Enterprise users can continue using ZeroGPU Spaces beyond their included daily quota by consuming pre-paid credits at the rate of **$1 per 10 minutes** of GPU time.
169
+
Once your daily quota is exhausted, any additional GPU usage is automatically billed against your credit balance.
170
+
171
+
You can add credits from your [billing settings](https://huggingface.co/settings/billing).
172
+
166
173
## Hosting Limitations
167
174
168
175
-**Personal accounts ([PRO subscribers](https://huggingface.co/subscribe/pro))**: Maximum of 10 ZeroGPU Spaces.
0 commit comments