model releaseIbm

IBM Releases Granite 4.2 8B, a Dense Reasoning Model with 131K Context and Three Thinking Modes

TL;DR

IBM has released Granite 4.2 8B, a dense reasoning model built for math, code generation, and agentic workflows. The model supports 131K context, 12 languages, and three switchable reasoning modes, priced at $0.10 per 1M input tokens and $0.15 per 1M output tokens.

2 min read
1

Granite 4.2 8B — Quick Specs

Context window131K tokens
Input$0.1/1M tokens
Output$0.15/1M tokens

IBM has released Granite 4.2 8B, a dense reasoning model designed for mathematics, code generation, multilingual dialogue, and agentic workflows requiring multi-step reasoning. The model is available now through OpenRouter and IBM's model distribution channels.

Specifications

Granite 4.2 8B ships with a 131,000-token context window and is priced at $0.10 per 1 million input tokens and $0.15 per 1 million output tokens. As the name indicates, the model has 8 billion parameters and uses a dense architecture rather than a mixture-of-experts design.

The model supports three inference modes: full reasoning, low-effort reasoning, and non-thinking. This gives developers control over the latency-versus-reasoning-depth tradeoff on a per-request basis, using a single set of model weights rather than requiring separate model variants.

Granite 4.2 8B supports 12 languages: English, German, Spanish, French, Japanese, Portuguese, Arabic, Czech, Italian, Korean, Dutch, and Chinese. IBM positions the model for agentic workflows, code generation, and mathematical reasoning tasks alongside standard multilingual dialogue.

No independent benchmark scores were disclosed in IBM's release materials or the OpenRouter listing. Training cutoff date has not been disclosed.

Availability

Model weights are available for download, and the model can be tested through OpenRouter's playground and API. Uptime and latency data across providers is still limited, with OpenRouter noting fewer than three days of tracked performance data at time of listing.

What this means

Granite 4.2 8B continues IBM's strategy of shipping small, dense, cost-efficient models aimed at enterprise deployment rather than chasing frontier-scale parameter counts. At $0.10/$0.15 per 1M tokens, it undercuts most mid-size reasoning models on price while offering a 131K context window that is competitive with larger, more expensive alternatives.

The three-mode inference switch (full, low-effort, non-thinking) is the most practically interesting feature here. It lets teams dial reasoning depth up or down without swapping models, which matters for cost control in production agentic systems where not every step needs maximum deliberation.

The absence of published benchmark scores makes it difficult to place Granite 4.2 8B against comparable dense models like Llama 3.1 8B or Qwen2.5 7B on standard evaluations. Until third-party benchmarks emerge, claims about its reasoning and coding capability should be treated as unverified. Its value proposition for now rests on price, context length, and multilingual coverage rather than demonstrated leaderboard performance.

Related Articles

model release

Meta's Muse Spark 1.3 Claims #3 Global Ranking, Matches OpenAI's GPT-5.6-Sol on Coding Benchmarks

Meta Superintelligence Labs shipped Muse Spark 1.3, which the company claims ranks #3 globally on the Artificial Analysis Intelligence Index and matches OpenAI's GPT-5.6-Sol on coding and agentic benchmarks. The model is available now via Muse Code and Meta's API, with open weights and a follow-up model promised soon.

model release

Meta Releases Muse Spark 1.3 Contributor, a Low-Cost Multimodal Reasoning Model With 1M Context Window

Meta has released Muse Spark 1.3 Contributor, described as the cost-efficient contributor tier of its multimodal reasoning model line. The model offers a 1 million token context window at $0.10 per 1M input tokens and $0.20 per 1M output tokens, targeting experimentation and early-stage agentic workflows.

model release

Meta Releases Muse Spark 1.3, a Free Multimodal Reasoning Model with 1M-Token Context

Meta has released Muse Spark 1.3, a multimodal reasoning model with a 1M-token context window, listed as free on OpenRouter. The model targets long-running agentic, multi-agent, and coding workflows, though audio input support remains incomplete.

model release

OpenAI's GPT-6 Astra Cuts Hallucinations, But Indirect Prompt Injection Attacks Still Succeed 8.5% of the Time

OpenAI's new GPT-6 Astra model shows major improvements in hallucination rates and jailbreak resistance over predecessor GPT-5.6 Sol, according to OpenAI's system card. However, indirect prompt injection attacks hidden in documents still succeed 8.5% of the time in external testing by Gray Swan, down from 27% but still above rival Claude Opus 5's 4.8% rate.

Comments

Loading...