All models
Model card on Hugging Face
Granite 4.0 Micro
by IBM
Chat
Tools
Granite 4.0 Micro is IBM's smallest enterprise model, a hybrid design tuned for tool use and reliable instruction following. Its compact size and permissive licensing make it a practical fit for on-device and cost-sensitive business applications.
- Publisher
- IBM
- Context window
- 128K tokens
- Sizes
- 3B
- 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.