A streamlined Hugging Face model search utility coded by Qwen 3.6-27B

Reddit r/LocalLLaMA Tools

Summary

A developer created a streamlined Hugging Face model search utility as a single HTML file with embedded JS, using Qwen 3.6-27B for most of the coding. It organizes models by author, base model, and derivative, with caching to minimize API calls.

Hi all. As some may have been aware, Hugging Face's model search had issues recently. (It seems to be resolved now though). I also often find myself struggling with the standard search interface when trying to find new derivative quants or finetunes of some particular models, and refining by quant type too can sometimes either be too restrictive, or uncover too many matches, and I wanted to be more precise about the date ranges and parameter counts. Basically I wanted a way to easily do something like: "Find me all models from this date range between these parameter counts and organise it by author". HF can be made to do that with a fair amount of fiddling but it's always one click away from wiping your search parameters. I also thought to myself that I wanted a good test I could conduct myself for how capabl Qwen3.6-27B is for coding up web apps. So I though I'd tackle my HF problem with Qwen3.6-27B and fired up OpenCode, entered in some guided prompts, and let it go. The following is what resulted after (more than) a few rounds of refinement, and some very light manual coding to get some of the alignments right. Yes, this is 90% vibe-coded, but the README is 90% written by me to minimise on that "AI slop feel". I thought to share it here in case anyone else might find it useful. It's best thought of as a supplement to HF's Search utility as opposed to a full replacement. Matched models are organised by the base model authors, then the base models of that author, then the derivative authors, and finally the derivative models. All results are cached and it tries to be somewhat frugal with the HF API end-point. The very first search will make a fair number of calls to present the table, but after that it'll "sip" at the API to gather additional details. It's a single HTML file with embedded JS. Just download it and open the file in your browser. Repo is here: [https://github.com/stew675/streamlined-hf-model-search](https://github.com/stew675/streamlined-hf-model-search) A screenshot of a search is here: https://preview.redd.it/mmtyni4mea2h1.png?width=1182&format=png&auto=webp&s=207e5d6f138872cb216b5454fd019fea6e0a3861
Original Article

Similar Articles

Qwen 3.8 release

Reddit r/LocalLLaMA

Qwen 3.8 has been released, available on HuggingFace as an open-source model collection.

Qwen/Qwen3.6-27B

Hugging Face Models Trending

Qwen releases the open-weight Qwen3.6-27B model on Hugging Face, featuring improved stability, agentic coding capabilities, and thinking preservation for better developer productivity.

Kijai/MiniMax-H3_comfy

Hugging Face Models Trending

A Hugging Face repository hosting MiniMax-H3 models converted for ComfyUI usage, along with a Lightx2v distill LoRA for faster inference.