AI News AI资讯 4h ago Updated 57m ago 更新于 57分钟前 48

IBM drops open-weight Granite 4.2 family with built-in agentic capabilities under Apache 2.0 IBM发布开源Granite 4.2系列,内置智能体能力,采用Apache 2.0许可证

IBM released Granite 4.2 language models in 3B, 8B, and 30B sizes, trained from scratch on ~15 trillion tokens with context windows up to 512K tokens The models feature adaptive "thinking" and "non-thinking" modes, allowing users to toggle between high-compute reasoning and low-effort resource-saving modes The 8B and 30B variants undergo "agentic RL" training, learning tool use, code execution, and web search in sandboxed environments IBM also introduced Granite Speech 5.0 Turbo CTC, a 470M-para IBM发布Granite 4.2开源语言模型家族,包含3B、8B、30B三种参数量级,采用Apache 2.0许可证,可在Hugging Face、Ollama、GitHub等平台获取 模型基于约15万亿token从头训练,支持512K超长上下文窗口,可切换"思考"与"非思考"模式以动态控制计算资源消耗 8B和30B变体经过agentic RL训练,具备工具调用、代码编写执行和实时网页搜索能力,支持OpenAI格式tool calling,兼容vLLM和SGLang推理框架 同步发布Granite Speech 5.0 Turbo CTC语音模型,仅4.7亿参数,转录速度达之前领先模型的两倍,

72
Hot 热度
68
Quality 质量
67
Impact 影响力

Analysis 深度分析

TL;DR

  • IBM released Granite 4.2 language models in 3B, 8B, and 30B sizes, trained from scratch on ~15 trillion tokens with context windows up to 512K tokens
  • The models feature adaptive "thinking" and "non-thinking" modes, allowing users to toggle between high-compute reasoning and low-effort resource-saving modes
  • The 8B and 30B variants undergo "agentic RL" training, learning tool use, code execution, and web search in sandboxed environments
  • IBM also introduced Granite Speech 5.0 Turbo CTC, a 470M-parameter ASR model that is twice as fast as previous leaders and can transcribe 3 hours of audio in 1 second
  • All models are open-weight under Apache 2.0 and available on Hugging Face, Ollama, and GitHub

Why It Matters

IBM's Granite 4.2 family represents a significant push into the open-weight agentic AI space, directly competing with proprietary offerings by providing tool-use and code-execution capabilities at multiple scale tiers. The adaptive thinking mode is particularly notable for practitioners seeking to balance performance and inference cost, while the inclusion of agentic RL training in smaller models demonstrates that capable tool-using behavior is achievable without massive parameter counts.

Technical Details

  • Model sizes and training: Granite 4.2 comes in 3B, 8B, and 30B variants, trained from scratch on approximately 15 trillion tokens, supporting context windows up to 512,000 tokens
  • Adaptive reasoning modes: Models can toggle between "thinking" mode (extended chain-of-thought reasoning) and "non-thinking" mode (direct responses), with a "low-effort" mode for simple queries to minimize compute
  • Agentic RL training: The 8B and 30B models receive reinforcement learning training in real sandbox environments, learning to call tools, write and execute code, and perform web searches
  • Tool calling and deployment: All models support OpenAI-format tool calling and are compatible with vLLM and SGLang inference engines
  • Granite Speech 5.0 Turbo CTC: A 470M-parameter speech recognition model achieving 2x speed improvement over prior leaders on the Open ASR Leaderboard, with a throughput of 3 hours of audio per second

Industry Insight

  • The 3B/8B/30B size progression with agentic capabilities signals that open-weight models are reaching parity with proprietary systems for tool-use tasks, lowering the barrier for enterprises that require on-premise or private deployment
  • Adaptive thinking modes represent a practical inference optimization strategy that could become standard across the industry, allowing cost-sensitive production systems to dynamically allocate compute based on task complexity
  • IBM's continued investment in open-weight models under Apache 2.0 strengthens the ecosystem for developers building agentic workflows, particularly in regulated industries where data sovereignty and licensing flexibility are critical concerns

TL;DR

  • IBM发布Granite 4.2开源语言模型家族,包含3B、8B、30B三种参数量级,采用Apache 2.0许可证,可在Hugging Face、Ollama、GitHub等平台获取
  • 模型基于约15万亿token从头训练,支持512K超长上下文窗口,可切换"思考"与"非思考"模式以动态控制计算资源消耗
  • 8B和30B变体经过agentic RL训练,具备工具调用、代码编写执行和实时网页搜索能力,支持OpenAI格式tool calling,兼容vLLM和SGLang推理框架
  • 同步发布Granite Speech 5.0 Turbo CTC语音模型,仅4.7亿参数,转录速度达之前领先模型的两倍,可在1秒内处理3小时音频

为什么值得看

IBM Granite 4.2填补了开源模型在agentic AI能力上的空白,其中等规模变体已具备完整的工具调用和代码执行能力,为开发者提供了可直接部署的实用替代方案。其"思考/非思考"模式切换机制为生产环境中的成本优化提供了新思路。

技术解析

  • 模型规格与训练:Granite 4.2包含3B、8B、30B三种尺寸,基于约15万亿token从头训练,支持512K超长上下文窗口,8B和30B变体经过agentic RL训练,具备工具调用、代码执行和实时网页搜索能力。
  • 推理模式设计:模型支持"思考"与"非思考"模式切换,可根据任务复杂度动态调整计算资源分配,"低努力"模式可节省简单查询的资源消耗。
  • 工具与部署:所有模型支持OpenAI格式的tool calling,可在vLLM或SGLang推理框架上运行,8B和30B在agentic任务和工具使用基准测试中表现优异。
  • 语音模型突破:Granite Speech 5.0 Turbo CTC仅4.7亿参数,在Open ASR Leaderboard上速度达之前领先模型的两倍,实现1秒转录3小时音频。

行业启示

  • 开源agentic AI能力正在快速成熟,IBM Granite 4.2的发布表明中等规模模型已具备完整的工具调用和代码执行能力,为中小企业和开发者提供了可落地的替代方案。
  • "思考/非思考"模式切换反映了行业对推理成本优化的持续关注,动态计算资源分配将成为生产部署的重要考量因素。
  • 语音模型在参数量大幅降低的同时实现速度翻倍,显示出架构优化和训练效率提升的持续进展,多模态能力整合将成为下一步竞争焦点。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Open Source 开源 LLM 大模型 Agent Agent Code Generation 代码生成 Product Launch 产品发布