Use case

Proxies for Hugging Face: The Per-IP Rate Limits, Why a Token Beats a Pool, and Where a Pool Still Helps

Hugging Face proxies: anonymous limits are per IP (500 / 3,000 / 100 per 5 min), a token raises them more cheaply than proxies, and a pool helps only for anonymous bulk downloads from shared ranges.

HProxy Team··9 min read
HProxy.Use case

Free proxies won't hold up here.

Shared datacenter IPs get flagged and dropped fast. When it has to hold, gaming, streaming, accounts, you need mobile and residential IPs that read as a real device, from $0.44/GB, pay as you go.

See plans & pricing

Hugging Face is where machine-learning models and datasets live: founded in 2016 by Clement Delangue, Julien Chaumond and Thomas Wolf, it hosts the model files that transformers, vLLM, llama.cpp, LM Studio and Ollama pull down when you run an open-weights model, plus the datasets, the Spaces demos and the ZeroGPU compute behind them. It is also one of the few AI services that publishes exactly how it rate-limits, and the numbers are the whole story of whether a proxy is the right tool.

Most sites in this series meter by account and pretend otherwise. Hugging Face meters anonymous traffic by IP address, says so in a table, and then tells you in the same document that the cheapest way past the limit is a token, not an address. This page takes the Hub at its word: the limits as published, the one case where a residential pool genuinely helps, our own observation of the limit firing on free exits, and the quotas no address moves.

The limits, as Hugging Face publishes them

The Hub's rate-limit documentation splits traffic into three buckets and counts each over a five-minute window: Hub API calls, resolver requests (the /resolve/ URLs that download model and dataset files, which is what every local-inference tool actually hits) and page views. The tiers, as listed in September 2025:

TierHub APIFile downloads (resolvers)PagesCounted per
Anonymous5003,000100IP address
Free account1,0005,000200account
PRO2,50012,000400account
Team organisation3,00020,000400member
Enterprise organisation6,00050,000600member
Enterprise Plus10,000100,0001,000member

Exceed a bucket and the Hub returns 429 with RateLimit and RateLimit-Policy headers that tell you the window and what is left; recent versions of the huggingface_hub library read them and wait automatically. The footnote on the anonymous and free rows says they are subject to change depending on platform health, so treat the table as the shape rather than a promise.

Two sentences in that document decide the proxy question. The anonymous row is explicitly per IP address. And the advice section opens with: make sure you always pass an HF_TOKEN, and that it is passed downstream to every library that downloads from the Hub, because a missing token is the number-one reason users get rate limited and a very easy fix.

We watched the limit fire on free exits

On 24 August 2026 we pointed 50 fresh proxies from our free proxy list at the huggingface.co homepage, one request each. Nineteen of the exits that reached the site got a normal page. Three got HTTP 429 on that single request, before we had sent a second one: the anonymous allowance for those addresses, one in Germany, one in Cyprus, one in Saudi Arabia, had already been spent by whoever else was using them. The per-IP rule, in action, and the free pool's problem in one line. A shared address arrives with its window already used.

Anonymous Hugging Face allowance per five minutes, and what a token does to it
Anonymous, per IP: file downloads
3,000 requests
Free account: file downloads
5,000 requests
PRO: file downloads
12,000 requests
Anonymous, per IP: Hub API
500 requests
Free account: Hub API
1,000 requests
PRO: Hub API
2,500 requests
Source: Hugging Face Hub rate-limit documentation (tiers as of September 2025), read 24 August 2026

Why a token beats a pool for almost everyone

Follow the arithmetic. An anonymous address gets 3,000 file downloads per five minutes. A free account, which costs nothing and takes a minute to create, gets 5,000, counted per account, from any address. A PRO account gets 12,000. Every one of those beats buying addresses, because a token multiplies the limit without bandwidth charges and without a second system to run. The Hub's own troubleshooting order is the right one: token first, then spread requests over a longer period, then prefer resolver calls over API calls, then upgrade the plan.

The message continuous-integration runners see makes the same point. A GitHub-hosted runner pulling a model without a token was answered, in a user's report from December 2025, with a note that Hugging Face had to rate limit that IP and that the way to continue was to create an account or log in and pass an HF_TOKEN. Cloud ranges are shared by thousands of jobs; the anonymous allowance for such an address is spent by lunchtime. The fix in the message is a token, and it costs nothing.

Where a pool genuinely helps

Two situations remain where the address, not the account, is the lever.

Anonymous bulk pulls you cannot authenticate. Some pipelines fetch from the Hub without credentials on purpose: a mirror that must stay reproducible from a clean environment, a build that runs where secrets cannot be injected, a crawler over public model metadata that should not carry a personal token. For those, the limit is per IP by design, and spreading the pull across many home addresses gives each one its own anonymous window. Rotating residential exits with backoff on every 429, and the RateLimit headers read rather than guessed, keep each address under the line. Our guide on fixing 429 Too Many Requests behind a proxy covers the retry discipline, and proxies for AI training data covers the sourcing side at scale.

A shared range that is already exhausted. A datacenter or office address whose anonymous window strangers keep spending is a dead end for anonymous requests, whatever your own behaviour. A residential exit with one user starts each window fresh. This is the same shared-address problem that runs through every AI service in this series, and Hugging Face is the rare one that documents the exact size of the bucket.

Everything authenticated is out of scope for a pool. Once the token is in the request, the Hub counts against the account, and a thousand addresses are a thousand requests against one allowance. Organisations get per-member limits rather than shared ones, which is a plan feature, not an address feature.

The quotas no address moves

ZeroGPU. Spaces on ZeroGPU give an unauthenticated visitor two minutes of daily GPU time at low priority, a free account five minutes at medium priority, PRO forty minutes at the highest priority, with Team and Enterprise members at forty and sixty. The quota resets twenty-four hours after first use and, above the included amount, paid tiers can buy more. All of it rides on the account. Whether the unauthenticated two minutes is counted per address is not stated, and either way it is two minutes.

Hosting limits. How many ZeroGPU Spaces you can host, two on a free account in good standing, ten on PRO, fifty for organisations, is an account rule.

Undocumented per-action limits. The Hub says it applies further limits to repository creation, commits, discussions and moderation actions without publishing them. Those attach to what you do with an account, not to where you connect from.

Hugging Face: what an address moves, and what only a token or plan moves

An address moves

  • The anonymous per-IP allowance

    500 API, 3,000 downloads, 100 pages per 5 minutes

  • A shared range whose window is spent

    a residential exit starts fresh

  • Reachability on a filtered network

    and the Chinese government block, at your own risk

Only a token or a plan moves

  • Authenticated limits

    per account, from any address

  • ZeroGPU minutes and priority

    per account

  • Space hosting counts

    per account or organisation

  • Gated model access

    accepted terms on the account

Source: Hugging Face Hub rate-limit and ZeroGPU documentation, read 24 August 2026

The one country story

Hugging Face restricts nothing by country itself; its terms carry only an export-control clause requiring use in compliance with US and other sanctions law. The block that exists is on the other side: in October 2023 a spokesperson confirmed that the site had become inaccessible in China, said the Chinese AI community was incredible and that the company wished their access was better, and added that there was not much it could do against government regulations. A user in mainland China reaching the Hub through an address elsewhere is stepping around a government filter, which is a question about local law that no proxy company can answer for them, and it is not a rule of Hugging Face's that they would be breaking.

Setting it up, in the right order

  1. Create a free account and put the token in HF_TOKEN, then confirm every tool in the chain forwards it. This alone lifts the limits by more than any proxy, and it fixes the CI case outright.
  2. If the job is genuinely anonymous and large, route it through rotating residential exits, honour every 429 with exponential backoff, and read the RateLimit-Policy header to size the pace. The Python pattern is in how to use proxies with Python requests; for huggingface_hub itself, the library respects the standard HTTPS_PROXY environment variable.
  3. For an account you use daily from a laptop that moves between networks, one static ISP address keeps it appearing from one place, which is tidy rather than necessary.
  4. Check any exit with the proxy checker before a large pull, so you are not paying to discover that an address reports the wrong country.

Where HProxy fits

Hugging Face is the service in this series where we most often tell people not to buy. If your 429s come from CI or a shared cloud range, a token fixes them for free. Where a pool belongs, anonymous bulk downloads that must not carry credentials, or a mirror spread across many addresses, our rotating residential exits from $0.44/GB give each address its own anonymous window, and the pricing is metered by the gigabyte, which for model files is the honest unit. One account that should always look like itself belongs on a static ISP proxy, $2.70/IP a month for an address nobody else uses.

Read the rate-limit page, pass the token, and spend on addresses only for the traffic that cannot carry one. That order saves most people the purchase, and it is the order Hugging Face itself recommends.

Sources

  • Hugging Face, Hub rate limits: the per-tier table over five-minute windows, anonymous limits per IP address, the 429 and RateLimit headers, and the advice that a missing HF_TOKEN is the number-one cause of rate limiting.
  • Hugging Face, ZeroGPU Spaces: daily GPU quotas by tier and hosting limits.
  • Hugging Face, Terms of Service: the export-control clause.
  • GitHub, llama.cpp issue 18108, 16 December 2025: the rate-limit message seen by a CI runner's IP, as reported by a user.
  • Semafor, Hugging Face confirms China blocked it, 20 October 2023.
  • Wikipedia, Hugging Face, for the founding.
  • HProxy measurement, 24 August 2026: 50 free proxies from our list pointed at https://huggingface.co/; 19 received a normal page and 3 received HTTP 429 on the first request.

Frequently asked questions

Does Hugging Face rate-limit by IP address?
For anonymous traffic, yes, and it publishes the numbers. Per five-minute window, an anonymous user gets 500 Hub API calls, 3,000 resolver requests (the file downloads used by transformers, vLLM, llama.cpp and similar tools) and 100 page views, counted per IP address. A free account raises that to 1,000, 5,000 and 200, PRO to 2,500, 12,000 and 400, and the limits for accounts are per account rather than per address. Exceeding them returns 429 with RateLimit headers.
Why does Hugging Face say 'we had to rate limit your IP'?
Because the requests arrived without a token, so they were counted against the anonymous per-IP allowance, and that allowance was used up, often by other people on the same address. Continuous-integration runners and shared cloud ranges hit this constantly. The message itself tells you the fix Hugging Face prefers: create an account or log in, and make sure you pass an HF_TOKEN if you are using the API. The docs call a missing token the number-one reason users get rate limited.
Will a residential proxy raise my Hugging Face limits?
Only the anonymous ones, because only those are per IP. If you cannot or do not want to authenticate, spreading downloads across many home addresses gives each address its own anonymous allowance, which is the one place a rotating pool genuinely helps here. Once you pass a token the limit follows the account, and no number of addresses changes it; the cheaper fix is a token, and above that a PRO, Team or Enterprise plan.
Is Hugging Face blocked in China?
Yes, on the Chinese side. Hugging Face confirmed in October 2023 that the site had become inaccessible in China and said there was not much it could do against government regulations. Hugging Face itself restricts nothing by country beyond an export-control clause in its terms. A user in China reaching the Hub through an address elsewhere is getting around a government filter, which is a decision about local law rather than about Hugging Face's rules.
Do proxies help with Hugging Face Spaces or ZeroGPU?
Not with the GPU quota. ZeroGPU gives unauthenticated visitors two minutes of daily GPU time at low priority, a free account five minutes, PRO forty, and those quotas ride on the account. An address changes nothing about them. A proxy helps only with reaching a Space from a network that filters huggingface.co, which is a reachability problem, not a quota problem.
What proxy type fits Hugging Face?
It depends on the job. For anonymous bulk downloads from shared cloud ranges, rotating residential, with exponential backoff on every 429 and the RateLimit headers honoured. For an account you use every day, one static ISP address so the account appears from one place. For most people the honest first step is not a proxy at all: a free account and a token multiply the limits before any address is involved.

Proxies that don't die mid-job

Residential, ISP, datacenter and mobile, verified by the same engine that runs tens of millions of checks. They read as a real device and hold up under load. Pay as you go, and your balance never expires. $0.44/GB is the 2,000 GB+ rate; a single gigabyte is $0.50/GB, with no minimum order.

129M+ proxy checks run · 100+ countries · HTTP / HTTPS / SOCKS · re-checked every few minutes · no signup