# 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).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.graphlit.dev/october-2024/october-22-support-for-latest-anthropic-sonnet-3.5-model-cohere-image-embeddings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
