list_models
List all xAI models available to your account, including IDs and capabilities. Filter by chat or image to find the right model.
Instructions
List all xAI models available to your account, including their IDs and capabilities. Use this to discover which models you can pass to ask_grok or generate_image. You can also filter by type: 'chat' for language models or 'image' for image generation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter models by capability. 'chat' returns language/reasoning models, 'image' returns image generation models, 'all' returns everything (default). |