Help us improve
Share bugs, ideas, or general feedback.
From open-router-model-research
Use when the user wants to find vision-capable / multimodal image-input models on OpenRouter. Triggers on phrases like "OpenRouter vision models", "image-capable models on OR", "models that accept images on OpenRouter", "multimodal models on OpenRouter", "OCR-capable OR models", "find a vision model on OpenRouter for <task>".
npx claudepluginhub danielrosehill/claude-open-router-model-research-pluginHow this skill is triggered — by the user, by Claude, or both
Slash command
/open-router-model-research:or-find-vision-modelsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Filter the OpenRouter catalog to models that accept image input, then rank or summarize based on user criteria.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Creates, reads, edits, and analyzes .docx files using docx-js for new documents, pandoc for text extraction, Python scripts for XML unpacking/validation/changes, and LibreOffice for conversions.
Share bugs, ideas, or general feedback.
Filter the OpenRouter catalog to models that accept image input, then rank or summarize based on user criteria.
The user wants to discover models that can process images on OpenRouter — for OCR, image understanding, visual QA, document parsing, screenshot analysis, etc.
curl -s https://openrouter.ai/api/v1/models -H "Accept: application/json"
data[] where architecture.input_modalities includes "image".pricing.image field — many vision models charge a separate per-image fee on top of token costs. Surface this in output.pricing.prompt + pricing.imagecontext_length descendingimage in input but not output is for image understanding only — not generation. Image generation models also list image in output_modalities. If the user wants generation, route to that subset.Markdown table sorted by the user's criterion (default: cheapest combined cost). Include a count of total vision-capable models in the catalog.