it's honestly really good. Big fan of that team, they are really practical and have been producing really useful software and sharing all their learnings online.
Moondream 3 Preview: Frontier-level reasoning at a blazing speed
21–30 of 46 posts
Re: Moondream 3 Preview: Frontier-level reasoning at a blazing speed
#22Re: Moondream 3 Preview: Frontier-level reasoning at a blazing speed
#23Is there a GGUF?
Re: Moondream 3 Preview: Frontier-level reasoning at a blazing speed
#24Tried it's detection out on the playground as a 9B model it's pretty good.
Re: Moondream 3 Preview: Frontier-level reasoning at a blazing speed
#25So... it should be really good at ARC?
Re: Moondream 3 Preview: Frontier-level reasoning at a blazing speed
#26Would be interesting to see how it scores on COCO or Object356 dataset object detection (even if I know will be slower than dedicated object detection model)
Re: Moondream 3 Preview: Frontier-level reasoning at a blazing speed
#27Spent 5 minutes trying to get basic pricing info for Moondream cloud. Seems it simply does not exist (or at least not until you've actually signed up?). There's 5,000 free requests but I need to sense-check the pricing as viable as step 0 of evaluating - long before hooking it up to an app.
Re: Moondream 3 Preview: Frontier-level reasoning at a blazing speed
#28The MoE architecture choice here is particularly interesting - the ability to keep only 2B parameters active while maintaining 8B model performance is a game-changer for edge deployment. I've been deploying vision models in production environments where latency is critical, and this sparse activation approach could solve the inference cost problem that's been limiting adoption of larger VLMs. The chart understanding capabilities mentioned look promising for automated document analysis workflows. Has anyone tested the model's consistency across different image qualities or lighting conditions? That's often where smaller models struggle compared to frontier ones.
Re: Moondream 3 Preview: Frontier-level reasoning at a blazing speed
#29Re: Moondream 3 Preview: Frontier-level reasoning at a blazing speed
#30Earlier quoted context omitted.
Only 2b active also - very fast
sorry what does it mean for only 2b to be active?
My understanding is that, while all 8B are loaded into memory, for each token inference step only 2B are selected and used - so tokens are produced faster because there is less computation needed.
Hoping someone will correct me if that's not the right mental model!