- Claude 3.5 Sonnet now has a maximum output of 8,192 tokens - up from 4,096 for the Claude 3 models. [11](https://github.com/simonw/llm-claude-3/issues/11)
0.4
- Added support for [Claude 3.5 Sonnet](https://www.anthropic.com/news/claude-3-5-sonnet), using `llm -m claude-3.5-sonnet 'a joke about a pelican and a walrus having lunch'` [#7](https://github.com/simonw/llm-claude-3/issues/7)
0.3
- Added support for [Claude 3 Haiku](https://www.anthropic.com/news/claude-3-haiku), using `llm -m claude-3-haiku 'prompt goes here'` [#3](https://github.com/simonw/llm-claude-3/issues/3)
0.2
- New model options: `temperature`, `top_p`, `top_k` - thanks, [jvmncs](https://github.com/jvmncs). [#2](https://github.com/simonw/llm-claude-3/pull/2)