VI

Delphi

MistralAI Wrapper v1.2.1

Welcome to the Unofficial Delphi MistralAI API Library This library is designed to provide a seamless Delphi interface for interacting with the MistralAI public API. It simplifies the integration of advanced natural language processing capabilities into your Delphi applications. Whet...

Description

Welcome to the Unofficial Delphi MistralAI API Library This library is designed to provide a seamless Delphi interface for interacting with the MistralAI public API. It simplifies the integration of advanced natural language processing capabilities into your Delphi applications. Whether your goal is text generation, creating embeddings, leveraging chat models, managing batch jobs, performing text evaluation with classifiers for moderation, or generating code, this library offers a streamlined and efficient solution to meet your needs.

Tools for simplifying this tutorial

To streamline the code examples provided in this tutorial and facilitate quick implementation, two units have been included in the source code: MistralAI.Tutorial.VCL and MistralAI.Tutorial.FMX. Depending on the platform you choose to test the provided source code, you will need to instantiate either the TVCLTutorialHub or TFMXTutorialHub class in the application's OnCreate event, as demonstrated.

Additional Information