ibm-granite
IBM: Granite 4.0 Micro
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
131k tokens
Input / 1M tokens
$0.02
Output / 1M tokens
$0.11
Benchmark
—
Pricing
Input tokens$0.02 per 1M tokens
Output tokens$0.11 per 1M tokens
Technical details
Model IDibm-granite/granite-4.0-h-micro
Context window131k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens131,000
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'ibm-granite/granite-4.0-h-micro',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use IBM: Granite 4.0 Micro?
Get an API key and start making requests in minutes.
Get an API key