Releases: simonw/llm-claude-3
Releases · simonw/llm-claude-3
0.10
- Track token usage using new capability introduced in LLM 0.19. #29
0.9
- Now provides async versions of the Claude models, compatible with LLM 0.18. #25
0.9a0
- Support for async models. #25
0.8
- Added support for the new Claude 3.5 Haiku model. #23
- Fixed bug where attachments caused the accompanying prompt to be ignored. #20
- Now supports Python 3.13. #16
0.5
- The
claude-3.5-sonnet
and claude-3.5-sonnet-latest
aliases now both point to Anthropic's claude-3-5-sonnet-latest
model ID.
- New
claude-3-5-sonnet-20241022
model for Anthropic's new release of Sonnet 3.5.
- New
claude-3-opus-latest
alias for the latest Claude 3 Opus
0.4.1
- Claude 3.5 Sonnet now has a maximum output of 8,192 tokens - up from 4,096 for the Claude 3 models. #11