Skip to content

Releases: simonw/llm-claude-3

0.10

02 Dec 00:10
c62bf24
Compare
Choose a tag to compare
  • Track token usage using new capability introduced in LLM 0.19. #29

0.10a0

20 Nov 04:31
Compare
Choose a tag to compare
0.10a0 Pre-release
Pre-release
  • Track token usage. #29

0.9

17 Nov 21:00
1e6ffef
Compare
Choose a tag to compare
0.9
  • Now provides async versions of the Claude models, compatible with LLM 0.18. #25

0.9a0

14 Nov 03:37
Compare
Choose a tag to compare
0.9a0 Pre-release
Pre-release
  • Support for async models. #25

0.8

04 Nov 18:45
Compare
Choose a tag to compare
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.7

01 Nov 18:50
Compare
Choose a tag to compare
0.7
  • Support for PDF document attachments using the latest Claude 3.5 Sonnet. #22
    llm -m claude-3.5-sonnet 'extract text' -a mydocument.pdf

0.6

29 Oct 04:14
Compare
Choose a tag to compare
0.6
  • Support for running prompts against images when used with LLM 0.17. #19

    llm -m claude-3.5-sonnet 'describe this image' \
      -a https://static.simonwillison.net/static/2024/pelicans.jpg`

0.6a0

29 Oct 01:54
f8479fa
Compare
Choose a tag to compare
0.6a0 Pre-release
Pre-release
  • Support for running prompts against images when used with LLM 0.17a0. #19

    llm -m claude-3.5-sonnet 'describe this image' \
      -a https://static.simonwillison.net/static/2024/pelicans.jpg`

0.5

22 Oct 16:32
Compare
Choose a tag to compare
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

30 Aug 23:11
Compare
Choose a tag to compare
  • Claude 3.5 Sonnet now has a maximum output of 8,192 tokens - up from 4,096 for the Claude 3 models. #11