Is Qwen3-VL-2B the only viable VLM for JSON extraction on a "potato"?

Reddit r/LocalLLaMA Models

Summary

The author claims Qwen3-VL-2B is the only viable vision-language model for JSON extraction on low-end hardware, outperforming larger models like Qwen3-VL-4B, yet it is absent from major benchmarks.

After spending countless hours testing on 3 "potato" laptops (Intel i3, 8GB RAM, Win11, integrated GPU), that's my conclusion. For reliably extracting data from images to JSON on low-end hardware, nothing else even comes close. Yet, it’s completely missing from major benchmarks like Artificial Analysis or the Open LLM Leaderboard (while the 4B version is listed). In my (non-scientific) testing, Qwen3-VL-2B Q4_K_M GGUF easily outperforms Qwen3-VL-4B and Qwen3.5 2B for this specific data extraction task. The rest aren't even near an acceptable result. - Why is it being ignored by benchmarks? - Is there any other model that can actually handle JSON extraction on potatoes, phones, or Raspberry Pis?
Original Article

Similar Articles

Running Qwen3.6 35b a3b on 8gb vram and 32gb ram ~190k context

Reddit r/LocalLLaMA

The author shares a high-performance local inference configuration for running Qwen3.6 35B A3B on limited hardware (8GB VRAM, 32GB RAM) using a modified llama.cpp with TurboQuant support, achieving ~37-51 tok/sec with ~190k context.

Qwen3.5 122B is the best?

Reddit r/LocalLLaMA

A user shares their experience comparing several large language models (Qwen, Gemma) on complex tool-calling tasks, finding Qwen3.5 122B the most reliable, while criticizing smaller MoE models for instability.