Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Granite 4.2 8B - Model - OpenSmartRoute
Modelv1.0.0
Granite 4.2 8B
Granite 4.2 8B is a dense reasoning model from IBM. It is suited for mathematics, code generation, multilingual dialogue, and agentic workflows that need multi-step reasoning. It supports full, low-ef
Reference model card from the OpenRouter listing - model ibm-granite/granite-4.2-8b. Prices are per million tokens as listed; ratings and installs below are from this marketplace.
Granite 4.2 8B
Granite 4.2 8B is a dense reasoning model from IBM. It is suited for mathematics, code generation, multilingual dialogue, and agentic workflows that need multi-step reasoning. It supports full, low-effort,...
Facts
Vendor
Ibm Granite
Context window
131,072 tokens
Max output
117,964 tokens
Input price
$0.06 / 1M tokens
Output price
$0.25 / 1M tokens
Input
text
Output
text
Tool calling
yes
Structured outputs
yes
Reasoning
yes
Open weights
ibm-granite/granite-4.2-8b
Endpoint: https://openrouter.ai/api/v1 (OpenAI-compatible), model ibm-granite/granite-4.2-8b
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "model-ibm-granite-granite-4-2-8b", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
model-ibm-granite-granite-4-2-8b.ocm.jsonjson
{
"ocm": "1",
"id": "model-ibm-granite-granite-4-2-8b",
"kind": "llm",
"name": "Granite 4.2 8B",
"description": "Granite 4.2 8B is a dense reasoning model from IBM. It is suited for mathematics, code generation, multilingual dialogue, and agentic workflows that need multi-step reasoning. It supports full, low-effort,...",
"publisher": "Ibm Granite",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"llm",
"ibm-granite",
"openrouter",
"open-weights",
"reasoning",
"tool-calling",
"models"
],
"languages": [
"en"
],
"modalities": [
"text"
],
"supports_tools": true,
"supports_streaming": true,
"context_window": 131072
},
"quality_prior": 0.118,
"examples": [
"Granite 4.2 8B is a dense reasoning model from IBM. It is suited for mathematics, code generation, multilingual dialogue, and agentic workflows that need multi-step reasoning. It supports full, low-effort,..."
],
"primary": false,
"metadata": {
"source": {
"provider": "models",
"ref": "1788206780",
"url": "https://openrouter.ai/ibm-granite/granite-4.2-8b",
"key": "ibm-granite/granite-4.2-8b",
"catalogue": "https://openrouter.ai/api/v1"
},
"model": "ibm-granite/granite-4.2-8b",
"pricing": {
"input_usd_per_1m": 0.06,
"output_usd_per_1m": 0.25,
"cache_read_usd_per_1m": 0.015
},
"max_output_tokens": 117964,
"output_modalities": [
"text"
],
"hugging_face_id": "ibm-granite/granite-4.2-8b",
"reasoning": true,
"created": 1788206780,
"benchmarks": {
"intelligence_index": 11.8,
"coding_index": 22.4,
"agentic_index": 3.7,
"hub_downloads_total": 89228,
"hub_likes": 79,
"hub_trending": 6,
"hub_downloads": 88958,
"osr_index": 27,
"osr_coverage": 0.4
}
},
"cost": {
"usd_per_1k_tokens": 0.000155
},
"endpoints": [
{
"protocol": "openai",
"url": "https://openrouter.ai/api/v1"
}
]
}
Fetch it by URL: GET /api/v1/registry/model-ibm-granite-granite-4-2-8b/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.