All models

DiffusionGemma

by Google DeepMind

Chat Tools Thinking

Google DeepMind's DiffusionGemma (diffusion_gemma family) — tool use, reasoning; 262K context.

Publisher
Google DeepMind
Context window
256K tokens
Sizes
26B
Licence
Apache 2.0
Model card on Hugging Face

Run DiffusionGemma

Install it on a Pendra worker, then call it through the OpenAI-compatible API with a pdr_sk_ key.

from pendra import Pendra

client = Pendra(api_key="pdr_sk_...")

response = client.chat.completions.create(
    model="diffusiongemma:26b",
    messages=[{"role": "user", "content": "Hello!"}],
)

print(response.choices[0].message.content)

Run DiffusionGemma on your own UK infrastructure

Deploy a worker, install DiffusionGemma, and start serving it through one sovereign API endpoint.