# llm-anthropic 0.25.1

- 来源：Simon Willison 博客
- 作者：Simon Willison
- 发布时间：2026-05-29 07:54
- AIHOT 分数：72
- AIHOT 标记：精选
- AIHOT 链接：https://aihot.news/items/cmpq757a802d8slnouzkrvkv1
- 原文链接：https://simonwillison.net/2026/May/28/llm-anthropic

## 精选理由

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

## AI 摘要

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

## 正文

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.
