Find models
find_modelsSearch and filter AI models from multiple providers by name, provider, capability, context window, or price. Get a compact summary to compare options and choose the right model.
Instructions
Search and filter models across all providers by name, provider, capability, context window, or price. Returns a compact summary per model; use get_model for full details on one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of results to return. | |
| query | No | Case-insensitive substring match against model name or id, e.g. 'sonnet' or 'gpt-5'. | |
| provider | No | Restrict to one provider id, e.g. 'anthropic'. | |
| minContext | No | Minimum context window size in tokens. | |
| maxInputCost | No | Maximum input cost per million tokens (USD). | |
| requireToolCall | No | Only models with tool/function calling support. | |
| requireReasoning | No | Only models with extended reasoning support. | |
| requireAttachment | No | Only models that accept file/image attachments. |