List models
list_modelsList available AI models with filters for category, provider, and capability. Obtain recommendations for non-chat tasks such as image, video, or audio generation.
Instructions
List models Lists the currently available models. Use view=compact for model selection and view=full for the existing OpenAI-compatible discovery shape. Native API calls default to full; integrations may choose compact as their default. Non-chat recommendations are available through recommended_for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by a public capability tag. | |
| view | No | Compact model-selection output is the MCP default. Set view to full only when the complete OpenAI-compatible list shape is required. | compact |
| category | No | Filter by model category. | |
| provider | No | Filter by public model provider, for example openai, anthropic, google, or minimax. | |
| recommended_for | No | Sort supported non-chat models for a task category and include recommendation evidence. |