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


---

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