List the available Mistral models and their basic information.
Retrieve the list of all available Mistral models.
Mistral := TsgcHTTP_API_Mistral.Create(nil); Mistral.MistralOptions.ApiKey := 'API_KEY'; WriteLn(Mistral._GetModels);