catalog: add 27 current models and sort the catalog - #24
Conversation
…2, Nemotron 3.5, LFM2.5, MiniCPM5, GLM-5.3-Flash)
|
@shacortes is attempting to deploy a commit to the Community Labs Team on Vercel. A member of the Team first needs to authorize it. |
No result files to import. |
|
Why doesn't Claude listen 😔 |
|
Hey, think this looks okay so far. I can use the models you've added to the catalog here to the backend as well. |
I was thinking of adding a few more, as it's missing the qwen3.6 ones. And some other models. |
|
If you want to keep working on it, feel free to re-open the PR and ping me when you think it's in a suitable spot 🙂 |
There's a slight problem. If I add too many, searching for a specific one is like searching for one's country on a drop-down list, not hard but much more tedious than being able to start searching. I'd open this PR, drop the models and merge, and after that, if it could be done, implement something like a search bar of sorts to look for a specific model. Or something similar to the hardware selector, whatever's most preferred. Reopening and working on it. |
|
Appreciate the notes. I'll take a look at the model list you've added here, and if all looks good I can merge it and add to the DB. I'll consult with @horacechoi on the UI, and we can determine search/dropdown specifics etc. Might be easier to sort by model family. |
|
I think I'm done. I did move models around so feel free to revert if needed. This allows it to more or less have the models sorted alphabetically, though I do think it'd look much better if programatically done. Well, technically it does look nice if it's sorted on the index.ts, but who knows. |
|
How would the quants be listed? Or do I keep the "simple" ones and that's it? Wondering because there's more quant types other than q4 and variants, even. |
I think the quants you've added are perfect for now. If we get requests to add more, we can do so. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Appreciate you contributing @shacortes! 🎉 Please feel free to open any other issues/PRs if you think there is something we can improve on 😄 |
The catalog had four models, the newest from mid-2025. This adds twenty-seven that people are actually running locally today (September 2026), so there are boards to post results against.
Every entry was checked against the Hugging Face API before it was written: the repo exists, the
sourceUrlresolves to the official org's card, andparams/architecture/activeParamscome from the model's ownconfig.jsonand card, not from the name.Notes on the choices:
int4/int8where an OpenVINO or AWQ/GPTQ build exists (OpenVINO/Qwen3.8-27B-int4-ov,OpenVINO/LFM2.5-8B-A1B-int4-ov),mxfp4for gpt-oss-20b because that is its native format.int4andq4_k_mlisted.qwen.svgandgemma.svgfor the new Qwen and Gemma entries. The other families have no SVG infrontend/public/logos/models/, so they fall back to a monogram tile inbrandColor, in the same muted register as the existing four.MODELSarray is kept alphabetical by name, so new entries slot in by name order rather than always appending to the end.Checks run locally:
No seed migration in this PR — per
frontend/src/catalog/README.mdthat is a maintainer step.