From 1e6bd46a68f468d0f4572c9050ab578ccffd0eb9 Mon Sep 17 00:00:00 2001 From: Z User Date: Sun, 22 Feb 2026 13:16:03 +0000 Subject: [PATCH] Remove outdated specific models, point to live catalog - Remove all hardcoded model name examples from documentation - Replace outdated model table with live catalog guidance - Add comprehensive list of major providers (current as of 2025) - Highlight catalog features: filters, pricing, context length, etc. - Update example commands to remove specific model references - Emphasize always checking https://openrouter.ai/models for current models - Add note that models are added/updated regularly - Keep documentation future-proof by referencing live catalog --- skills/openrouter-config/README.md | 65 ++++++++++++++++++++---------- skills/openrouter-config/SKILL.md | 65 ++++++++++++++++++++---------- 2 files changed, 88 insertions(+), 42 deletions(-) diff --git a/skills/openrouter-config/README.md b/skills/openrouter-config/README.md index 0f0a85b..76f26dd 100644 --- a/skills/openrouter-config/README.md +++ b/skills/openrouter-config/README.md @@ -56,15 +56,24 @@ Browse through the available models and click on any model to see: - Features (function calling, vision, etc.) - Provider information -**Popular Model Examples:** -| Model | Provider | Best For | -|-------|----------|----------| -| `anthropic/claude-3.5-sonnet` | Anthropic | General coding, reasoning | -| `anthropic/claude-3.5-sonnet:beta` | Anthropic | Latest Claude features | -| `openai/gpt-4-turbo` | OpenAI | Fast, cost-effective | -| `google/gemini-pro-1.5` | Google | Long context | -| `meta-llama/llama-3.1-70b-instruct:free` | Meta | Free tier available | -| `mistralai/mistral-large` | Mistral | Multilingual | +**Model Selection Tips:** + +**Visit the live model catalog**: https://openrouter.ai/models + +On the model catalog page, you can: +- **Filter by provider**: Anthropic, OpenAI, Google, Meta, Mistral, DeepSeek, Qwen, Perplexity, and more +- **Compare pricing**: See input/output token costs for each model +- **Check context length**: View max tokens supported +- **Filter by features**: Function calling, vision, free tier, etc. +- **View popularity**: See what other developers are using +- **Click to copy**: Easily copy the exact model ID you want to use + +**To select a model:** +1. Visit https://openrouter.ai/models +2. Browse and filter models by your needs (provider, features, price, etc.) +3. Click on any model to see detailed information +4. Click the model name to copy it to your clipboard +5. Paste the model name when prompted by this skill ### Step 3: Configure Your Chosen Model The skill will ask you to paste the model name you selected. You can also change the model later by editing your Claude Code settings. @@ -150,19 +159,32 @@ Choose your model from the OpenRouter model catalog: ## Supported Models -OpenRouter supports 100+ models from various providers. Browse the full catalog: +OpenRouter provides **100+ models** from leading AI providers. The catalog is constantly updated with new models. + +**Always check the live catalog for the most current models:** - **OpenRouter Models**: https://openrouter.ai/models -**Popular Anthropic Models:** -- `anthropic/claude-3.5-sonnet` - Latest, most capable -- `anthropic/claude-3-opus` - Best for complex tasks -- `anthropic/claude-3-haiku` - Fast, cost-effective +**Major Providers Available:** +- **Anthropic**: Latest Claude models +- **OpenAI**: GPT-4 series, o1, o3 +- **Google**: Gemini models +- **Meta**: Llama family +- **Mistral**: Mistral Large, Pixtral +- **DeepSeek**: DeepSeek Chat, R1 +- **Qwen**: Qwen 2.5, Qwen Coder +- **Perplexity**: Sonar models with web search +- **And many more**: xAI, Cohere, etc. -**Popular Alternative Models:** -- `openai/gpt-4-turbo` - GPT-4 with Turbo speed -- `google/gemini-pro-1.5` - Long context (up to 1M tokens) -- `meta-llama/llama-3.1-70b-instruct:free` - Free Llama 3 model -- `mistralai/mistral-large` - Strong multilingual capabilities +**Model Features You Can Filter By:** +- ✅ Free tier availability +- ✅ Vision/multimodal capabilities +- ✅ Function calling/tool use +- ✅ Long context windows (up to 1M+ tokens) +- ✅ Coding specialization +- ✅ Web search integration +- ✅ Price range + +**Note:** Models are added and updated regularly. Always visit https://openrouter.ai/models to see the complete, up-to-date catalog with real-time pricing and availability. ## How It Works @@ -278,9 +300,10 @@ The [Anthropic Agent SDK](https://github.com/anthropics/anthropic-sdk-typescript - "Configure OpenRouter with my API key" - "Set up OpenRouter as my AI provider for Claude Code" - "Enable OpenRouter in Claude Code" -- "Configure OpenRouter with Claude 3.5 Sonnet" -- "I want to use GPT-4 through OpenRouter" +- "Configure OpenRouter for Claude Code" - "Help me select and configure an OpenRouter model" +- "Show me the available models on OpenRouter" +- "I want to browse OpenRouter models and pick one" ## Notes - This skill is designed specifically for Claude Code diff --git a/skills/openrouter-config/SKILL.md b/skills/openrouter-config/SKILL.md index fd9fec9..b2c825f 100644 --- a/skills/openrouter-config/SKILL.md +++ b/skills/openrouter-config/SKILL.md @@ -67,16 +67,25 @@ The skill will configure the chosen model in Claude Code settings at `~/.claude/ } ``` -## Popular Model Recommendations +## Model Selection Guidance -| Model | Provider | Best For | Price Level | -|-------|----------|----------|-------------| -| `anthropic/claude-3.5-sonnet` | Anthropic | General coding, reasoning | High | -| `anthropic/claude-3.5-sonnet:beta` | Anthropic | Latest Claude features | High | -| `openai/gpt-4-turbo` | OpenAI | Fast, cost-effective | Medium-High | -| `google/gemini-pro-1.5` | Google | Long context tasks | Medium | -| `meta-llama/llama-3.1-70b-instruct:free` | Meta | Free tier usage | Free | -| `mistralai/mistral-large` | Mistral | Multilingual tasks | Medium | +**Always use the live model catalog**: https://openrouter.ai/models + +The OpenRouter catalog shows: +- **All current models** from every provider +- **Real-time pricing** for input/output tokens +- **Context limits** for each model +- **Available features**: vision, function calling, free tier, etc. +- **Provider information**: Which provider hosts each model + +**How to find and select a model:** +1. Visit https://openrouter.ai/models +2. Use filters to narrow down by provider, features, price range +3. Click on any model to see detailed information +4. Click the model name to copy it to clipboard +5. Paste the exact model name when the skill prompts you + +**The catalog is always current** - models are added and updated regularly, so checking the live catalog ensures you see the latest available models. ## Quick Start @@ -135,9 +144,9 @@ OpenRouter API key (get from https://openrouter.ai/keys) "Enable OpenRouter in Claude Code" "Configure OpenRouter for Claude Code" "Connect Claude Code to OpenRouter" -"I want to use Claude 3.5 Sonnet through OpenRouter" "Help me select and configure an OpenRouter model" -"Set up OpenRouter with GPT-4" +"Show me the available models on OpenRouter" +"I want to browse OpenRouter models and configure one" ``` ## How It Works @@ -289,18 +298,32 @@ Users can filter by: ## Supported Models -OpenRouter supports 100+ models from various providers. Users browse and select their preferred model at https://openrouter.ai/models +OpenRouter provides **100+ models** from leading AI providers. The catalog is constantly updated with new models. -**Popular Anthropic Models:** -- `anthropic/claude-3.5-sonnet` - Latest, most capable -- `anthropic/claude-3-opus` - Best for complex tasks -- `anthropic/claude-3-haiku` - Fast, cost-effective +**Always check the live catalog for the most current models:** +- **Browse Models**: https://openrouter.ai/models -**Popular Alternative Models:** -- `openai/gpt-4-turbo` - GPT-4 with Turbo speed -- `google/gemini-pro-1.5` - Long context (up to 1M tokens) -- `meta-llama/llama-3.1-70b-instruct:free` - Free Llama 3 model -- `mistralai/mistral-large` - Strong multilingual capabilities +**Major Providers Available:** +- **Anthropic**: Latest Claude models +- **OpenAI**: GPT-4 series, o1, o3 +- **Google**: Gemini models +- **Meta**: Llama family +- **Mistral**: Mistral Large, Pixtral +- **DeepSeek**: DeepSeek Chat, R1 +- **Qwen**: Qwen 2.5, Qwen Coder +- **Perplexity**: Sonar models with web search +- **And many more**: xAI, Cohere, etc. + +**Model Features You Can Filter By:** +- ✅ Free tier availability +- ✅ Vision/multimodal capabilities +- ✅ Function calling/tool use +- ✅ Long context windows (up to 1M+ tokens) +- ✅ Coding specialization +- ✅ Web search integration +- ✅ Price range + +**Note:** Models are added and updated regularly. Always visit https://openrouter.ai/models to see the complete, up-to-date catalog with real-time pricing and availability. ## Related Resources