Heads up This site is currently under heavy development.
← all tools
◆ AI Model & Data Infrastructure

Hugging Face

0.0.1 commercial

Hugging Face is a platform providing pre-trained machine learning models, datasets, and tools for natural language processing and computer vision tasks.

Summary

Hugging Face is a commercial ai-infrastructure platform that hosts machine learning models, datasets, and demo applications (Spaces) on a Git-based hub, alongside libraries for building, training, and deploying them. It runs primarily as a hosted SaaS hub, backed by client libraries and a CLI for scripting and agent access, with paid tiers covering dedicated inference endpoints and org-level access controls. It targets machine learning engineers and applied researchers building or shipping models, rather than security teams directly, though its resource-group permissions and audit-log endpoints suggest platform and access-management concerns for organizations running it at scale. Its own documentation lists it alongside adjacent tools like Transformers, Diffusers, and Gradio rather than naming external competitors, positioning it as the shared hub those tools build on.

Hugging Face is a platform providing pre-trained machine learning models, datasets, and tools for natural language processing and computer vision tasks.

What Hugging Face answers

Can I scope permissions more finely than a single org-wide role?

yes, access controls apply per resource group, so Jobs can stay open to everyone while Inference Endpoints or blog publishing are restricted to specific groups

What can I use to track who did what across the organization?

an audit-log export endpoint alongside membership and resource-group endpoints, aimed at admins managing access at scale rather than individual model builders

Can agents and CLI tools authenticate and act on my behalf?

the CLI and its installer set up a skill file that agents like Claude Code can read directly, and service-account tokens can be issued, scoped, and revoked through dedicated endpoints

How do I find a specific run among a large set of jobs?

jobs pages support filtering by label, either through clickable chips of the most-used labels with counts or a free-form key-value filter for labels not surfaced as chips

Where do the models and datasets I use actually run?

either on Hugging Face's own hosted inference infrastructure and endpoints, or exported to run on AWS, Azure, or Google Cloud through their respective deployment integrations

Do I need to rewrite access requests if I change how I gate a dataset or model?

access-request handling now works in batches, so approving or denying multiple pending requests to a dataset or model repo is a single call rather than one per user

all 10 features, with the evidence for each →

Features

10 capabilities across 4 areas · 10 backed by code, an API document or a real run

Built from everything we hold on Hugging Face — every release we have summarised, its product documentation and how that documentation has changed, its README, its command-line surface and API, and runs we performed ourselves. Dates are when we first saw a capability, not when the vendor introduced it.

Capability area
Identity and Access Management 4 capabilities Controls who can access Hugging Face resources and under what permissions, from individual credentials to organisation-wide service accounts. It covers authentication flows, credential lifecycle, and scoped feature permissions across resource groups.
Service account management verified Lets administrators create and manage non-human service accounts and their access tokens within an organisation. 3 releases · 15 other sources · first seen Aug 2026

release

  • POST /api/organizations/{name}/service-accounts/{serviceAccountId}/tokens: request body changed; response schema changed 0.0.1 · Aug 2026 · source · release history
  • GET /api/organizations/{name}/service-accounts/{serviceAccountId}: response schema changed 0.0.1 · Aug 2026 · source · release history
  • PATCH /api/organizations/{name}/service-accounts/{serviceAccountId}/tokens/{tokenId}: request body changed; response schema changed 0.0.1 · Aug 2026 · source · release history

api 15 total

Resource group feature access controls verified Lets administrators set different feature permissions for each resource group inside an organisation rather than applying a single blanket role. 1 release · 17 other sources

release

  • Enables feature access controls scoped to individual resource groups, allowing different permissions per group rather than a single org-wide role setting — e.g. Jobs open to all, Inference Endpoints restricted to admins, blog publishing limited to a specific resource group. Granular Feature Access · seen Aug 2026 · source · release history

api 17 total

OAuth / user info API verified Lets applications retrieve the identity and profile details of an authenticated user via OAuth. 2 releases · 4 other sources

release

api

Credential revocation verified Lets a user or administrator immediately invalidate a credential so it can no longer be used. 1 release · 3 other sources

release

api

User and Organisation Profile Management 2 capabilities Provides access to user profile data and activity summaries, and allows account-level settings such as notifications to be read and updated. These capabilities support both programmatic integrations and user-facing dashboards.
Notification settings management verified Lets users view and update which notifications they receive for account activity. 1 release · 5 other sources · first seen Aug 2026

release

api

User overview API verified Gives callers a summary of a user's profile and recent activity in a single API response. 1 release · 5 other sources

release

  • GET /api/users/{username}/overview: response schema changed 0.0.1 · seen Aug 2026 · source · release history

api

Dataset and Model Access Governance 2 capabilities Manages who is permitted to access gated datasets and models by processing batch requests from multiple users at once. Job label filtering further helps administrators and developers organise and locate workloads tied to those resources.
Job label filtering verified Lets users narrow down job listings by label, using either quick-select chips for common labels or a custom key=value filter. 3 releases · 12 other sources

release

  • Adds label-based filtering to the Jobs pages for users and organizations, with most-used labels shown as clickable chips displaying job counts and a free-form key=value input field for filtering by any label. changelog-20260804-42376c35 · seen Aug 2026 · source · release history
  • Filter Jobs by label using clickable chips showing most-used labels with job counts, available on both user and organization jobs pages. Filter Jobs by Label · seen Aug 2026 · source · release history
  • Free-form key=value label input enables filtering by any label, including those not surfaced as chips. Filter Jobs by Label · seen Aug 2026 · source · release history

docs

  • Aug 3, 26 26 Aug 3, 26 Filter Jobs by Label 26 You can now filter your Jobs by label. Your most-used labels appear as clickable chips with job counts above the list, and a free-form key=value input lets you filter by any label, including ones not shown as chips. This works on both user and organization jobs pages. changelog-20260804-42376c35 · seen Aug 2026 · source

api 11 total

Dataset and model user access request batch processing verified Lets administrators approve or deny access requests from multiple users to a gated dataset or model in a single operation. 2 releases · 12 other sources · first seen Aug 2026

release

  • POST /api/datasets/{namespace}/{repo}/user-access-request/batch: request body changed 0.0.1 · Aug 2026 · source · release history
  • POST /api/models/{namespace}/{repo}/user-access-request/batch: request body changed 0.0.1 · Aug 2026 · source · release history

api 12 total

Platform Observability and Operations 2 capabilities Exposes live system metrics and supports integration with command-line agent tooling to help operators monitor platform health and automate operational tasks. These capabilities are oriented toward developers running or maintaining Hugging Face infrastructure.
Live metrics monitoring verified Lets operators pull real-time system metrics from a settings endpoint to monitor platform health. 1 release · 8 other sources · first seen Aug 2026

release

api 8 total

HF CLI skill integration verified Installs a Hugging Face skill that AI coding agents such as Claude Code can discover and invoke automatically. 5 other sources · first seen Aug 2026

docs

  • v1.27.0 v1.26.1 The standalone installer installs it for you (see below), and refreshes it. The installer also installs the hf-cli skill globally, for Claude Code and any agent reading ~/.agents/skills . docs-206d072121b2 · Aug 2026 · source

api

Capability
Evidence

Lines in monospace are the tool's own words — help text parsed from its source, or an endpoint from its API document. Everything else is our summary of a dated release or documentation change, linked back to the source it came from.

Release history

  1. docs update Aug 29, 2026 · issue 010

    Hugging Face CLI v1.29.0 adds bucket visibility controls, hardware discovery, and managed engine deployment with parallelism flags

    └──▷ TRY IT
    Before deploying, find valid hardware combos in your region and see live quota and pricing to pick the right instance.
    $ hf endpoints hardware --vendor aws --region eu-west-1
    Deploy a multi-GPU model with vLLM, explicitly spreading across all 8 accelerators so the API accepts the configuration.
    $ hf endpoints deploy gpt-oss-120b-vllm \
      --repo openai/gpt-oss-120b \
      --engine vllm --custom-image vllm/vllm-openai:v0.23.0 \
      --tensor-parallel-size 8
    Lock a bucket down to private to prevent unintended public access.
    $ hf buckets settings username/my-bucket --private
    • Adds hf buckets settings <bucket> --private and --public flags to switch a bucket between private and public visibility.
    • Adds hf endpoints hardware subcommand to list deployable hardware combinations with vendor, region, accelerator, instance type, instance size, memory, GPU memory, price per hour, quota, and status.
    • Adds --vendor, --region, --accelerator, and --instance-type filter flags to hf endpoints hardware to narrow results to the exact values you intend to pass to hf endpoints deploy.
    • Adds --all flag to hf endpoints hardware to include hardware that is deprecated, temporarily unavailable, or out of quota (hidden by default).
    • Adds --engine flag to hf endpoints deploy to run a container as a managed engine (vllm, sglang, tgi, tei, llamacpp, hf-serve, …), unlocking engine-specific settings.
    +2 moreshow less
    • Adds --tensor-parallel-size and --data-parallel-size flags to hf endpoints deploy and hf endpoints update, writing parallelism config into the engine's model.image field that the API validates against the instance's accelerator count.
    • Adds --engine flag to hf endpoints update as the only CLI path to change an existing endpoint's image, replacing model.image entirely rather than patching it.
    └──▷ BREAKING ON UPGRADE
    • !The API now rejects vLLM and SGLang deployments where --tensor-parallel-size and --data-parallel-size are both unset, because those engines default to one accelerator while the endpoint receives every accelerator of its instance.
  2. 0.0.1 Aug 28, 2026 · issue 009

    API surface changed: +6 endpoints, 5 modified

    API CHANGE

    API surface changed: +6 endpoints, 5 modified

    • + GET /api/users/{username}/followers
    • + GET /api/users/{username}/following
    • + GET /api/users/{username}/following/orgs
    • + GET /api/{repoType}/{namespace}/{repo}/duplicate/status
    • + PATCH /api/collections/{namespace}/{slug}-{id}/items/{itemId}
    • + PATCH /api/collections/{namespace}/{slug}/items/{slug}
    • ~ GET /api/datasets/{namespace}/{repo}/lfs-files: param direction (query) added; param sort (query) added
    • ~ GET /api/models/{namespace}/{repo}/lfs-files: param direction (query) added; param sort (query) added
    • ~ GET /api/spaces/{namespace}/{repo}/lfs-files: param direction (query) added; param sort (query) added
    • ~ POST /api/repos/create: response schema changed
    • ~ POST /api/{repoType}/{namespace}/{repo}/duplicate: response schema changed
    • New endpoint GET /api/users/{username}/followers
    • New endpoint GET /api/users/{username}/following
    • New endpoint GET /api/users/{username}/following/orgs
    • New endpoint GET /api/{repoType}/{namespace}/{repo}/duplicate/status
    • New endpoint PATCH /api/collections/{namespace}/{slug}-{id}/items/{itemId}
    +6 moreshow less
    • New endpoint PATCH /api/collections/{namespace}/{slug}/items/{slug}
    • GET /api/datasets/{namespace}/{repo}/lfs-files: param direction (query) added; param sort (query) added
    • GET /api/models/{namespace}/{repo}/lfs-files: param direction (query) added; param sort (query) added
    • GET /api/spaces/{namespace}/{repo}/lfs-files: param direction (query) added; param sort (query) added
    • POST /api/repos/create: response schema changed
    • POST /api/{repoType}/{namespace}/{repo}/duplicate: response schema changed
  3. 0.0.1 Aug 22, 2026 · issue 004

    API surface changed: 3 modified

    API CHANGE

    API surface changed: 3 modified

    • ~ GET /api/datasets/{namespace}/{repo}/user-access-request/{status}: response schema changed
    • ~ GET /api/models/{namespace}/{repo}/user-access-request/{status}: response schema changed
    • ~ GET /api/users/{username}/overview: response schema changed
    • GET /api/datasets/{namespace}/{repo}/user-access-request/{status}: response schema changed
    • GET /api/models/{namespace}/{repo}/user-access-request/{status}: response schema changed
    • GET /api/users/{username}/overview: response schema changed
  4. 0.0.1 Aug 19, 2026 · issue 001

    Hugging Face now publishes an API — 316 endpoints across 27 areas: Spaces, Datasets, Models, …

    • Spaces (41 endpoints) — Get information from all Spaces on the Hub.
    • Datasets (36 endpoints) — Get information from all datasets on the Hub.
    • Models (36 endpoints) — Get information from all models on the Hub.
    • SCIM (28 endpoints) — Use the SCIM API to control and manage your hub Enterprise organization manage members' access. - Must be organization owner - Use Access token with write permission on organization - Organization must be Enterprise…
    • Jobs (23 endpoints) — The following endpoints manage jobs.
    +4 moreshow less
    • Discussions (20 endpoints) — The following endpoints manage discussions.
    • Collections (18 endpoints) — Use Collections to group repositories from the Hub (Models, Datasets, Spaces and Papers) on a dedicated page.
    • Organizations (16 endpoints) — The following endpoints let you interact with Hub Organizations and their members.
    • 19 more areas: Buckets, Users, Agentic Provisioning, Resource groups, Service Accounts, Paper pages, Webhooks, Notifications, Kernels, OAuth, Documentation, Repositories, SQL Console, Inference Endpoints, Repository Search, Agents, Auth, Container Registry, Tokens
  5. Build Spaces with AI Agents seen Aug 19, 2026 · issue 001

    Hugging Face Spaces now supports AI agent-driven Space creation for models, papers, or local folders.

    • New option on the Space creation page at huggingface.co/new-space to build a Space using an AI agent, generating a command you paste into your agent to build and iterate automatically.
    • AI agent Space builder supports targeting a model, paper, or local folder as the source for the generated Space.
  6. Egress metrics for users and organizations seen Aug 19, 2026 · issue 001

    Hugging Face adds egress usage metrics to user and organization dashboards, with per-member breakdowns.

    • Users can now view their CDN egress usage directly in the Hugging Face dashboard.
    • Organization dashboards now include a per-user egress breakdown showing how much data each member consumes.
  7. Filter Jobs by Label seen Aug 19, 2026 · issue 001

    Hugging Face Jobs pages now support filtering by label via clickable chips and free-form key=value input.

    • Adds label-based filtering to user and organization Jobs pages, with most-used labels surfaced as clickable chips showing job counts.
    • Supports free-form key=value label input to filter by any label, including those not shown as chips.
  8. Granular Feature Access seen Aug 19, 2026 · issue 001

    Hugging Face adds per-resource-group feature access controls, enabling fine-grained permissions beyond org-wide roles.

    • Enables feature access controls at the resource group level, so permissions like Jobs, Inference Endpoints, and blog publishing can be scoped independently per group rather than only by organization role.
  9. MCP Server Enhancements seen Aug 19, 2026 · issue 001

    Hugging Face MCP Server gains unified hf_fs tool and Sandbox execution environments for AI assistants.

    • Adds the hf_fs tool — a single interface covering repositories, storage, documentation, and papers, with built-in search, operable in just over 1,000 tokens.
    • Adds Sandboxes, giving assistants secure execution environments attached to buckets and repositories for dataset analysis, model training, and Space creation.
my-toolchain — 0 tools
paste an install list to detect your tools

A brew list, a Brewfile, requirements.txt, a Dockerfile — or just the product names, free-form. Nothing leaves your browser.

    browse all tools →