Today I downloaded the Hy3 IQ3_XXS quant by Vcruz and got it running on a single Asus GX10 (DGX Spark) machine. It did not run directly in LM Studio, because a particular version of Llama CPP is required, which needs to be compiled from source. Deepseek V4 Flash had no trouble completing that task, and got it running in just a few minutes.
IQ3_XXS is a quality quant which generated 17 tokens per second on the GX10. For longer context, better quality, and faster performance, I'll prefer to run the Q4_KM quant on a cluster of 2 machines. vLLM will likely be the best engine to use for this model, because it enables tensor parallelism, which typically speeds up clustered performance by about 1.8x.
This is an exciting model to add to the local stable. It is very capable, compared to other models that can run on modest local hardware - even beating Deepseek V4 Pro on many key benchmarks (and the local hardware required to run Deepseek V4 Pro is much more expensive).
I've explored creating apps with Hy3 multiple times in the past, while it was in preview on OpenRouter, and have always been impressed with what it can accomplish. Even the preview version was close to current frontier quality - and now that it's out of preview, it seems even stronger.
Hy3's world knowledge and coding skills are absolutely impressive for its size, especially for front end work. This is definitely a top-tier model to get for DGX Spark and Strix Halo class machines. I'm surprised that it performs much faster than Deepseek V4 Flash does on its own DS4 platform, and Hy3 may likely end up being an even smarter model than V4 Flash.
One critical difference between Hy3 and V4 Flash, is that the V4 Flash DS4 engine only currently enables slower pipeline parallelism on clustered machines, and that slow clustered speed actually reduces the performance of DS4 when run across multiple servers. So, I'm going to be really putting Hy3 through the ringer to see if it can be a full and complete improved replacement for V4 Flash.
I'll try using Hy3 for a few weeks and report back about how it compares to V4 Flash in agentic tasks.