680 Downloads Updated 1 week ago
ollama run dcostenco/prism-coder:2b
Updated 1 week ago
1 week ago
33cd2348ec0e · 3.3GB ·
Qwen3.5-based models for AI agent tool routing. 97% of queries handled locally — no cloud needed.
99.1–100% routing accuracy across sizes (BFCL eval, 115 cases × 3 seeds).
| Model | Size | Input | Use when |
|---|---|---|---|
prism-coder:2b |
3.3 GB | Text, Image | iPhone / mobile first gate (Qwen3.5-4B Q4_K_S) |
prism-coder:4b |
3.5 GB | Text, Image | Verifier + 8 GB+ devices (Qwen3.5-4B Q4_K_M) |
prism-coder:9b |
6.7 GB | Text, Image | Default router (fine-tuned Qwen3.5-9B) |
prism-coder:27b |
17 GB | Text | Complex tasks (QLoRA on Qwen3.5-27B) |
14b and 32b are retired — earlier Qwen3-based builds, kept only so existing pulls keep working. Do not start new work on them.
2b, 4b and 9b carry the Qwen3.5 vision tower and accept screenshots and video frames. 27b is text-only.
There is no audio encoder in this model family — video is processed as frames through the vision tower, and sound is not supported at any size.
# Recommended default (sees images)
ollama run dcostenco/prism-coder:9b
# iPhone / mobile
ollama pull dcostenco/prism-coder:2b
# Verifier
ollama pull dcostenco/prism-coder:4b
2B on-device iPhone first gate (99.1%)
4B verifier grounding checks, 8 GB+ (100%)
9B local default router, reads images (100%)
27B local complex tasks, text only (100%)
cloud ~1% — last resort
97% of traffic never touches the cloud.
HuggingFace: huggingface.co/dcostenco — prism-coder-9b publishes full safetensors including the vision tower and its preprocessor configs.