6223cda1b0f12a157f9501f4f75c560d7b939a85
A local, MoE-offload inference runtime with an OpenAI- and Anthropic-compatible HTTP API — Run DeepSeek-V4-Flash on your 5090 with 20+ TPS.
Quick start
See docs/install.md for requirements and installation.
ft serve --model ~/models/Qwen3.6-35B-A3B # API server on http://127.0.0.1:1919
ft launch claude # point an agent at it (codex / dsh / hermes / opencode / openclaw)
ft shell # or chat in the terminal
Documentation
- Install — requirements and setup
- Supported models — model × quantization
- CLI reference —
ftcommands and environment variables
Acknowledgment
FreeToken was deeply inspired by mini-sglang, and learned the design and reused code from the following projects: SGLang, vLLM, FlashInfer, flash-linear-attention, LightLLM and llama.cpp.
License
Description
Languages
Python
89.8%
Cuda
4.7%
C++
2.8%
C
2.1%
Shell
0.6%