From 94621bce6f9b65257ad1b4cc6487787a5ac39907 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Wed, 22 Apr 2026 09:08:43 -0700 Subject: [PATCH 1/5] changes --- docs/hub/billing.md | 3 +-- docs/hub/jobs-pricing.md | 2 +- docs/hub/jobs-quickstart.md | 2 +- docs/hub/pro.md | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/hub/billing.md b/docs/hub/billing.md index 4a9b657b24..d944fd1aa6 100644 --- a/docs/hub/billing.md +++ b/docs/hub/billing.md @@ -32,7 +32,7 @@ The PRO subscription unlocks essential features for serious users, including: - Ability to create ZeroGPU Spaces and use Dev Mode - Ability to publish Social Posts and Community Blogs - Leverage the [Data Studio](./data-studio) on private datasets -- Run and schedule serverless [CPU/ GPU Jobs](https://huggingface.co/docs/huggingface_hub/en/guides/jobs) +- Purchase [pre-paid credits](https://huggingface.co/pricing) to run and schedule serverless [CPU/GPU Jobs](https://huggingface.co/docs/huggingface_hub/en/guides/jobs) View the full list of benefits at https://huggingface.co/pro then subscribe over at https://huggingface.co/subscribe/pro @@ -166,4 +166,3 @@ Drop us a line at billing@huggingface.co with your feedback. **Q. My org has a Team or Enterprise subscription and I need to update the number of seats. How can I do this?** A. The number of seats will automatically be adjusted at the time of the subscription renewal to reflect any increases in the number of members in the organization during the previous period. There’s no need to update the subscribed number of seats during the month or year as it’s a flat fee subscription. - diff --git a/docs/hub/jobs-pricing.md b/docs/hub/jobs-pricing.md index 893d8cdb27..9e2cd8c013 100644 --- a/docs/hub/jobs-pricing.md +++ b/docs/hub/jobs-pricing.md @@ -3,7 +3,7 @@ Hugging Face Jobs let you run compute tasks on Hugging Face infrastructure without managing it yourself. Simply define a command, a Docker image, and a hardware flavor among various CPU and GPU options. > [!TIP] -> Jobs are available to any user or organization with [pre-paid credits](https://huggingface.co/pricing). +> Jobs are available to all users and organizations with [pre-paid credits](https://huggingface.co/pricing). Billing on Jobs is based on hardware usage and is computed by the minute: you get charged for every minute the Jobs runs on the requested hardware. diff --git a/docs/hub/jobs-quickstart.md b/docs/hub/jobs-quickstart.md index 5b3c9b22c5..dcb93e9d6b 100644 --- a/docs/hub/jobs-quickstart.md +++ b/docs/hub/jobs-quickstart.md @@ -1,7 +1,7 @@ # Quickstart In this guide you will run a Job to fine-tune an open source model on Hugging Face infrastructure in only a few minutes. -Make sure you are logged in to Hugging Face and have access to your [Jobs page](https://huggingface.co/settings/jobs). Jobs are available to any user or organization with [pre-paid credits](https://huggingface.co/pricing). +Make sure you are logged in to Hugging Face and have [pre-paid credits](https://huggingface.co/pricing) available on your account or organization. You can then access your [Jobs page](https://huggingface.co/settings/jobs) to create and manage Jobs.
diff --git a/docs/hub/pro.md b/docs/hub/pro.md index c7099a7234..c4f6999c40 100644 --- a/docs/hub/pro.md +++ b/docs/hub/pro.md @@ -9,7 +9,7 @@ The PRO subscription unlocks essential features for serious users, including: - Ability to create ZeroGPU Spaces and use [Dev Mode](./spaces-dev-mode) - Ability to publish Social Posts and Community Blogs - Leverage the [Data Studio](./data-studio) on private datasets -- Run and schedule serverless [CPU/GPU Jobs](./jobs) +- Purchase [pre-paid credits](https://huggingface.co/pricing) to run and schedule serverless [CPU/GPU Jobs](./jobs) From a0ca9edd4d93cbdbf378ff31c7735904cf198474 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Wed, 22 Apr 2026 09:09:13 -0700 Subject: [PATCH 2/5] Apply suggestion from @abidlabs --- docs/hub/billing.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/hub/billing.md b/docs/hub/billing.md index d944fd1aa6..98eb49e01c 100644 --- a/docs/hub/billing.md +++ b/docs/hub/billing.md @@ -32,7 +32,6 @@ The PRO subscription unlocks essential features for serious users, including: - Ability to create ZeroGPU Spaces and use Dev Mode - Ability to publish Social Posts and Community Blogs - Leverage the [Data Studio](./data-studio) on private datasets -- Purchase [pre-paid credits](https://huggingface.co/pricing) to run and schedule serverless [CPU/GPU Jobs](https://huggingface.co/docs/huggingface_hub/en/guides/jobs) View the full list of benefits at https://huggingface.co/pro then subscribe over at https://huggingface.co/subscribe/pro From bd5fdd98b8b3e155d04172daf25a682bf0a45d24 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Wed, 22 Apr 2026 09:10:32 -0700 Subject: [PATCH 3/5] Apply suggestion from @abidlabs --- docs/hub/jobs-pricing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/jobs-pricing.md b/docs/hub/jobs-pricing.md index 9e2cd8c013..72c8f004d9 100644 --- a/docs/hub/jobs-pricing.md +++ b/docs/hub/jobs-pricing.md @@ -3,7 +3,7 @@ Hugging Face Jobs let you run compute tasks on Hugging Face infrastructure without managing it yourself. Simply define a command, a Docker image, and a hardware flavor among various CPU and GPU options. > [!TIP] -> Jobs are available to all users and organizations with [pre-paid credits](https://huggingface.co/pricing). +> Jobs are available to all users and organizations with [pre-paid credits](https://huggingface.co/settings/billing). Billing on Jobs is based on hardware usage and is computed by the minute: you get charged for every minute the Jobs runs on the requested hardware. From 9ace1be2e34d2197170e48438869b5c1534980d5 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Wed, 22 Apr 2026 09:10:52 -0700 Subject: [PATCH 4/5] Apply suggestion from @abidlabs --- docs/hub/jobs-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/jobs-quickstart.md b/docs/hub/jobs-quickstart.md index dcb93e9d6b..99cc8cc54d 100644 --- a/docs/hub/jobs-quickstart.md +++ b/docs/hub/jobs-quickstart.md @@ -1,7 +1,7 @@ # Quickstart In this guide you will run a Job to fine-tune an open source model on Hugging Face infrastructure in only a few minutes. -Make sure you are logged in to Hugging Face and have [pre-paid credits](https://huggingface.co/pricing) available on your account or organization. You can then access your [Jobs page](https://huggingface.co/settings/jobs) to create and manage Jobs. +Make sure you are logged in to Hugging Face and have [pre-paid credits](https://huggingface.co/settings/billing) available on your account or organization. You can then access your [Jobs page](https://huggingface.co/settings/jobs) to create and manage Jobs.