> For the complete documentation index, see [llms.txt](https://changelog.graphlit.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.graphlit.dev/october-2024/october-22-support-for-latest-anthropic-sonnet-3.5-model-cohere-image-embeddings.md).

# October 22: Support for latest Anthropic Sonnet 3.5 model, Cohere image embeddings

### New Features

* Graphlit now supports the latest Anthropic Sonnet 3.5 model (released 10/22/2024).  We have added date-versions model enums for the Anthropic models: `CLAUDE_3_5_SONNET_20240620`, `CLAUDE_3_5_SONNET_20241022`, `CLAUDE_3_HAIKU_20240307`, `CLAUDE_3_OPUS_20240229`, `CLAUDE_3_SONNET_20240229`. The existing model enums will target the latest released models, as specified by Anthropic.
* Graphlit now supports image embeddings using the [Cohere Embed 3.0 models](https://docs.cohere.com/changelog/embed-v3-is-multimodal).
