In search for a new self-hosted LLM
from tanka@lemmy.ml to selfhosted@lemmy.world on 10 Apr 2026 21:30
https://lemmy.ml/post/45766694

Hey :) For a while now I use gpt-oss-20b on my home lab for lightweight coding tasks and some automation. I’m not so up to date with the current self-hosted LLMs and since the model I’m using was released at the beginning of August 2025 (From an LLM development perspective, it feels like an eternity to me) I just wanted to use the collective wisdom of lemmy to maybe replace my model with something better out there.

Edit:

Specs:

GPU: RTX 3060 (12GB vRAM)

RAM: 64 GB

gpt-oss-20b does not fit into the vRAM completely but it partially offloaded and is reasonably fast (enough for me)

#selfhosted

threaded - newest

carzian@lemmy.ml on 10 Apr 2026 21:33 next collapse

I’m in the same boat. You’ll get better responses if you post your machine specs. I

Gumus@lemmy.dbzer0.com on 10 Apr 2026 21:46 next collapse

I’d say Qwen 3.5 and Gemma 4 beat GPT OSS in every aspect.

tal@lemmy.today on 10 Apr 2026 22:07 next collapse

I’m not on there, but you might have more luck in !localllama@sh.itjust.works

You might also want to list the hardware that you plan to use, since that’ll constrain what you can reasonably run.

theunknownmuncher@lemmy.world on 10 Apr 2026 22:16 next collapse

How much VRAM?

Jozzo@lemmy.world on 10 Apr 2026 22:17 next collapse

I find Qwen3.5 is the best at toolcalling and agent use, otherwise Gemma4 is a very solid all-rounder and it should be the first you try. Tbh gpt-oss is still good to this day, are you running into any problems w it?

tanka@lemmy.ml on 11 Apr 2026 00:23 collapse

No problems per se. I just thought that I had not checked for an update for a longer time.

jacksilver@lemmy.world on 11 Apr 2026 21:20 collapse

You’re probably aware, but updating the model periodically is probably a good idea just because things do change overtime.

A model from two years ago was trained on data from at least two years ago. Meaning any technology, code, world event changes wouldn’t be reflected in the model.

cron@feddit.org on 10 Apr 2026 22:19 next collapse

The latest open weights model from google might be a good fit for you. The 26B model works pretty well on my machine, though the performance isn’t great (6 tokens per second, CPU only).

ejs@piefed.social on 11 Apr 2026 00:03 next collapse

I suggest looking at llm arena leaderboards filtered by open weight models. It offers benchmarks at a very complete and statistically detailed level for models, and usually is quite up to date when new models come out. The new Gemma that just came out might be the best for 1x GPU, and if you have a bunch of vram check out the larger Chinese models

sompreno@lemmy.zip on 11 Apr 2026 00:23 next collapse

What are your computer specs?

tanka@lemmy.ml on 11 Apr 2026 00:25 collapse

I did just update my post with the specs. Maybe it takes a while to federate?

sompreno@lemmy.zip on 11 Apr 2026 02:34 collapse

I must have not refreshed ignore my comment

jaschen306@sh.itjust.works on 11 Apr 2026 03:55 next collapse

I’m running gemma4 26b MOE for most of my agent calls. I use glm5:cloud for my development agent because 26b struggles when the context windows gets too big.

Kirk@startrek.website on 11 Apr 2026 05:14 next collapse

Just curious, what does “some automation” entail? I thought LLMs could only work with text, like summarize documents and that sort of thing.

a1studmuffin@aussie.zone on 11 Apr 2026 06:03 next collapse

These days they can also chain together tools, keep a working memory etc. Look at Claude Code if you’re curious. It’s come very far very quickly in the last 12 months.

Kirk@startrek.website on 11 Apr 2026 09:08 collapse

OP said coding AND “some automation”, what is being automated?

SuspciousCarrot78@lemmy.world on 11 Apr 2026 09:56 next collapse

[deleted by user]

Kirk@startrek.website on 11 Apr 2026 10:47 collapse

That’s cool, it just… does those things? How does it connect to those apps? I can’t even get Gemini to set a reminder and that’s on a Google device.

SuspciousCarrot78@lemmy.world on 11 Apr 2026 18:51 collapse

[deleted by user]

Kirk@startrek.website on 12 Apr 2026 04:57 collapse

That was actually super helpful, thank you.

SuspciousCarrot78@lemmy.world on 12 Apr 2026 07:30 collapse

[deleted by user]

Jozzo@lemmy.world on 11 Apr 2026 20:16 collapse

It’s done by software using an LLM, not just a raw LLM. They do only work with text, but you can get it to output the text “get_weather(mylocation)”, and instead of just outputting that directly to the user, the software running on top of the LLM runs a " get_weather" function that calls some weather API. The result of that function is then output to the user.

Any time you see an “AI” taking “actions”, this is what happens in the background for every action.

SuspciousCarrot78@lemmy.world on 11 Apr 2026 22:12 collapse

[deleted by user]

nutbutter@discuss.tchncs.de on 11 Apr 2026 09:29 next collapse

Have you tried the new gemma4 models? The e4b fits in the 12gb memory and is pretty good. Or you can use 31b too, if you’re okay with offloading to CPU.

SuspciousCarrot78@lemmy.world on 11 Apr 2026 09:43 next collapse

[deleted by user]

iceberg314@slrpnk.net on 11 Apr 2026 10:30 next collapse

I also recommend gemma4 or qwen3.5. Both super solid in my experience for how lightweight they are

NoFun4You@lemmy.world on 12 Apr 2026 05:09 collapse

Still can’t get my gemma to give me complete unbuggy components

iceberg314@slrpnk.net on 14 Apr 2026 13:32 collapse

I guess I have been using gemma4 fro more role playing games. Qwen3.5 seems to be better coder actually

zorflieg@lemmy.world on 12 Apr 2026 04:43 next collapse

Gemma4 e4b quant8 will fit in 12gb and is good

DieserTypMatthias@lemmy.ml on 12 Apr 2026 04:50 next collapse

Qwen is pretty good. Also try LFM models.

Evotech@lemmy.world on 12 Apr 2026 06:34 collapse

I’d use some Chinese model. Qwen3.5 Claude 4.6 distilled ablitirated is what I use