Mistral | Models

List the available Mistral models and their basic information.

List Models Example

Retrieve the list of all available Mistral models.


Mistral := TsgcHTTP_API_Mistral.Create(nil);
Mistral.MistralOptions.ApiKey := 'API_KEY';
WriteLn(Mistral._GetModels);