model releaseIbm

IBM Releases Granite 4.2 Open-Weight Models With Agentic RL Training and 512K Context

TL;DR

IBM has released Granite 4.2, a family of open-weight language models in 3B, 8B, and 30B parameter sizes, trained on roughly 15 trillion tokens with context windows up to 512,000 tokens. The 8B and 30B variants underwent additional 'agentic RL' training for tool use, code execution, and web search.

2 min read
0

IBM has released Granite 4.2, a family of open-weight language models available in 3B, 8B, and 30B parameter sizes, under the Apache 2.0 license. The models were trained from scratch on approximately 15 trillion tokens and support context windows up to 512,000 tokens, according to IBM.

Thinking modes and agentic training

Granite 4.2 models can toggle between "thinking" and "non-thinking" modes to control how much compute is spent per task. A separate "low-effort" mode is designed to conserve resources on simple queries, IBM says.

The 8B and 30B variants went through additional training IBM calls "agentic RL" — reinforcement learning where the models practice using tools, writing and executing code, and searching the web inside sandbox environments. All models support OpenAI-format tool calling and are compatible with vLLM and SGLang inference frameworks.

IBM published benchmark results showing the 30B model leading across three agentic and tool-use tests, though the company did not release the underlying numerical scores in the materials reviewed for this article.

Granite Speech 5.0 Turbo

Alongside the language models, IBM released Granite Speech 5.0 Turbo CTC, a speech recognition model with just 470 million parameters. IBM claims it runs twice as fast as the previous leaders on the Open ASR Leaderboard and can transcribe three hours of audio in one second.

Availability

All Granite 4.2 models are available under Apache 2.0 on Hugging Face, Ollama, GitHub, and other platforms. As open-weight releases, they can be self-hosted without per-token API fees; IBM has not disclosed managed-hosting pricing for the models through its own cloud offerings.

What this means

Granite 4.2 continues IBM's strategy of positioning smaller, permissively licensed models for enterprise deployment rather than competing directly on frontier scale. A 30B-parameter model with built-in tool-use training and a 512K context window targets a specific niche: organizations that want agentic capabilities — code execution, web search, tool calling — without sending data to a third-party API or paying per-token costs at scale.

The agentic RL training approach mirrors what OpenAI, Anthropic, and others have applied to their flagship models, but doing it at 8B and 30B scale under Apache 2.0 makes the resulting checkpoints directly usable in self-hosted pipelines. The Granite Speech model's claimed 470M-parameter footprint and real-time transcription speed also suggest IBM is optimizing for edge and cost-constrained deployment rather than raw benchmark leadership.

The benchmark claims — including the 30B model's lead on agentic tasks and the speech model's 2x speed claim — have not been independently verified and should be treated as vendor-reported until third-party evaluations are available.

Related Articles

model release

IBM Releases Granite Speech 5.0 Turbo CTC: 470M-Parameter ASR Model Hits 12,600x Real-Time Speed

IBM has released two new 470M-parameter Granite Speech models that transcribe audio at over 12,600x real-time speed on an NVIDIA H200 GPU. The encoder-only models achieve 4.85-5.00% word error rate while running over 20x faster than prior Granite Speech versions.

research

IBM Releases Granite 4.2, Its First Reasoning-Focused LLM Family in 3B, 8B, and 30B Sizes

IBM has published a technical breakdown of Granite 4.2, its first dense, decoder-only reasoning model family, released in 3B, 8B, and 30B sizes. The models are pre-trained on roughly 15 trillion tokens, extended to a 512K-token context window, and post-trained with a multi-stage RL pipeline that includes agentic tool-use training for the 8B and 30B variants.

model release

SenseNova Releases U1.5-8B-MoT, an Open-Weight Unified Model for Image Generation and Editing

SenseNova has released SenseNova-U1.5-8B-MoT, an open-weight native multimodal model built on its NEO-unify architecture for image generation, editing, and native 4K output. The model is available on Hugging Face under an Apache 2.0 license, with no inference pricing yet since it must be self-hosted.

model release

NVIDIA Nemotron 3.5 Lightning Arrives on Amazon SageMaker JumpStart, Targets High-Volume Agentic Workloads

NVIDIA's Nemotron 3.5 Lightning, a 30B-parameter hybrid Mixture-of-Experts model with only 3B active parameters, is now available for one-click deployment on Amazon SageMaker JumpStart. NVIDIA claims up to 4x higher throughput and 30% faster task completion for high-volume agentic workloads compared to larger frontier models.

Comments

Loading...