💬 观点Simon Willison
llm-anthropic 0.26 — llm
llm-anthropic 0.26 发布,新增 Claude 5 系列模型与服务器端工具支持,并简化推理控制。
2026-08-04原文
本文为要点摘要,完整细节以原文为准。
- 新增 claude-fable-5、claude-sonnet-5 和 claude-opus-5 模型,并支持通过 LLM 的 -T 接口或 Python tools= 使用 WebSearch、WebFetch、CodeExecution 和 AnthropicMCP 等服务器端工具。
- 推理、工具调用、工具结果及服务器端工具结果现在以类型化事件流式传输,CLI 提示的推理默认显示在标准错误中,可通过 -R 隐藏。
- 简化了扩展思考为 thinking 和 thinking_effort(低/中/高/极高/最大),Claude 5 模型默认思考,Sonnet 5 和 Opus 5 可通过 -o thinking 0 禁用,Fable 5 始终思考。
原文:llm-anthropic 0.26 · 作者 Simon Willison