Spike-2B · MLX (4-bit)

Spike is the on-device assistant in the Spike AI iOS app. This is the build that runs on your iPhone — 4-bit MLX, served via mlx-swift. 📱 Get it on the App Store: https://apps.apple.com/app/spike-ai/id6749781844

A LoRA fine-tune of Qwen/Qwen3.5-2B (a vision-language model), specialized for Spike's on-device tool-calling — reminders, calendar, Apple Home, maps, web, files, code, and the SSH/agent toolset — plus vision (read a flyer → create the event, a note → a reminder, a receipt → the total). English and German. It emits Spike's text tool grammar:

tool:<name> {"key":"value"}

Files

4-bit MLX weights (model.safetensors, ~1.6 GB total) + tokenizer, processor, and chat template. Load with mlx-swift / mlx-vlm on Apple silicon.

Qwen3.5 is a new hybrid (linear-attention + full-attention) architecture. It runs in the Spike app's mlx-swift runtime (which implements qwen3_5); a text-only GGUF build is also available for llama.cpp servers.

Eval — Spike harness (before → after)

Metric Base Qwen3.5-2B Spike-2B
Tool calls (thinking off) 39.8% 99.8%
Tool calls (thinking on) 96.8%
Vision (image → tool / answer) 67.5% 100%
Valid JSON on tool calls ~64% 100%

Trained on ~22.5k tool + thinking + general + German samples plus an 800-image vision stage, so the model keeps its enable_thinking reasoning and vision while speaking Spike's tool grammar.

Usage notes

  • Trained on Spike's compact system prompt; use that exact prompt for best results.
  • Supports optional reasoning via the enable_thinking chat-template kwarg.
  • Vision: pass an image with the user turn; the model reads it and answers or calls a tool.
  • Tool calls are plain text tool:<name> {json} — one per turn.

License

Derivative of Qwen3.5-2B under the Apache 2.0 License.

Downloads last month
76
Safetensors
Model size
0.6B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Piecrust/Spike-2B-MLX

Finetuned
Qwen/Qwen3.5-2B
Quantized
(141)
this model