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
This commit is contained in:
Z User
2026-02-22 13:16:03 +00:00
Unverified
parent 65b97016f6
commit 1e6bd46a68
2 changed files with 88 additions and 42 deletions

View File

@@ -56,15 +56,24 @@ Browse through the available models and click on any model to see:
- Features (function calling, vision, etc.) - Features (function calling, vision, etc.)
- Provider information - Provider information
**Popular Model Examples:** **Model Selection Tips:**
| Model | Provider | Best For |
|-------|----------|----------| **Visit the live model catalog**: https://openrouter.ai/models
| `anthropic/claude-3.5-sonnet` | Anthropic | General coding, reasoning |
| `anthropic/claude-3.5-sonnet:beta` | Anthropic | Latest Claude features | On the model catalog page, you can:
| `openai/gpt-4-turbo` | OpenAI | Fast, cost-effective | - **Filter by provider**: Anthropic, OpenAI, Google, Meta, Mistral, DeepSeek, Qwen, Perplexity, and more
| `google/gemini-pro-1.5` | Google | Long context | - **Compare pricing**: See input/output token costs for each model
| `meta-llama/llama-3.1-70b-instruct:free` | Meta | Free tier available | - **Check context length**: View max tokens supported
| `mistralai/mistral-large` | Mistral | Multilingual | - **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 ### 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. 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 ## 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 - **OpenRouter Models**: https://openrouter.ai/models
**Popular Anthropic Models:** **Major Providers Available:**
- `anthropic/claude-3.5-sonnet` - Latest, most capable - **Anthropic**: Latest Claude models
- `anthropic/claude-3-opus` - Best for complex tasks - **OpenAI**: GPT-4 series, o1, o3
- `anthropic/claude-3-haiku` - Fast, cost-effective - **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:** **Model Features You Can Filter By:**
- `openai/gpt-4-turbo` - GPT-4 with Turbo speed - ✅ Free tier availability
- `google/gemini-pro-1.5` - Long context (up to 1M tokens) - ✅ Vision/multimodal capabilities
- `meta-llama/llama-3.1-70b-instruct:free` - Free Llama 3 model - ✅ Function calling/tool use
- `mistralai/mistral-large` - Strong multilingual capabilities - ✅ 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 ## How It Works
@@ -278,9 +300,10 @@ The [Anthropic Agent SDK](https://github.com/anthropics/anthropic-sdk-typescript
- "Configure OpenRouter with my API key" - "Configure OpenRouter with my API key"
- "Set up OpenRouter as my AI provider for Claude Code" - "Set up OpenRouter as my AI provider for Claude Code"
- "Enable OpenRouter in Claude Code" - "Enable OpenRouter in Claude Code"
- "Configure OpenRouter with Claude 3.5 Sonnet" - "Configure OpenRouter for Claude Code"
- "I want to use GPT-4 through OpenRouter"
- "Help me select and configure an OpenRouter model" - "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 ## Notes
- This skill is designed specifically for Claude Code - This skill is designed specifically for Claude Code

View File

@@ -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 | **Always use the live model catalog**: https://openrouter.ai/models
|-------|----------|----------|-------------|
| `anthropic/claude-3.5-sonnet` | Anthropic | General coding, reasoning | High | The OpenRouter catalog shows:
| `anthropic/claude-3.5-sonnet:beta` | Anthropic | Latest Claude features | High | - **All current models** from every provider
| `openai/gpt-4-turbo` | OpenAI | Fast, cost-effective | Medium-High | - **Real-time pricing** for input/output tokens
| `google/gemini-pro-1.5` | Google | Long context tasks | Medium | - **Context limits** for each model
| `meta-llama/llama-3.1-70b-instruct:free` | Meta | Free tier usage | Free | - **Available features**: vision, function calling, free tier, etc.
| `mistralai/mistral-large` | Mistral | Multilingual tasks | Medium | - **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 ## Quick Start
@@ -135,9 +144,9 @@ OpenRouter API key (get from https://openrouter.ai/keys)
"Enable OpenRouter in Claude Code" "Enable OpenRouter in Claude Code"
"Configure OpenRouter for Claude Code" "Configure OpenRouter for Claude Code"
"Connect Claude Code to OpenRouter" "Connect Claude Code to OpenRouter"
"I want to use Claude 3.5 Sonnet through OpenRouter"
"Help me select and configure an OpenRouter model" "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 ## How It Works
@@ -289,18 +298,32 @@ Users can filter by:
## Supported Models ## 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:** **Always check the live catalog for the most current models:**
- `anthropic/claude-3.5-sonnet` - Latest, most capable - **Browse Models**: https://openrouter.ai/models
- `anthropic/claude-3-opus` - Best for complex tasks
- `anthropic/claude-3-haiku` - Fast, cost-effective
**Popular Alternative Models:** **Major Providers Available:**
- `openai/gpt-4-turbo` - GPT-4 with Turbo speed - **Anthropic**: Latest Claude models
- `google/gemini-pro-1.5` - Long context (up to 1M tokens) - **OpenAI**: GPT-4 series, o1, o3
- `meta-llama/llama-3.1-70b-instruct:free` - Free Llama 3 model - **Google**: Gemini models
- `mistralai/mistral-large` - Strong multilingual capabilities - **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 ## Related Resources