All models
Model card on Hugging Face
Granite 4.0 Micro
by IBM
Chat Tools
IBM's Granite 4.0 Micro (granitemoehybrid family) — tool use; 131K context.
- Publisher
- IBM
- Context window
- 128K tokens
- Licence
- Apache 2.0
Run Granite 4.0 Micro
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="granite-4-micro:granite-4.0-micro",
messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content) Run Granite 4.0 Micro on your own UK infrastructure
Deploy a worker, install Granite 4.0 Micro, and start serving it through one sovereign API endpoint.