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