FreeToken Enables 753B Model Inference on Single Workstation GPUs
Researchers from UC Berkeley and UT Austin have introduced FreeToken, a serving engine designed to run massive language models on standard personal computers. [1]

Key takeaways · 3
- 01
FreeToken maps model state and computation across a machine's GPU, CPU, and memory.
- 02
The system can run a 35B model at interactive speeds on an 8 GB laptop GPU.
- 03
It is released under an Apache-2.0 license and features OpenAI- and Anthropic-compatible endpoints.
Edge-Native Inference
A team of researchers from UC Berkeley and UT Austin propose FreeToken. [1] The system continuously maps computation and model state onto whatever GPU, CPU, memory and interconnect bandwidth the machine actually has. [1] The result is a 35B model at interactive speed on an 8 GB laptop GPU, 284B on a gaming desktop, and the 753B GLM-5.2 on a single workstation card. [1]
Deployment Options
FreeToken is available under an Apache-2.0 license on GitHub, published on PyPI, and shipped as a desktop app for Windows and Linux. [1] The command line interface targets Linux x86_64 systems with an NVIDIA GPU on driver r580+ and CUDA 13. [1] It exposes OpenAI- and Anthropic-compatible endpoints on port 1919. [1] Enterprises should treat it as an air-gapped or regulated-workload path rather than a datacenter replacement. [1]
What it means
FreeToken addresses a critical bottleneck in the open-weight ecosystem: the prohibitive hardware costs of serving massive models like GLM-5.2 and DeepSeek-V4-Flash. By enabling local execution on consumer-grade hardware, the system allows startups and solo developers to bypass cloud API expenses, while providing a secure deployment route for sectors requiring strict data sovereignty, such as healthcare and defense. What the sources don't address: How the inference latency of a 753B model running across system memory and CPU on a single workstation compares in practical benchmarks against standard datacenter deployments.
FreeToken dramatically lowers the hardware barrier for running frontier-class language models. By treating local system resources elastically, it shifts high-parameter model serving from specialized datacenters to standard workstations.
Why it matters
Turn this story into practical AI skill after launch.
Get the release link for daily sessions built around your role and industry.
Join the waitlistHow this developed
23 August 2026
FreeToken Enables 753B Model Inference on Single Workstation GPUs
23 August 2026
Event created from source cluster.