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

New Features

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

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.

Last updated