From ai-model-research
Use when the user wants to find OpenRouter models that accept audio input. Triggers on phrases like "OpenRouter audio models", "models that accept audio on OR", "speech input models on OpenRouter", "OpenRouter models for transcription", "audio-capable LLMs on OpenRouter".
npx claudepluginhub danielrosehill/claude-code-plugins --plugin ai-model-researchThis skill uses the workspace's default tool permissions.
Filter the OpenRouter catalog to models that accept audio input, then rank or summarize based on user criteria.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Filter the OpenRouter catalog to models that accept audio input, then rank or summarize based on user criteria.
The user wants to discover models on OpenRouter that can process spoken/audio input — for transcription, voice understanding, audio QA, multimodal voice agents.
curl -s https://openrouter.ai/api/v1/models -H "Accept: application/json"
data[] where architecture.input_modalities includes "audio".Markdown table or short list (since the set is small): ID, Context, Audio handling notes, Pricing notes, Caveats. If the set is empty, recommend a fallback workflow.