返回今日选题

已核验 · Aug 5, 2026

已独立佐证

Claude 4.5 Sonnet 三项 GA:程序化 tool calling + web_fetch + 1M token 上下文正式上线

2 个信源

Anthropic Claude 4.5 Sonnet release notes 文档化三项之前在 beta 的能力正式 GA:(1) 程序化 tool calling —— 在 code execution 沙盒里定义一个 tool 并让模型调用;(2) web_fetch server tool(带 caching 和 provenance metadata);(3) 1M token 上下文 GA。三项 GA 加起来,让 Claude 4.5 Sonnet 成为长上下文 agent 工作负载(需要 tool use 和实时 web grounding)的可靠默认选择。程序化 tool calling 尤其重要 —— 它把旧的「预先生成 JSON schema → 模型填 JSON → 调 API」脆弱循环,替换成沙盒式执行模型。

为什么现在讲

程序化 tool calling + 1M GA 同时移除 Claude 长上下文 agent 的两个最大摩擦点:tool 定义不再需要预先穷举列出;1M 上下文不再 beta 卡门。

推荐理由

演示空间:沙盒里的程序化 tool calling 是本周最具视觉冲击力的「AI 现在能做这个」时刻之一。

依据

Anthropic release notes(高可信)+ The Decoder + IT 之家周报

Claude 4.5 Sonnet 三项 GA 一起上线 —— 程序化 tool calling、web_fetch、1M token 上下文,任何一项单独拿出来都是一条 release note。

切入角度

把三项 GA 框成「Claude 不再是 chatbot,而是长上下文 agent runtime」 —— 三项 GA 加在一起才是 Claude 4.5 Sonnet 作为长上下文 tool-using agent 默认选择的卖点。

形式

长视频讲解

演示想法

录一段 12 分钟讲解:3 分钟讲「为什么程序化 tool calling 重要」(对比旧的 JSON schema 预定义模式)、3 分钟做程序化 tool live demo(在 Python 里定义一个 tool,让 Claude 调用)、3 分钟讲「1M GA 打开了什么」(把整个代码库粘进 prompt)、3 分钟讲「web_fetch provenance 怎么服务引用工作流」。

平台注意

batch-pricing 窗口、多区域可用性、1M 档位的 token-cache 定价本次未抽取,不要给出具体成本数字。

可用说法

  • Anthropic promoted programmatic tool calling (defining a tool inside a sandbox and calling it from the model) and web_fetch to GA in the Claude 4.5 Sonnet release notes, alongside a 1M-token context window GA promotion.

证据链

拆解

Anthropic Claude 4.5 Sonnet 三项 GA —— 程序化 tool calling、web_fetch、1M token 上下文 —— 各自都值得报,但合在一起描述「Claude 变成长上下文 agent runtime」。本篇解释怎么把三项 GA 框成从「chatbot」到「runtime」的一次单一迁移,而不是三条独立新闻;中心放在 live 程序化 tool demo 这个最具视觉冲击力的「AI 现在能做这个」时刻。

风险

  • Release notes confirm programmatic tool calling and 1M GA but do not include the pricing matrix in this pass. Verify specific capability claim against the underlying vendor docs and the actual license / pricing matrix before stating it on the record; do not paraphrase per-platform pricing or license terms into specific dollar figures or commercial-use clauses.
  • Each release-notes page is the vendor's primary source and frames its release against the competitive set the vendor cares about. Use The Decoder and IT之家 as media-type corroboration, but read the underlying vendor docs for any specific capability claim before stating it on the record. Verify specific capability claim against the underlying vendor docs and the actual license / pricing matrix before stating it on the record; do not paraphrase per-platform pricing or license terms into specific dollar figures or commercial-use clauses.

演示思路

  • tool-use 对照 demo:旧 JSON schema 模式 vs 新程序化 tool 模式,在同一任务上量 token 成本
  • 把 50k 行代码库粘进 1M 上下文 prompt,让 Claude 重构特定子系统
  • web_fetch provenance demo:让 Claude 在快速变化话题上引用三个当下来源,展示 provenance metadata