AI Models/ibm-granite/IBM: Granite 4.0 Micro
ibm-graniteChat

IBM: Granite 4.0 Micro

ibm-granite/granite-4.0-h-micro
131KContext Window
Supported Protocols:max_tokenstemperaturetop_ptop_kseedrepetition_penaltyfrequency_penaltypresence_penalty
Online

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.

Capabilities

Text GenerationCode GenerationAnalysis & Reasoningmodels.reasoning

Technical Specs

Input Modality
Text
Output Modality
Text
Arch

Pricing

Pay per use, no monthly fees
Input Token< ¥0.001/1K Token
Output Token< ¥0.001/1K Token

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.uniontoken.ai/v1",
    api_key="YOUR_UNIONTOKEN_API_KEY",
)

response = client.chat.completions.create(
    model="ibm-granite/granite-4.0-h-micro",
    messages=[
        {"role": "user", "content": "Hello!"}
    ],
)

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

FAQ

IBM: Granite 4.0 Micro
ibm-granite/granite-4.0-h-micro
In< ¥0.001/1K
Out< ¥0.001/1K
Context Window131K
Start Using →View Integration Docs

Ready to get started?

Get 1M free tokens on registration, no monthly fees or minimum spend

Register Now →