Grok | Models

List the available Grok models and their basic information.

List Models Example

Retrieve the list of all available Grok models.


Grok := TsgcHTTP_API_Grok.Create(nil);
Grok.GrokOptions.ApiKey := 'API_KEY';
WriteLn(Grok._GetModels);