llm-anthropic 0.25.1

Simon Willison 博客·2026-05-29 07:54·114天前·Simon Willison
AI 导读

llm-anthropic 发布 0.25.1 版本。主要更新包括:新增 Claude Opus 4.8 (claude-opus-4.8) 模型;为账户启用了该功能的组织新增了 -o fast 1 选项以使用快速模式;调整了各模型的默认 max_tokens 值,使其直接使用模型的最大输出长度,而非固定的 8,192。

Simon Willison 博客
精选
72AI 编辑部评分,满分 100

llm-anthropic 0.25.1

2026-05-29 07:54· 114天前· Simon Willison
AI 导读

llm-anthropic 发布 0.25.1 版本。主要更新包括:新增 Claude Opus 4.8 (claude-opus-4.8) 模型;为账户启用了该功能的组织新增了 -o fast 1 选项以使用快速模式;调整了各模型的默认 max_tokens 值,使其直接使用模型的最大输出长度,而非固定的 8,192。

推荐理由

Simon 的 llm 插件第一时间支持了 Claude Opus 4.8,如果你用他的 CLI 工具切换模型,这次更新能让你马上用到新模型和 fast mode。

Release: llm-anthropic 0.25.1

New model: Claude Opus 4.8 (claude-opus-4.8).

New -o fast 1 option for fast mode, for organizations with that feature enabled on their account.

Default max_tokens for each model now defaults to that model's maximum output rather than 8,192. #72

See also my notes on Opus 4.8 - I used this new release of llm-anthropic to generate the pelicans.

来源:Simon Willison 博客· simonwillison.net