¹ FP16 only fits partially on GPU's 6 GB VRAM; 1-bit fits entirely in VRAM.
Cross-platform throughput
Energy Efficiency
Platform
Bonsai E_tg (mWh/tok)
Baseline E_tg
Advantage
RTX 4090 (CUDA)
0.276
1.134 (FP16)
4.1x
Mac M4 Pro (Metal)
0.091
0.471 (FP16)
5.1x
Energy efficiency
Benchmarks
Evaluated with EvalScope v1.4.2 + vLLM 0.15.1 on NVIDIA H100 under identical infrastructure, generation parameters, and scoring. All models are in the 6B–9B parameter range.
Model
Company
Size
Avg
MMLU-R
MuSR
GSM8K
HE+
IFEval
BFCL
Qwen 3 8B
Alibaba
16 GB
79.3
83
55
93
82.3
84.2
81
RNJ 8B
EssentialAI
16 GB
73.1
75.5
50.4
93.7
84.2
73.8
61.1
Mistral3 8B
Mistral
16 GB
71.0
73.9
53.8
87.2
67.4
75.4
45.4
Olmo 3 7B
Allen Inst
14 GB
70.9
72
56.1
92.5
79.3
37.1
38.4
1-bit Bonsai 8B
PrismML
1.15 GB
70.5
65.7
50
88
73.8
79.8
65.7
LFM2 8B
LiquidAI
16 GB
69.6
72.7
49.5
90.1
81
82.2
62.0
Llama 3.1 8B
Meta
16 GB
67.1
72.9
51.3
87.9
75
51.5
—
GLM v6 9B
ZhipuAI
16 GB
65.7
61.9
43.2
93.4
78.7
69.3
21.9
Hermes 8B
Nous Research
16 GB
65.4
67.4
52.2
82.9
51.2
65
73.5
Trinity Nano 6B
Arcee
12 GB
61.2
68.8
52.6
81.1
54
50
62.5
Marin 8B
Stanford CRFM
16 GB
56.6
64.8
42.6
86.4
51
50
—
R1-D 7B
DeepSeek
14 GB
55.1
62.5
29.1
92.7
81.7
48.8
15.4
Despite being 1/14th the size, 1-bit Bonsai 8B is competitive with leading full-precision 8B instruct models.
Intelligence Density
Intelligence density captures the ratio of a model's capability to its deployed size:
alpha = -ln(1 - score/100) / size_GB
Model
Size
Intelligence Density (1/GB)
1-bit Bonsai 8B
1.15 GB
1.062
Qwen 3 8B
16 GB
0.098
Llama 3.1 8B
16 GB
0.074
Mistral3 8B
16 GB
0.077
Bonsai 8B achieves 10.8x higher intelligence density than full-precision Qwen 3 8B.
Intelligence density
Use Cases
On-device assistants: interactive AI on laptops and phones with low latency
Mobile deployment: runs on a wide variety of phones due to low memory footprint
Edge robotics and autonomy: compact deployment on devices with thermal, memory, or connectivity constraints
Cost-sensitive GPU serving: higher throughput and lower energy per token on RTX-class and datacenter GPUs
Enterprise and private inference: local or controlled-environment inference for data residency requirements
Limitations
No native 1-bit hardware exists yet — current gains are software-kernel optimizations on general-purpose hardware
Mobile power measurement is estimated rather than hardware-metered
The full-precision benchmark frontier continues to advance; the 1-bit methodology is architecture-agnostic and will be applied to newer bases
Citation
If you use 1-bit Bonsai 8B, please cite:
bibtex
1@techreport{bonsai8b,
2 title = {1-bit Bonsai 8B: End-to-End 1-bit Language Model Deployment
3 Across Apple, GPU, and Mobile Runtimes},
4 author = {Prism ML},
5 year = {2026},
6 month = {March},
7 url = {https://prismml.com}
8}