query_models
Find AI models from providers like OpenAI, Anthropic, and Google by filtering on type, modality, context size, and more.
Instructions
Search and filter AI models available via API. Filter by provider, type, or modality support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | No | Filter by provider: 'openai', 'anthropic', or 'google' | |
| model_type | No | Filter by type: 'chat', 'reasoning', 'image', 'audio' | |
| supports_images | No | Only show models that accept image input | |
| supports_audio | No | Only show models that support audio input/output | |
| min_context | No | Minimum context window size in tokens | |
| limit | No | Maximum number of results to return (default: 10) |