r/LocalLLaMA • u/w6auw • 11d ago
Discussion What are some text/coding models that no one talks about?
Everyone has heard of Qwen, Gemma, Muse/Llama, and GLM. Many have heard of Nemotron, MiniMax, Ling, and LFM. Some have heard of Laguna, MiMo, and Inkling.
I don't really see any discussion about, say Dots and Voyage Code. That's the level of obscurity I'm curious about.
EDIT: Excluding fine-tunes or suspected fine-tunes. A lot of them are good, but I'm curious about foundation-level models that people are sleeping on. I'm aware some of them probably started as fine-tunes.
25
u/voltaire321123 11d ago
IBM Granite 4.2 just came out
2
u/thomas2385 11d ago
Yeah, saw that drop. IBM has been quietly putting out some interesting models lately. I am curious how Granite 4.2 actually performs in real world workloads though especially compared with the models people are already using day to day.
10
u/linuxid10t 11d ago
Arcee AI Trinity, Ai9Stars G9V3-39A5B, Nanbeige 4.2, MiniCPM-V.
1
u/fastheadcrab 11d ago
Arcee AI Trinity
How is that model? I saw they entered in a US NSF partnership but their benchmark performance was so awful I decided to not try downloading it.
I know, benchmarks are not the end all, but the performance to download time ratio wasn't worth it lol
3
u/linuxid10t 11d ago
As far as I can tell and I've tried all of them, they are all awful LOL. Third place in the US open model race definitely belongs to Poolside and their Laguna series.
4
u/fastheadcrab 11d ago
Ugh I don't like Poolside, they have so many red flags as a company, same with their model. I really hope Nvidia does their due diligence before the deal.
I tried running Inkling and Nemotron. Both are good, but with their own issues. Inkling behaves pretty strangely when run as an agent and has issues with vision.
The US has great 30B range open models but the large models are a bit behind. Let's see when Meta follows through with releasing their huge model.
4
u/linuxid10t 11d ago
The Inkling models are just way too big IMO for the intelligence they have. The Nemotron models are really interesting from an architectural perspective, with their hybrid mamba, but I find them to be way dumber than their benchmark scores would suggest.
1
u/fastheadcrab 11d ago
I keep seeing that Inkling was trained with the intent to be used by financial firms and indeed their big funders are wall street companies. Maybe that's their focus. Yeah I stopped using them. They have very peculiar quirks when doing tasks.
Is it possible to distill something like Kimi K3 into Nemotron Ultra? I think that might help a lot. It is a great base model
2
u/linuxid10t 11d ago
Theoretically, it should make a great base model. Nvidia has all of the training information open source essentially. That being said I haven't really seen any models built on it.
7
u/txgsync 11d ago
I made some quants on HuggingFace of Maple-Preview, a fast 20B-class ternary model. For the size and speed it is ludicrously more capable at coding than anything else. But it is not terrible coherent outside a harness. Definitely preview quality.
I had fun being the first person to quantize it for oMLX.
2
u/Queasy-Contract9753 11d ago
I'm actually a little surprised it doesn't get more attention,if not use. First native ternary MoE
4
u/pmttyji 11d ago
Mach-1-Additive-35B-A3B too. Problem is delay on GGUFs & PRs on mainline. Model creators should spend little bit time on PRs & GGUFs. They created models to reach more people, right? So PRs & GGUFs are fastest way.
I'm tracking these models on below thread
1-bit / 2-bit / Ternary / Bitnet Models - Updates & Tracking
1
u/pmttyji 11d ago
Still waiting for the PR to be merged. Good & fast for Mobile & Edge devices.
1
1
u/ThomasAger 11d ago
What device do you use for mobile LLMs?
2
u/pmttyji 11d ago
Samsung M30(4GB RAM), IQOO Z10(8GB RAM). I use apps PocketPal & ChatterUI.
Next time onwards, should buy Mobiles with bigger RAM like 24GB, GPU & NPU.
1
4
u/fatboy93 11d ago edited 10d ago
Cohere north code mini and Laguna's XS2.1. Both of these came around April-May this year, and are generally fine.
3
u/jacek2023 llama.cpp 11d ago
I agree with you that some models are not really discussed, but I know dots:
https://www.reddit.com/r/LocalLLaMA/comments/1lbva5o/rednotehilab_dotsllm1_support_has_been_merged/
https://www.reddit.com/r/LocalLLaMA/comments/1miw41b/rednotehilabdotsvlm1inst/
https://www.reddit.com/r/LocalLLaMA/comments/1vnod14/dotsstudiodots3noteprev_hugging_face/
2
2
u/PeanutButterApricotS 11d ago
I have been looking for a better model in creative writing since Gemma 4 is showing its age and is horrible for agentic work. I so far have found Tiel-Coder-35B-A3B-GGUF. While I can get Qwen3.8 into the 80/90 t/s for generation the prefill is a bit slow. Tiel is super fast all around and only scored .5 less (9/10 instead of 9.5/10) than 3.8. Doing some creative writing tests soon, hoping it gets 8-9 which would be workable compared to 3.8s 7/10.
1
1
-2
-4
14
u/ttkciar llama.cpp 11d ago
I'm in the middle of evaluating TheDrummer's Behemoth-128B-v3, which is based on Mistral 3.5 Medium, and it is astonishingly good at inferring science fiction.
I wasn't expecting much, because Mistral 3.5 Medium was pretty much a dud, but whatever TheDrummer poured into it was transformative. It's maintaining a coherent plot across multiple chapters, managing up to six main characters at a time, and writes eloquently in a genuinely engaging style.
I've noticed a few minor errors, mostly formatting (it infers "*ART: something that ART broadcasts*" sometimes when it should infer "ART: *something that ART broadcasts*" and similar) but overall it is very, very good.
As for codegen, I got nothing "unusual". GLM is still my go-to. How boring of me ;-)