List Vision Models (Vision Helper)
vision_helper_list_modelsList vision-capable models from OpenRouter. Filter by provider or family using search, and paginate with limit and offset.
Instructions
List vision-capable models currently available on OpenRouter, so you or the user can pick one for image analysis. Use it to find a valid model ID (e.g. when a configured model fails) or when asked which models are available. Narrow with 'search' (substring on provider or family, e.g. 'gemini', 'qwen') and paginate with limit/offset. Returns model IDs with context length and input price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of models to return. | |
| offset | No | Number of models to skip, for pagination. | |
| search | No | Case-insensitive substring filter on model ID or name, e.g. 'gemini', 'qwen', 'gpt'. |