# March 10: Support for Claude 3, Mistral and Groq models, usage/credits telemetry, bug fixes

### New Features

* :bulb: Graphlit now supports a Command-Line Interface (CLI) for directly accessing the Graphlit Data API without writing code.  See the documentation [here](https://docs.graphlit.dev/cli-reference/graphlit-cli).
* :bulb: Graphlit now supports the Groq Platform, and models such as [Mixtral 8x7b](https://console.groq.com/docs/models#mixtral8x7b).
* :bulb: Graphlit now supports Claude 3 Opus and Sonnet models.
* :bulb: Graphlit now supports [Mistral La Plateforme](https://mistral.ai/technology/), and models such as Mistral Small, Medium, and Large and Mixtral 8x7b.
* :bulb: Graphlit now supports the [latest v4 of Azure Document Intelligence](https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/whats-new?view=doc-intel-4.0.0\&tabs=csharp#february-2024), including their new models such as Credit Card, Marriage Certificate, and Mortgage documents.
* Added support for detailed usage and credits telemetry via API, with the `usage`, `credits`, `lookupUsage` and `lookupCredits` queries.
* Added support for correlated telemetry, where an optional `correlationId` can be provided with GraphQL queries and mutations, so credits and usage can be tracked across requests.
* Added support for project webhook, which will be called when credits have been consumed by the project.
* Added support for image extraction during DOCX, XLSX, and PPTX document preparation.
* Added `text` and `markdown` properties to Content object, which provide formatted output of extracted text from any content.
* Added more accurate extraction of tables into mezzanine JSON format, across all content types.
* Added `throughput` property to Conversation messages, which returns the tokens/second throughput of LLM.
* :zap: Deprecated `mezzanineUri` property in Content object, which has been replaced by `textUri` and `audioUri`.

### Bugs Fixed

* GPLA-2281: Not extracting table from PPTX file.
* GPLA-2282: Not extracting Markdown tables.
* GPLA-2247: Not extracting relative HTML links properly.
* GPLA-2241: Failed to post Alert to Slack with Markdown format.


---

# 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-10-support-for-claude-3-mistral-and-groq-models-usage-credits-telemetry-bug-fixes.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.
