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