151 Downloads Updated 5 days ago
ollama run robit/qwen3.5-9b-r5-vision:q4km
ollama launch claude --model robit/qwen3.5-9b-r5-vision:q4km
ollama launch codex --model robit/qwen3.5-9b-r5-vision:q4km
ollama launch opencode --model robit/qwen3.5-9b-r5-vision:q4km
ollama launch openclaw --model robit/qwen3.5-9b-r5-vision:q4km
Fine-tuned Qwen3.5-9B with distilled reasoning and full vision support. 883 tensors — vision tower preserved byte-for-byte from base. R5 was the first vision-capable distilled model. Superseded by R7 vision (86.8% eval + PrimeIntellect data).
<think> blockstool_calls via Ollama /api/chat| Benchmark | Score |
|---|---|
| Diverse stochastic eval (38 tests) | 84.2% |
| Vision probe (rendered text) | PASS |
| Tool calling | PASS |
llama-export-loraollama run robit/qwen3.5-9b-r5-vision:q4km
IMG64=$(base64 -w0 path/to/image.jpg)
curl -s http://localhost:11434/api/chat \
-d '{"model":"robit/qwen3.5-9b-r5-vision:q4km","messages":[{"role":"user","content":"Describe this image.","images":["'"$IMG64"'"]}]}'
RENDERER qwen3.5 + PARSER qwen3.5num_ctx 131072temperature 0.6, top_p 0.95stop "<|im_end|>"R5 Vision is superseded by robit/qwen3.5-9b-r7-research-vision:q4km which adds PrimeIntellect data and scores 86.8%.
Derived from Qwen3.5-9B (Apache 2.0). Training data licenses vary by source.