Back to Models

IBM: Granite 4.0 Micro

ibm-granite/granite-4.0-h-micro
Oct 20, 2025131K context$0.02/M in · $0.11/M out

Description

Granite-4.0-H-Micro is a 3B parameter from the Granite 4 family of models. These models are the latest in a series of models released by IBM. They are fine-tuned for long context tool calling.

Specifications

Provider
ibm-granite
Context Length
131K
Max Output
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.02
Output$0.11

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "ibm-granite/granite-4.0-h-micro",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'