The fastest API for Gemma 4 26B is live on https://t.co/QVN4HHBxcu.
The idea is simple, generic platforms like vllm were based on a world where we couldn't write custom code for each new model.
Now we can optimize Model x Workload x Hardware. Fuse kernels, custom KV caching, scheduling decode/prefill on the GPU all of it.
Any open-weight model can be Jev now.
Jevify gives it a Jev-compatible API: typed decisions and calibrated probabilities, without losing what made you choose that model: 1M context, images, multimodality.
Hereโs Not Hotdog running on jevified Gemma 4 which takes images as input๐ (Had to add manual delay because jev is so fast <150ms)
https://t.co/fT3RRZ3XYn
Any open-weight model can be Jev now.
Jevify gives it a Jev-compatible API: typed decisions and calibrated probabilities, without losing what made you choose that model: 1M context, images, multimodality.
Hereโs Not Hotdog running on jevified Gemma 4 which takes images as input๐ (Had to add manual delay because jev is so fast <150ms)
https://t.co/fT3RRZ3XYn
We're releasing Voice of Reason, a speech-native model that does math out loud. Give it a spoken problem without transcription nor text LLM in the loop, and it reasons and answers in speech. GSM8K goes from 27.3% for GLM-4-Voice to 77.1%. Link in ๐งต
Two models are trained today. Anyone can use the recipe in the repo to train a different model.
There is scope for a lot of improvement in the training recipe. Its the most basic thing that could be done.
Gemma 4 E4B โ 8B, 128k context, 16 GB; runs on a 24 GB Mac
https://t.co/eRXlue5rCN
Gemma 4 26B-A4B โ 26B MoE, 4B active, 256k context, 52 GB
https://t.co/8yJRvucf7l
Both accept images. Adapters: 140โ180 MB.
why train LoRAs
Raw chat models choose accurate answers, but their confidence is broken: they say ~0.99 even when wrong.
So I trained small LoRAs on 47k probability targetsโno teacher model.
ECE: .218โ.028 (E4B), .235โ.032 (26B)
Accuracy: .745โ.823, .757โ.821
Proud of the work we have done with @cekuraAi!
If you are building voice agents, you can get the API they use at https://t.co/VWMh0lqLmO.
LLMs are the most brittle part of any voice agent, and we have leapfrogged the market on low-latency, high concurrency workload management.