Product Launch2 min read

Google Launches DiffusionGemma, a Free Open AI Model

June 10, 2026Synthesized from 1 source: Simon Willison

Google has released DiffusionGemma, a free, open-weight AI text model that generates responses up to four times faster than standard AI models by writing whole blocks of text at once instead of word by word, though it trades some accuracy for that speed.

Google has released DiffusionGemma, a new open-weight AI model that takes a fundamentally different approach to generating text. Every major AI model in wide use today, including ChatGPT, Claude, and Gemini, produces text one word at a time, left to right, with each word depending on the one before it. DiffusionGemma skips that process entirely.

Instead, it borrows an idea from AI image generators. Tools like Stable Diffusion, which you may have seen turning a text prompt into a painting, start with a screen of visual static and refine it into a clear image over several passes. DiffusionGemma applies that same logic to text. It starts with a block of 256 random placeholder words and refines the entire block simultaneously, pass by pass, until the answer solidifies. The result is text generation up to four times faster on dedicated hardware, with one server-grade chip producing over 1,000 words per second.

The speed advantage is specific to situations where one person is using the model locally or on their own hardware. In large cloud deployments serving thousands of users at once, the traditional word-by-word approach is actually more efficient at scale. This matters if you are a business thinking about building a product on top of it: it shines for single-user or low-traffic tools, not for high-volume customer-facing services.

The trade-off Google openly acknowledges is quality. DiffusionGemma scores lower than standard Gemma 4 on every accuracy benchmark tested. There is no technical barrier to closing that gap in future versions, but for now, speed came first. Google explicitly recommends its standard model for any task where the answer needs to be reliable.

What the model is well-suited for today is tasks where near-instant output matters and a human will review the result. Filling in missing sections of a document, editing text in real time, drafting marketing copy for review, and processing documents that include images or scanned files are all realistic uses. It handles text, images, and video as inputs, supports over 140 languages, and runs on high-end consumer-grade hardware without a cloud subscription.

The model is free to download, modify, and deploy commercially under an Apache 2.0 licence. Nvidia is also hosting it for free on their cloud platform for anyone who wants to test it without setting up hardware. That combination of open access and Nvidia's involvement in optimising the model for a wide range of hardware makes it easier to experiment with than most releases of this kind.

For business operators, the practical implication is straightforward. This is not a replacement for the AI tools you may already use for important outputs. It is a foundation for building faster, more interactive internal tools, particularly ones where speed matters and a person stays in the loop. The quality gap will likely close in future versions. The architecture itself, generating whole blocks rather than one word at a time, is a genuine direction the field is moving, and Google is now the largest name to ship a public, usable version of it.

Stay informed

Get AI intelligence like this delivered to your inbox.


You May Also Find Valuable