From llm-observability
Compares LLM models on quality, cost, and latency for your specific task using your own eval set. Helps decide when to switch models or use cheaper alternatives.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llm-observability:compare-llm-modelsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The best model on a public leaderboard is often not the best model for *your* task at *your* cost and latency. Public benchmarks narrow the field; your own eval set makes the call.
The best model on a public leaderboard is often not the best model for your task at your cost and latency. Public benchmarks narrow the field; your own eval set makes the call.
This is the part that actually decides it. Run each candidate model through your own eval suite (see build-eval-dataset and add-llm-evals) and compare on the axes that matter:
| Axis | How to measure |
|---|---|
| Quality | Your eval scores on your dataset (not a leaderboard) |
| Cost | Tokens x price on your real prompts (see reduce-llm-cost) |
| Latency | p50/p95 on your prompt sizes |
| Reliability | Structured-output adherence, refusal rate, error rate |
| Context/limits | Context window, rate limits, region/availability |
| Fit | Tool-calling quality, multilingual, safety, data-residency terms |
Run it as an apples-to-apples eval: same inputs, same rubric, same judge. Report a small table, not a vibe.
Human-preference evaluation: Chatbot Arena, Zheng et al. 2023 (arXiv:2306.05685). Multi-metric holistic evaluation: HELM, Liang et al. (arXiv:2211.09110). Benchmark harness: EleutherAI lm-evaluation-harness.
npx claudepluginhub contextjet-ai/awesome-llm-observabilityCompares AI/LLM models on benchmarks, cost, latency, context window, and task-specific fit to help select the right model for production use cases.
Queries OpenRouter's Benchmarks API for model rankings by coding, intelligence, or agentic ability. Use for benchmark-backed model selection or when benchmark evidence informs app recommendations.
Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag) for benchmarking model quality, comparing models, and tracking progress. Supports HuggingFace, vLLM, and APIs.