Hugging Face introduced rate limits on anonymous model downloads on Thursday, capping unauthenticated traffic at 50 gigabytes per day per IP address and requiring a free account for anything above that. Chief technology officer Julien Chaumond wrote that egress bandwidth grew more than 400 percent over eight months while the number of distinct human users grew about 30 percent, and that the gap is automated: agent frameworks and CI pipelines pulling the same multi-gigabyte weights repeatedly with no caching. The company says it spent an amount it would not disclose but characterized as a meaningful fraction of revenue on bandwidth in the second quarter, and that the trajectory was not survivable.
What the traffic actually looks like
Chaumond's post includes numbers that explain the decision better than any policy argument. A single popular model repository served 11 petabytes in June. Analysis of the requests found that 63 percent came from addresses that had downloaded the identical files more than ten times in the same month, which means no local caching at all. A notable share originated from cloud provider address ranges in patterns consistent with ephemeral CI runners that rebuild a container image from scratch on every commit.
The largest single source category was agent frameworks that download an embedding model at startup. Several popular frameworks ship a default configuration that fetches a model on first use, and when that framework runs inside a container that gets recreated per request, the download happens per request. Hugging Face identified four frameworks accounting for roughly 9 percent of total egress and has contacted their maintainers. Two shipped fixes within days.
The limits and the exceptions
Anonymous access gets 50 gigabytes per day per address, which covers a person downloading several models to try them and does not cover an unconfigured pipeline. A free account raises the limit to 500 gigabytes per day. Paid Pro accounts at $9 per month get two terabytes, and enterprise agreements are negotiated. Organizations can register their CI address ranges for higher limits at no cost, which Hugging Face says most large users have already done.
There are carve-outs designed to avoid breaking research. Academic institutions can apply for unlimited access through a form, and the company says it has approved 340 applications so far with a median turnaround under a day. Mirrors operated by national research networks, including several in Europe and one in Japan, are excluded from limits entirely. Models under 500 megabytes, which covers most embedding and classification models, count at a reduced rate against the quota.
The story is rarely the launch. It is what breaks, what ships, and who owns the mess at 2 a.m.
The reaction
The predictable objection is that Hugging Face has become infrastructure the open model ecosystem depends on, and that a single company deciding access terms for that infrastructure is a structural problem regardless of how reasonable this particular decision is. That objection is correct and it has been correct since about 2022. The company hosts the overwhelming majority of open weights, and there is no comparable alternative with the same completeness.
The counterargument, which several open source maintainers made, is that Hugging Face has been subsidizing the ecosystem's carelessness for years and that free unlimited bandwidth for automated systems was never sustainable. A maintainer of a popular inference server said the fixes required on the consumer side are trivial, mostly setting a cache directory that persists across container runs, and that the limits will improve engineering practice more than they will restrict access.
What this means for the mirrors question
Interest in distributed model distribution has spiked since the announcement. There is an existing effort to serve model weights over BitTorrent, which handles exactly this traffic shape well and has never gained traction because downloading from a URL is easier. A group of European research institutions announced a coordinated mirror on Thursday afternoon covering the 500 most downloaded models, funded through an existing infrastructure grant.
The Modelscope registry operated by Alibaba serves a similar function in China and mirrors much of Hugging Face's public content. Its terms differ and its availability outside China is inconsistent. Cloudflare has floated the idea of caching popular weights at its edge, which would help enormously and requires a commercial arrangement nobody has announced. The likely outcome is a patchwork rather than a replacement, which is how most infrastructure decentralization actually goes.
The business underneath
Hugging Face raised at a $4.5 billion valuation in 2023 and has not raised publicly since. Its revenue comes from enterprise hub subscriptions, inference endpoints, and hardware partnerships. The company has never disclosed figures. Bandwidth for free hosting is a pure cost with no direct revenue attached, justified by the ecosystem position it buys, and that justification weakens as costs grow faster than the strategic value.
The rate limits are a first step toward a more conventional freemium structure, and nobody should be surprised if further limits follow. What would genuinely change the picture is a sponsored bandwidth arrangement, where model publishers pay for their own distribution, which is how package registries like npm eventually stabilized. Chaumond hinted at exactly that, describing a publisher-funded tier as under consideration. Large labs releasing open weights for strategic reasons can certainly afford it.
Skarvonix will keep following this beat with reporting grounded in how systems behave outside the launch keynote.
- LLMs
- Open Source



