list_models
Retrieve available Grok AI models from xAI to check model IDs, ownership details, and creation dates for selecting appropriate models.
Instructions
Gets a list of all available Grok models from xAI.
This is super handy when you need to see what models are available to use.
You'll get the model ID, who owns it, and when it was created. Perfect for
checking if a new model is available or verifying what models you can access.
Returns a formatted string with all the model details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}