From aaede5117c2118c8d26e2664fbb7f865fbab0642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Za=C3=AFd=20ALHADAD?= Date: Thu, 11 Jun 2026 13:22:17 +0200 Subject: [PATCH 1/2] Add pricing information for exposed ports in Jobs --- docs/hub/jobs-pricing.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/hub/jobs-pricing.md b/docs/hub/jobs-pricing.md index bfbfdd3bb1..40b51d8422 100644 --- a/docs/hub/jobs-pricing.md +++ b/docs/hub/jobs-pricing.md @@ -59,6 +59,16 @@ You can also retrieve available hardware and pricing programmatically via the AP >>> hf jobs hardware ``` +### Exposed ports + +A Job can expose a port to make it reachable from the outside while it is running. Exposing a port is billed at a flat rate per Job, in addition to the hardware price: + +| **Product** | **Hourly Price** | +|----------------------- | ----------------- | +| Exposed port | $0.01 | + +Like hardware, it is billed by the minute, only while the Job is Starting or Running. + ## Manage billing ### Bill to your organization From ee08a02f5cc80a7e475c61ebfe23a911c77815c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Za=C3=AFd=20ALHADAD?= Date: Fri, 12 Jun 2026 10:56:36 +0200 Subject: [PATCH 2/2] Update exposed ports pricing documentation to reflect multiple ports support --- docs/hub/jobs-pricing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/hub/jobs-pricing.md b/docs/hub/jobs-pricing.md index 40b51d8422..18ee76ba4d 100644 --- a/docs/hub/jobs-pricing.md +++ b/docs/hub/jobs-pricing.md @@ -61,11 +61,11 @@ You can also retrieve available hardware and pricing programmatically via the AP ### Exposed ports -A Job can expose a port to make it reachable from the outside while it is running. Exposing a port is billed at a flat rate per Job, in addition to the hardware price: +A Job can [expose one or more ports](./jobs-configuration#docker-jobs) to make them reachable from the outside while the Job is running. Exposing one or more ports is billed at a flat rate per Job, in addition to the hardware price: -| **Product** | **Hourly Price** | -|----------------------- | ----------------- | -| Exposed port | $0.01 | +| **Product** | **Hourly Price** | +|---------------| ----------------- | +| Exposed ports | $0.01 | Like hardware, it is billed by the minute, only while the Job is Starting or Running.