The big story here is the encoder-free part, which I still don't fully understand. > Vision: We replaced Gemma 4’s vision encoder with a lightweight embedding module consisting of a single matrix multiplication, positional embedding and normalizations. That's technically encoding, just without using a dedicated model for it like SigLIP? The Developer's Guide elaborates, it's still a 35M layer which I am curious is ro…
Either Google changed the text or you editorialised it a tiny bit - just for all others that got excited, they mean 16GB V RAM. So a premium graphics card requiring a >2500€ device is the minimum to run this. Still progress, but not quite democratic yet. Weird though that Google might be cannibalising it's own AI subscription service?
Gemma 4 12B: A unified, encoder-free multimodal model
381–390 of 421 posts
Re: Gemma 4 12B: A unified, encoder-free multimodal model
#382Strange that they are feeding raw audio in. Even in humans, there is a hardware transform to the frequency domain (the cochlea) before data is fed to the brain, effectively doing this part in the LLM seems inefficient.
Re: Gemma 4 12B: A unified, encoder-free multimodal model
#383Earlier quoted context omitted.
I think its even more puzzling because you can't even run Gemma 31b on google cloud, they only let you test it with a rate limit. No way (I can find) to actually pay them to use it. We saw great results in our usecase using google direct. Moved to Openrouter because google wouldn't let us use it beyond a test. Then Openrouters performance looked worse, not sure if there was a quantized version or something. So we ins…
I'm using it for one of my use cases (ocr) on openrouter right now.
Re: Gemma 4 12B: A unified, encoder-free multimodal model
#384Earlier quoted context omitted.
Have you found Gemma 4 31B better than Qwen 3.6 27B Q8? I just started using Qwen + Pi agent and it's great, but "which model works best" is still totally crowdsourced and I was going off of peoples' opinions on reddit. Would love to hear more opinions if people have them.
Yes. I'm using Gemma-4 31B (gemma-4-31B-it-assistant.Q4_K_M.gguf) with llama.cpp to attribute quotations throughout chapters of my sci-fi novel. I started with Qwen3, but couldn't get it to work. Qwen3 TTS Voice Design, on the other hand, is incredible (Qwen3-TTS-12Hz-1.7B-VoiceDesign). I'm using both for an audiobook generator that produces a variety of voices. Screens: * https://i.ibb.co/TBBV5nJk/kl-01.png (voice d…
Re: Gemma 4 12B: A unified, encoder-free multimodal model
#385Earlier quoted context omitted.
I read there regularly. I find little value there between the memes. I was hoping to ask a knowledgeable person here.
/r/localllama for a while now seems to prefer Gemma 4 E4B for creative writing (especially the uncensored GGUFs).
Re: Gemma 4 12B: A unified, encoder-free multimodal model
#386Am I missing something or are the Ollama versions of this ( https://ollama.com/library/gemma4/tags ) text-only for now?
Re: Gemma 4 12B: A unified, encoder-free multimodal model
#387We are now entering the closed loop game. Google doesn't need anyone else to accelerate their models. This is their bread and butter. I'm both shocked but also not surprised that they continue to develop such efficiencies. Honestly it's like silicon and CPU architecture advancement. We kept shrinking it and shrinking it and it kept getting more and more powerful and here we are with AI and it's only going to be 100x…
Re: Gemma 4 12B: A unified, encoder-free multimodal model
#388I ran the Q4 quant (used with llama.cpp) though my "minesweeper" vibe-coding benchmark: https://senko.net/vibecode-bench/2026/minesweeper-gamma-4-12... The result is decent, but it had a few bizzare/trivial syntax errors I had to fix manually: it would do an extra closing bracket or paren a few times, and wanted to separate function definitions with comma. Not sure what that was about, but otherwise the output run ju…
It was almost certainly not trained for coding, as it's got both audio and vision input, is only 12B, and nowhere in the announcement is coding mentioned. It will likely not have good performance on coding in general, compared to other small models like Qwen 3.6 35B A3B, Gemma 4 26B A4B, Nvidia Nemotron 3 Nano 30B-A3B, gpt-oss-20b. For 16GB laptops, Qwen 3.5 9B is the undisputed champ. Gemma 4 31B is the top dog at s…
Re: Gemma 4 12B: A unified, encoder-free multimodal model
#389Re: Gemma 4 12B: A unified, encoder-free multimodal model
#390I ran the Q4 quant (used with llama.cpp) though my "minesweeper" vibe-coding benchmark: https://senko.net/vibecode-bench/2026/minesweeper-gamma-4-12... The result is decent, but it had a few bizzare/trivial syntax errors I had to fix manually: it would do an extra closing bracket or paren a few times, and wanted to separate function definitions with comma. Not sure what that was about, but otherwise the output run ju…
I had this with Gemini: in the middle of a C++ program it once said RParen instead of using )
It was easy to fix of course, but it makes you question what is going on inside its head.