ARCHITECTURE

FreeToken Architecture

How FreeToken runs giant MoE models on consumer hardware: CPU-GPU co-execution, q* expert routing, double-buffered prefill, and LRU expert cache.

What is the Architecture?

Architecture articles explain why FreeToken can run giant mixture-of-experts models on consumer hardware. They cover CPU-GPU co-execution, the q* expert routing policy, double-buffered prefill, the LRU expert cache, Fourier Token Weighting, elastic memory management, and the semantic cache that skips redundant computation.

Why understand the architecture?

1

Tune With Intent

Understand how offload, hybrid, and cache settings actually affect throughput

2

Read the Paper Confidently

Follow the q* policy and FTW explanations behind the benchmark tables

3

Diagnose Bottlenecks

Trace slow prefill or decode to bandwidth, cache, or expert placement causes

Featured & Essential

All Architecture Guides