Add pricing information for exposed ports in Jobs#2550
Merged
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
julien-c
reviewed
Jun 11, 2026
|
|
||
| | **Product** | **Hourly Price** | | ||
| |----------------------- | ----------------- | | ||
| | Exposed port | $0.01 | |
Member
There was a problem hiding this comment.
Suggested change
| | Exposed port | $0.01 | | |
| | Exposed port | $0.001 | |
was supposed to be this i think?
Contributor
Author
There was a problem hiding this comment.
You said same price a basic CPU so $0.01/h ($0.000167/minute)
Member
There was a problem hiding this comment.
Suggested change
| | Exposed port | $0.01 | | |
| | Exposed ports | $0.01 | |
Member
There was a problem hiding this comment.
no pretty sure i said 1/10th of CPU-basic :)
julien-c
reviewed
Jun 11, 2026
Pierrci
approved these changes
Jun 12, 2026
|
|
||
| | **Product** | **Hourly Price** | | ||
| |----------------------- | ----------------- | | ||
| | Exposed port | $0.01 | |
Member
There was a problem hiding this comment.
Suggested change
| | Exposed port | $0.01 | | |
| | Exposed ports | $0.01 | |
Wauplin
added a commit
that referenced
this pull request
Jun 12, 2026
* docs: add expose ports section to Jobs configuration guide Document the new --expose / expose=[] option that lets users expose container ports through the public jobs proxy (available since huggingface_hub v1.19.0). Includes CLI and Python examples, URL format, and authentication requirements. Complements #2550 which covers pricing. Co-authored-by: Lucain <Wauplin@users.noreply.github.com> * nit * bit * revert * nit * docs: add Sandboxes section to Jobs examples page Mention that expose ports makes Jobs a great fit for building sandboxes (temporary self-contained environments for agents and LLM applications). Co-authored-by: Lucain <Wauplin@users.noreply.github.com> * Update docs/hub/jobs-configuration.md Co-authored-by: Daniel van Strien <davanstrien@users.noreply.github.com> * Update docs/hub/jobs-configuration.md Co-authored-by: Daniel van Strien <davanstrien@users.noreply.github.com> * Update docs/hub/jobs-configuration.md --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Lucain <Wauplin@users.noreply.github.com> Co-authored-by: Daniel van Strien <davanstrien@users.noreply.github.com>
Pierrci
added a commit
that referenced
this pull request
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Low Risk
Documentation-only update to jobs pricing; no code or billing logic changes.
Overview
Documents exposed ports billing for Hugging Face Jobs in the pricing guide.
Adds an Exposed ports subsection: port exposure is a flat $0.01/hour per Job on top of hardware, billed by the minute only while the Job is Starting or Running, with a link to Docker Jobs configuration for how ports are exposed.
Reviewed by Cursor Bugbot for commit ee08a02. Bugbot is set up for automated code reviews on this repo. Configure here.