Language
DiffusionGemma 26B-A4B
Diffusion-generation Gemma 4 26B-A4B. Generates 256-token canvases by parallel denoising rather than autoregressive sampling. Unsloth: 2000+ t/s on RTX 6000. Requires Unsloth Studio or llama.cpp PR #24423+.
Gemma LicenseSource verified
Specification
Model ID
diffusiongemma-26b-a4bFamily
diffusiongemma
Modality
Language
Parameters
26B (4B active)
Context
32,768 tokens
Quantization
Q4_K_M
Weights
16.8 GB
Minimum RAM
20 GB
Source
Weights and provenance.
Repository
Registry license
Gemma License
Source license
apache-2.0
Access
Open — weights fetch without accepting additional terms.
The registry records this model as Gemma License while the source repository states apache-2.0. Both are shown here rather than one being preferred. Treat the stricter of the two as binding until the discrepancy is resolved upstream.
Serve it
# Pull the weights onto a node
tenzro model download diffusiongemma-26b-a4b
# Serve it
tenzro model serve diffusiongemma-26b-a4b
# Or query the registry entry over JSON-RPC
curl https://rpc.tenzro.xyz \
-X POST -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,
"method":"tenzro_getModel",
"params":[{"model_id":"diffusiongemma-26b-a4b"}]}'