Views
No views yet

tool:<name> {"key":"value"}Note on the GGUF: Qwen3.5 is a new hybrid (linear-attention + full-attention) architecture. Loading requires a current llama.cpp build withqwen35support. For on-device iOS the app ships the MLX build instead.
| File | Use |
|---|---|
Spike-2B-Q4_K_M.gguf (1.2 GB) | Recommended quant for CPU/GPU serving |
Spike-2B-F16.gguf (3.8 GB) | Full-precision source for requantizing |
| Metric | Base Qwen3.5-2B | Spike-2B |
|---|---|---|
| Tool calls (thinking off) | 39.8% | 99.6% |
| Tool calls (thinking on) | — | 96.8% |
| Vision (image → tool / answer) | 67.5% | 100% |
| Valid JSON on tool calls | ≈64% | 100% |
| Normal-chat tool-leak (lower=better) | — | 0% |
enable_thinking reasoning and vision, speaks Spike's tool grammar, and does not
hijack casual chat into tool calls (normal-chat tool-leak 0%). (Vision is available
in the MLX build; the GGUF text model carries tools + thinking.)enable_thinking chat-template kwarg.tool:<name> {json} — one per turn.