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)

  • Jozzo@lemmy.world
    link
    fedilink
    English
    arrow-up
    23
    ·
    1 month ago

    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.mlOP
      link
      fedilink
      English
      arrow-up
      6
      ·
      1 month ago

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

      • jacksilver@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        29 days ago

        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.

  • iceberg314@slrpnk.net
    link
    fedilink
    English
    arrow-up
    9
    ·
    30 days ago

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

  • carzian@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 month ago

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

  • Evotech@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    29 days ago

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

  • jaschen306@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    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.

  • nutbutter@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    30 days ago

    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.