> 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/march-2024/march-13-support-for-claude-3-haiku-model-direct-ingestion-of-base64-encoded-files.md).

# March 13: Support for Claude 3 Haiku model, direct ingestion of Base64 encoded files

### New Features

* :bulb: Graphlit now supports the Claude 3 Haiku model.
* Added support for direct ingestion of Base64 encoded files with the `ingestEncodedFile` mutation.  You can pass a Base64 encoded string and MIME type of the file, and it will be ingested into the Graphlit Platform.
* Added `modelService` and `model` properties to `ConversationMessage` type, which return the model service and model which was used for the LLM completion.
