Llm-claude

Latest version: v0.4.2

Safety actively analyzes 681874 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.9a0

- Support for async models. [25](https://github.com/simonw/llm-claude-3/issues/25)

0.8

- Added support for the new [Claude 3.5 Haiku](https://www.anthropic.com/claude/haiku) model. [#23](https://github.com/simonw/llm-claude-3/issues/23)
- Fixed bug where attachments caused the accompanying prompt to be ignored. [20](https://github.com/simonw/llm-claude-3/issues/20)
- Now supports Python 3.13. [16](https://github.com/simonw/llm-claude-3/issues/16)

0.7

- Support for [PDF document attachments](https://docs.anthropic.com/en/docs/build-with-claude/pdf-support) using the latest Claude 3.5 Sonnet. [#22](https://github.com/simonw/llm-claude-3/issues/22)
bash
llm -m claude-3.5-sonnet 'extract text' -a mydocument.pdf
`

0.6

- Support for running prompts against images when used with [LLM 0.17](https://llm.datasette.io/en/latest/changelog.html#v0-17). [19](https://github.com/simonw/llm-claude-3/issues/19)

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

0.6a0

- Support for running prompts against images when used with [LLM 0.17a0](https://llm.datasette.io/en/latest/changelog.html#a0-2024-10-28). [19](https://github.com/simonw/llm-claude-3/issues/19)

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

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](https://www.anthropic.com/news/3-5-models-and-computer-use).
- New `claude-3-opus-latest` alias for the latest Claude 3 Opus

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.