Model Recommender
Intro
This skill scores AI models across six capability dimensions, two gate
dimensions (Availability and User Access), and per-token pricing — then
helps you pick the right model. It has three workflows: Profile View
(spider-chart for one or more models, with optional sub-dimension drill-down),
Task Router (cluster a task plan and route each cluster to the optimal
model), and Roster Refresh (live internet research to update benchmark
scores and discover new models). Gates always apply before capability scoring:
a model the user can't access or that is currently down is excluded regardless
of how well it scores.
For the complete provider/model/version characteristic matrix, including
open-weight metadata, token accounting, rate limits, and model-class routing,
see references/model-characteristics.md.
Overview
The six dimensions
Every model and every task is evaluated against the same six axes. Each
scores 1–5.
| Dim |
Symbol |
What it measures |
Sub-dimensions |
| Reasoning |
R |
Hard thinking: math, science, logic, novel problem-solving |
Mathematical reasoning, scientific/domain-expert reasoning, abstract/novel reasoning, multi-step logical chains, debugging chains |
| Engineering |
E |
Software work: code, tools, agents, codebases |
Function-level code generation, repo-scale task completion, tool use / function calling (BFCL), agentic planning and self-correction, large-codebase navigation |
| Speed |
S |
Response latency, throughput, and cost efficiency |
Time to First Token (TTFT), Inter-Token Latency (ITL), tokens/sec, cost per 1M input tokens, cost per 1M output tokens, rate limits |
| Breadth |
B |
Context window, modalities, language coverage |
Context window size, long-doc faithfulness, vision, audio, video, structured output (JSON/function calling), multilingual |
| Reliability |
L |
Instruction fidelity, factual accuracy, consistency |
Instruction following, hallucination rate, multi-turn consistency, safety/harmlessness, format adherence |
| Governance |
G |
Privacy, sovereignty, compliance, auditability |
Data retention policy, data sovereignty / region, self-hostable / open weights, compliance certs (SOC 2, HIPAA, GDPR), prompt injection resistance |
The qualitative G 1–5 score is a fast filter; for hard requirements
(HIPAA, GDPR, jurisdiction), use the structured fields on each roster
version entry:
jurisdiction.vendor_hq_country (ISO-3166-1 alpha-2)
jurisdiction.applicable_legal_regimes[] (e.g. EU-GDPR, US-HIPAA,
CN-DSL)
jurisdiction.data_residency_regions[]
data_privacy.dpa_available
data_privacy.data_retention_days (0 / "zero" for no retention)
data_privacy.training_on_customer_data (never|opt-in|opt-out|always|unknown)
data_privacy.pii_eligible, phi_hipaa_eligible, gdpr_eligible
data_privacy.sub_processors_url
These fields back the G score with auditable facts and let
query_models() filter on a hard requirement instead of a fuzzy
1–5 cutoff (e.g. require data_privacy.phi_hipaa_eligible == true
before any HIPAA-touching task is routed).
Each roster version entry also carries:
knowledge_cutoff (date) — vendor-published training cutoff
vendor_model_id — exact SDK model id (claude-opus-4-7-20251031)
latency_p50_ms — quantitative companion to S score
Roster records may also carry:
model_classes[] — fast, standard, and/or powerful routing class
hints
architecture — parameter count, tokenizer, quantization, base/instruct
lineage
license — open-weight and commercial-use terms
deployment — self-hosting/runtime/VRAM facts
supported_parameters[] — tools, structured outputs, prompt caching,
reasoning, grounding, batch, and similar endpoint features
versions[].token_accounting and versions[].rate_limits
Score rubric:
| Score |
Label |
Meaning |
| 5 |
Exceptional |
Best-in-class or near-best; make this a primary reason to choose the model |
| 4 |
Strong |
Above average; reliable strength, not a risk |
| 3 |
Moderate |
Adequate; not a differentiator; works for routine tasks |
| 2 |
Limited |
Can do it, but expect trade-offs; consider alternatives |
| 1 |
Minimal |
Poor fit; the model is not designed for this; choose differently |
Gate dimensions (applied before capability scoring)
Gates are binary — they disqualify a model entirely, not partially. Apply
them first; only models that pass both gates are scored on the six dimensions.
Gate 1 — User Access: Does the user have an active subscription, API key,
and sufficient quota for this model? Ask at the start of any routing session
if unknown. Maintain user access state in mcp/user_config.json via
set_config(available_models=[...]). The MCP query_models and list_models
tools respect this automatically.
Gate 2 — Availability: Is the provider's API currently operational? Check
with check_availability() for live status. Three sub-states:
operational — no known issues
degraded — elevated error rate or latency; usable but risky for production
major_outage — do not route here; escalate to fallback
Additional flags to surface when relevant:
- Rate limit exhausted — user has hit their per-minute or daily cap; fallback required
- Quota / budget exceeded — subscription limit reached; model is effectively unavailable
- Subscription expired — no access until renewed
When a model's gate status is unknown, ask the user rather than assuming it passes.
Cost and value
Cost is a sub-dimension of Speed (S.cost_efficiency) in the spider chart but
is also surfaced explicitly because raw per-token prices and derived value
matter independently of speed.
Per-token pricing: stored on each Artifact(kind=model-spec) under
spec.versions[].pricing and normalized by the MCP server. Use
get_pricing() to view and sort. Self-hosted models (Llama) have null
API pricing — infra cost applies instead.
Value score: (R + E + L) / 3 / output_cost_per_1M × 10. Higher is
better. Surfaces models with frontier-class capability at low cost. DeepSeek
models score highest on value but are excluded for G-sensitive work.
| Model |
Input /1M |
Output /1M |
Value score |
G |
| Gemini Flash 2.0 |
$0.08 |
$0.30 |
~43 |
2 |
| DeepSeek V3 |
$0.14 |
$0.28 |
~50 |
1 |
| Claude Haiku 4.5 |
$0.25 |
$1.25 |
~11 |
5 |
| DeepSeek R1 |
$0.55 |
$2.19 |
~15 |
1 |
| o4-mini |
$1.10 |
$4.40 |
~5 |
2 |
| Mistral Large 3 |
$2.00 |
$6.00 |
~3 |
4 |
| Claude Sonnet 4.6 |
$3.00 |
$15.00 |
~1.5 |
5 |
| Gemini 2.5 Pro |
$1.25 |
$10.00 |
~2 |
2 |
| GPT-4o |
$2.50 |
$10.00 |
~1.4 |
2 |
| o3 |
$10.00 |
$40.00 |
~0.5 |
2 |
| Claude Opus 4.6 |
$15.00 |
$75.00 |
~0.3 |
5 |
| Llama 3.3 70B |
self-hosted |
self-hosted |
— |
5 |
When the user asks "what's the best value for money" or has a per-hour budget,
use get_pricing(sort_by="value_score") and filter by accessible models.
MCP tools
The mcp/server.py provides structured queries over the roster. Use these
instead of reading markdown files when the user asks for comparisons,
filtered lists, or pricing analysis.
| Tool |
When to use |
list_models() |
First step when access config is unknown; shows what's usable |
query_models(R=4, G=5) |
"Find models with strong reasoning and full privacy" |
query_models(phi_hipaa_eligible=True) |
"Only models the vendor offers a HIPAA BAA on" |
query_models(jurisdiction_country_in=["US","CA","FR"]) |
"Allow only US/CA/FR-headquartered vendors" |
query_models(training_on_customer_data="never") |
"Hard-require no training on our prompts" |
get_profile("claude-sonnet-4.6", scope="E") |
Sub-dimension drill-down on Engineering |
compare_models(["claude-sonnet-4.6", "gemini-2.5-pro"], scope="B") |
Side-by-side Breadth sub-dims |
get_pricing(sort_by="value_score") |
Value-for-money ranking |
check_availability() |
Live status before routing a plan |
get_config() / set_config(...) |
Show or update user access list |
get_model_for_class("fast") |
Resolve fast/standard/powerful to a concrete model |
list_task_classes() |
Show fine-grained task classes for task-suitability routing |
Workflow A — Profile View
Use when the user wants to understand a specific model or compare two.
Output format (render one block per model):
Model: Claude Sonnet 4.6
Provider: Anthropic · Tier: Frontier mid-size · Updated: 2026-Q1
────────────────────────────────────────────────
Reasoning ▓▓▓▓▓▓▓▓░░ 4/5 Strong
Engineering ▓▓▓▓▓▓▓▓▓▓ 5/5 Exceptional
Speed ▓▓▓▓▓▓░░░░ 3/5 Moderate
Breadth ▓▓▓▓▓▓▓▓░░ 4/5 Strong
Reliability ▓▓▓▓▓▓▓▓░░ 4/5 Strong
Governance ▓▓▓▓▓▓▓▓▓▓ 5/5 Exceptional
────────────────────────────────────────────────
Best for: Complex coding, code review, refactoring, agentic workflows,
tasks touching sensitive data or enterprise privacy requirements
Avoid for: Extreme cost sensitivity at very high volume, real-time <100ms
UX, native audio/video processing
Bar widths: 5→▓▓▓▓▓▓▓▓▓▓, 4→▓▓▓▓▓▓▓▓░░, 3→▓▓▓▓▓▓░░░░, 2→▓▓▓▓░░░░░░, 1→▓▓░░░░░░░░
For head-to-head comparison of two models, render both blocks, then add a
one-paragraph verdict: which model wins overall and for what use cases.
Sub-dimension drill-down: When the user wants detail on a specific
dimension (e.g., "which of these two is better at tool use?"), call
compare_models([...], scope="E") and render the sub-dimension table:
Engineering sub-dimensions: Claude Sonnet 4.6 vs GPT-4o
─────────────────────────────────────────────────────
Sub-dimension Sonnet 4.6 GPT-4o
Function codegen 5 4
Repo-scale tasks 5 4
Tool use / BFCL 5 4
Agentic planning 5 3
Codebase navigation 5 4
─────────────────────────────────────────────────────
Top-level E score 5 4
Trigger: "drill down on [dimension]", "compare at the detail level",
"which is better at [sub-dimension]", "I need strong tool use specifically".
Workflow B — Task Router
Use when the user has a plan, task list, or backlog and wants to know
which model to use for which work. This is the Dispatch matching mode:
tasks are missions, models are heroes.
Steps:
Parse the task list. Accept any format: markdown bullets, numbered
list, WorkItems, or a free-form plan.
Classify each task with a fine-grained task class when possible
(architecture, code_review, summarization, rag, ocr,
low_latency_chat, etc.). These classes are routing hints, not a
replacement for the six R/E/S/B/L/G dimensions.
Score each task against the six dimensions: which dimensions does
this task require? Use the Task Scoring Quick-Reference below.
Cluster tasks by their dominant dimension profile. Tasks with the
same top-2 dimensions belong in the same cluster. Typical clusters:
- Deep-Think (R+E dominant) — complex architecture, novel algorithms
- Production-Coder (E dominant) — routine implementation, bug fixes
- High-Volume (S dominant) — repetitive generation, bulk transforms
- Long-Context (B dominant) — large codebase sweeps, doc analysis
- Privacy-First (G dominant) — PII, PHI, regulated data, secrets
Recommend a model per cluster from the user's accessible models.
Call query_models(R=..., E=..., G=..., task_class="...", apply_user_filter=True)
to find the best available match. State the primary recommendation and one fallback.
Theoretical-best hint. After recommending from the user's accessible
models, run the same query with apply_user_filter=False. If the
theoretical-best model differs from the recommended one, show the hint:
⚡ Theoretical best (not in your access): Claude Opus 4.6
Gap: R:5 E:5 vs your best R:4 E:5 — 1 point on Reasoning matters for
this cluster (novel algorithm design). Consider adding Opus access if
the task justifies it → anthropic.com/api
Omit the hint if the user's accessible model already matches the theoretical
best, or if the gap is only 1 point on a non-dominant dimension.
Output the routing table:
Task Routing Analysis
══════════════════════════════════════════════
Cluster 1 — Deep-Think (Reasoning + Engineering) [N tasks]
Profile: R:5 E:5 S:2 B:3 L:4 G:4
Your model: Claude Sonnet 4.6 (fallback: Qwen 2.5 Coder 32B self-hosted)
⚡ Theoretical best: Claude Opus 4.6 — R gap: 4→5; worth it for novel algorithms
Tasks:
• Design consensus algorithm for distributed cache
• Refactor auth middleware to zero-trust model
Cluster 2 — Production-Coder (Engineering) [N tasks]
Profile: R:3 E:5 S:3 B:3 L:4 G:4
Your model: Claude Sonnet 4.6 (no gap — this is the theoretical best)
Tasks:
• Implement JWT refresh token rotation
• Add pagination to /api/v2/users endpoint
Cluster 3 — High-Volume (Speed) [N tasks]
Profile: R:2 E:3 S:5 B:3 L:3 G:3
Your model: Claude Haiku 4.5 (fallback: Gemini Flash 2.0)
⚡ Theoretical best: Gemini Flash 2.0 — slightly cheaper at this volume;
only matters if processing >10M tokens/month
Tasks:
• Generate unit test stubs for all 200 endpoints
• Reformat 5,000 changelog entries to new template
Cluster 4 — Privacy-First (Governance) [N tasks]
Profile: R:3 E:3 S:3 B:3 L:4 G:5
Your model: Llama 3.3 70B self-hosted (no gap — self-hosted is optimal)
Tasks:
• Process patient consent records
• Summarize HIPAA audit logs
══════════════════════════════════════════════
Total: N tasks across M clusters.
Suggested sequence: Cluster 4 → Cluster 1 → Cluster 2 → Cluster 3.
Workflow D — Setup Questionnaire
Use when the user says "set up my models", "configure my access", "which models do
I have access to", "help me set up the recommender", "onboard me", or "I only have
access to X". Replaces manual JSON editing with a guided conversation.
Steps:
Show current state. Call get_config(). If available_models is non-empty,
say "You currently have [N] models configured — I'll update your settings."
If empty, say "Your model access isn't set up yet. Let me walk you through it."
Ask about provider access. One question, accept a free-form answer:
"Which AI providers do you have active API access to?
Options: Anthropic, OpenAI, Google (Gemini), Meta/self-hosted (Llama),
Mistral, xAI (Grok), Cohere, Alibaba/Qwen, MiniMax, DeepSeek, Microsoft (Phi),
or other."
For each confirmed provider, ask about model tiers:
- Anthropic: "Do you have Haiku only, Haiku + Sonnet, or full access (all three)?"
- OpenAI: "Standard (GPT-4o), reasoning tier (o3/o4-mini), or both?"
- Google: "Gemini 2.5 Pro, Flash, or both?"
- Open-source (Llama/Qwen/Phi/Gemma): "Self-hosted or via a third-party API
(Together, Groq, etc.)?" — this determines the effective G score.
- Others: accept the provider-level answer.
Data sensitivity floor. One question:
"What's the highest sensitivity of data you typically work with in this project?
(a) Public only — open-source code, public information
(b) Internal / proprietary — code or business data that isn't public
(c) Personal data — names, emails, addresses, any PII
(d) Regulated — HIPAA (medical), financial, legal, or government data"
Map: (a)→G:0, (b)→G:3, (c)→G:4, (d)→G:5.
Budget preference. One question:
"Budget preference?
(a) Cost-first — use the cheapest model that meets the requirement
(b) Balanced — trade off cost and quality
(c) Quality-first — use the best model regardless of cost"
Map: (a)→low, (b)→medium, (c)→high. Set budget_tier.
Exclusions. One question:
"Any models to always exclude? (e.g., 'no DeepSeek', 'nothing from China',
'only Anthropic')"
Parse response and add to blocked_models.
Summarise and confirm. Display a brief summary:
Here's your configuration:
Accessible models: [list]
Governance floor: G:4 (personal data)
Budget: balanced
Blocked: deepseek-v3, deepseek-r1
Apply this? (yes / adjust)
Apply. On confirmation, call set_config(...) with all fields.
Then call list_models() and show the effective roster so the user can
verify it looks right.
Workflow C — Roster Refresh
Use when the user says "update the model scores", "check for new models",
"are there newer benchmarks", or "refresh the roster". This is the only
workflow that requires internet access.
Steps:
Check validated date. Read the current roster metadata via the MCP
server or _meta.validated from the packaged model_scores.json
projection. If less than 3 months old, ask the user if they want to
proceed anyway.
Discover new models. Web-search for "new LLM models [current year]" and
"AI model releases [last 3 months]". For each new model found:
- Note it as a candidate addition (do NOT auto-write a roster file)
- Report it to the user with a one-line capability summary
- Ask: "Do you want me to add [model] to the roster?"
- Only add after explicit confirmation; adds are additive (never overwrite existing entries)
Refresh benchmark scores. Fetch current leaderboard pages listed in
_meta.leaderboards. For each model already in the roster:
- Check if its SWE-bench rank has changed significantly
- Check if its LMSYS Arena Elo has moved by >50 points
- Check Artificial Analysis for latency/cost updates
- Propose score changes as a diff — do NOT auto-apply
Check for new benchmarks. Search for benchmarks that have gained
traction since the last validated date (e.g., new agentic evals, new
multimodal evals). If found, assess whether they warrant a new sub-dimension.
Report to user; do NOT add sub-dimensions without discussion.
Check pricing. Fetch the provider pricing pages in _meta.pricing_pages.
Compare to stored pricing fields. Report any price changes.
Present proposed changes. List:
- New models to add (awaiting confirmation)
- Score adjustments (with before/after and source)
- Price updates (before/after)
- New benchmark candidates
Apply only confirmed changes. Update the relevant timestamped
context/artifacts/ART-YYYYMMDD_HHMM-ModelSpec-*.md model-spec
artifacts first. If the packaged model_scores.json projection is
kept for compatibility, refresh it from the artifacts and bump
_meta.validated to the current quarter.
Constraint: refresh is additive. Never delete models from the roster
during refresh merely because they are no longer top-ranked. If a provider
still offers a model, keep it and update its lifecycle:
active — current normal routing candidate.
legacy — still offered; useful for price, compatibility, or a niche task.
deprecated — provider announced retirement or alias migration; include
deprecated_after / replacement_model when known.
retired — no longer callable; excluded from active routing unless
explicitly requested.
unverified — observed but not fully validated from primary sources.
Task Suitability Classes
Task classes are a second routing layer on top of the six dimensions. They
capture concrete work types so an older or cheaper model can remain preferred
for suitable work while frontier models are reserved for tasks that justify
their cost.
Use list_task_classes() for the live catalogue. Current classes include:
architecture, algorithm_design, debugging, implementation,
refactoring, code_review, test_generation, repo_navigation,
agentic_workflow, tool_calling, structured_output,
data_extraction, summarization, long_context_synthesis, rag,
citation_answering, research_synthesis, math_reasoning,
scientific_reasoning, legal_analysis, medical_admin,
financial_analysis, translation, multilingual_chat, classification,
sentiment_analysis, creative_writing, marketing_copy, data_analysis,
sql_generation, spreadsheet_analysis, ocr, image_understanding,
chart_understanding, diagram_reasoning, voice, audio_transcription,
video_understanding, low_latency_chat, bulk_generation,
privacy_sensitive, self_hosted_enterprise.
Examples:
query_models(task_class="architecture", R=4, E=5, limit=3)
query_models(task_class="summarization", min_task_suitability=4, S=4)
query_models(task_class="privacy_sensitive", G=5, require_task_suitability=True)
Task Scoring Quick-Reference
| Task contains… |
Raise these dimensions |
| "design", "architect", "algorithm", "prove", "derive", "optimize (complexity)" |
R |
| "implement", "fix", "debug", "refactor", "review code", "write tests", "agentic" |
E |
| "generate N items", "bulk", "batch", "fast", "cheap", "thousands of" |
S |
| "entire codebase", "all files", "image", "screenshot", "audio", "video", "long doc" |
B |
| "exactly", "format must be", "strict schema", "no hallucination", "cite sources" |
L |
| PII, PHI, credentials, regulated, GDPR, HIPAA, internal/confidential |
G |
A task can score high on multiple dimensions. When in doubt, assign the
top-2 and cluster on those.
Model roster summary
The roster contains 61 models across 16 providers, with lifecycle metadata
that separates availability from ranking. Estimated or unverified models are
marked on the model-spec artifact and surfaced by the MCP projection as
_estimated: true or lifecycle: "unverified"; validate them via
Workflow C before production routing.
Live table: list_models() — returns the roster filtered by your user config.
Full table with context windows: see references/roster-quick-ref.md.
Narrative profiles: see references/model-profiles.md.
Providers covered: Anthropic, OpenAI, Google (API + open weights),
xAI (Grok), Meta/Llama, Alibaba/Qwen, Moonshot/Kimi, Z.AI/GLM,
Microsoft/Phi, MiniMax, Mistral, Cohere, DeepSeek, AWS Nova, NVIDIA Nemotron.
⚠️ G:1 warning: DeepSeek APIs, Alibaba Cloud API, and MiniMax API operate
under Chinese jurisdiction. Never route sensitive, regulated, or personal data
to these APIs. Self-hosting their open weights raises governance to G:3–4.
Commands
/model-recommender-profile model-id [scope] — show the spider-chart capability profile for a model
/model-recommender-route task-description — route a task or task plan to the optimal AI model
/model-recommender-setup — run the guided questionnaire to configure model access and preferences
/model-recommender-refresh — run Workflow C to research and refresh the model roster from live benchmarks
Gotchas
Skipping the gate check before routing. Always check User Access and
Availability before scoring capability. A model scoring E:5 G:5 is useless
if the user's API key is expired or the provider is in a major outage.
Call check_availability() and get_config() at the start of any
Task Router session, or ask the user explicitly if MCP is unavailable.
Assuming access from context. If the user mentions "Claude" it does
not mean they have Opus, Sonnet, and Haiku — they may only have one tier.
Ask or call get_config() before recommending a specific tier.
Recommending a model the user has rate-limited. Rate limits and quota
exhaustion are not visible on status pages — they are per-account states.
If the user says "it keeps failing", check for rate-limit errors before
re-routing to the same model. Suggest the next model in the fallback chain.
Conflating low cost with high value. DeepSeek models have the highest
raw value score but score G:1, which disqualifies them for most enterprise
work. Always surface the governance warning alongside the value score when
a low-cost model has a G:1 or G:2 rating. Cost optimization within a G
floor is the correct framing, not raw cost minimization.
Not telling the user the actual price. When recommending a model for
a bulk task ("generate 10,000 descriptions"), compute an estimate:
(estimated tokens × price per 1M / 1,000,000). Even a rough estimate
($0.50 vs. $8.00) changes the decision. Use get_pricing() for current rates.
Treating the roster as current truth. Model scores change with every
release. The profiles in references/model-profiles.md have a
"validated" date. If the user's model is newer or the date is >6 months
old, caveat your recommendation and point to Artificial Analysis or
LMSYS Arena for live data.
Recommending a model the user can't access. Before recommending o3
or Opus 4.6, ask (or check context) whether the user has access and
budget. A perfect score on paper is useless if the quota is exhausted or
the model is not provisioned. Offer a concrete fallback every time.
Scoring the task instead of the task cluster. When routing a plan,
assess what the cluster as a whole needs, not individual task quirks.
One unusual subtask should not pull an entire cluster to a different model.
Ignoring the Governance dimension for "internal" work. Many teams
assume internal code is not sensitive. But source code with credentials,
unreleased algorithms, or regulated business logic can be just as
sensitive as PII. When in doubt, ask whether the organization has an AI
data classification policy before routing to non-sovereign models.
Conflating Speed with Engineering. A fast model (S:5) is not
necessarily a good coder (E:5). Haiku and Flash are excellent at
high-volume, low-complexity code tasks but will struggle with novel
architecture or debugging subtle async races. Always check both dimensions
before routing engineering work to a speed-optimized model.
Presenting scores as objective benchmarks. The 1-5 scores in this
skill are informed calibrations, not direct benchmark readings. When the
user needs precision (e.g., choosing between two models scoring 4 vs. 4
on the same dimension), surface the underlying benchmarks
(SWE-bench Verified, GPQA Diamond, BFCL v4) and link to current
leaderboards. The skill's scores are a starting point, not the final word.
Over-routing to expensive models. The task router should push work
toward the cheapest model that meets the required profile, not the highest-
scoring model globally. Opus 4.6 is not the right answer for a task that
only needs E:3 S:4 — that is Haiku or Sonnet territory.
Skipping the sequence suggestion. After clustering, always add a
recommended execution sequence. Some clusters are prerequisites for others
(e.g., design decisions made with Opus should precede implementation with
Sonnet). The sequence is often more valuable than the per-cluster picks.
Calling set_config without user confirmation. set_config overwrites user_config.json in full — it is marked destructiveHint: true. Always show the proposed configuration to the user and wait for explicit approval before calling set_config. Never chain set_config into a batch of other calls.
Treating check_availability failures as errors. check_availability makes live HTTP requests to provider status pages. Network failures, rate limits, and subscription expiry are not detectable from status pages. Treat any failure or non-operational status as unknown, report it to the user, and do not retry more than once without explicit user awareness.
Full reference
Sub-dimension detail
Full sub-dimension specs, benchmark mappings, and scoring guidelines are
in references/dimension-specs.md. For structured sub-dimension comparison,
use compare_models(model_ids, scope="R") (or E/S/B/L/G).
Complete model profiles
Narrative descriptions, per-sub-dimension scores, and best-for/avoid-for
lists are in references/model-profiles.md. Structured model records are
canonical in timestamped
context/artifacts/ART-YYYYMMDD_HHMM-ModelSpec-*.md files as
Artifact(kind=model-spec); the MCP server is the preferred interface
for queries and may retain mcp/model_scores.json as a packaged
projection.
Pricing and value analysis
get_pricing(sort_by="value_score") — ranked by capability per dollar
get_pricing(sort_by="output_per_1m") — ranked cheapest output first
- Provider pricing pages are in
mcp/model_scores.json under _meta.pricing_pages
- For bulk cost estimates: tokens × (output_price / 1,000,000)
- Self-hosted models (Llama): no API cost, but require GPU infra (~$1–3/hr/A100)
Availability and user access
check_availability() — fetches live status from provider status pages
get_config() / set_config(...) — manage user access list and governance floor
- Provider status pages:
mcp/model_scores.json under _meta.status_pages
- Rate limits and quota: must be checked manually via the provider's API dashboard
(Anthropic: console.anthropic.com, OpenAI: platform.openai.com, etc.)
Dimension trade-off map
Common trade-offs to surface when the user is torn between two options:
| Trade-off |
Typical tension |
Resolution heuristic |
| Reasoning vs. Speed |
o3 vs. Haiku |
Choose by task complexity: reasoning chains >5 steps → o3 tier; routine → Haiku |
| Breadth vs. Governance |
Gemini 2.5 Pro vs. Llama |
If context >200K AND data is non-sensitive → Gemini; otherwise → Llama + chunking |
| Engineering vs. Governance |
GPT-4o vs. Mistral |
If task is routine coding AND data is non-sensitive → GPT-4o; regulated → Mistral or Llama |
| Speed vs. Reliability |
Flash vs. Sonnet |
For customer-facing output → Sonnet; for internal draft generation → Flash |
| Cost vs. Capability |
DeepSeek vs. Claude |
If data is non-sensitive AND cost is paramount → DeepSeek; otherwise avoid |
How scores were derived
Scores are calibrated from:
- Public benchmarks: SWE-bench Verified (E), GPQA Diamond (R), MATH/AIME (R),
BFCL v4 (E+B), LMSYS Arena Elo (L), Artificial Analysis Intelligence Index (R+E)
- Provider documentation and model cards for Speed and Governance dimensions
- Practitioner reports and Artificial Analysis latency/cost benchmarks
Keeping profiles current
When a major new model releases or an existing model is updated:
- Add or update its entry in
references/model-profiles.md
- Update the summary table in SKILL.md Overview
- Bump the validated date in model-profiles.md
- If scores change significantly, note what changed and why
Anti-patterns
- Single-dimension routing. Never pick a model on one dimension alone.
A model that excels at reasoning but scores L:2 on reliability will
produce confident, wrong answers. Always check the dimensions that matter
for the task's tolerance for error.
- Assuming "best overall model" = right model. The highest-ranked model
on LMSYS Arena is not always the right pick. A task requiring G:5 rules
out the entire LMSYS top tier (all score G:2 or lower). Optimize for the
user's actual constraints, not global rankings.
- Ignoring fallbacks. Always provide a fallback. The recommended model
may be unavailable, rate-limited, or over budget mid-session. A router
with no fallback fails the user at the worst moment.
- Not re-routing when a cluster grows. If a new task is added to the
plan that doesn't fit the cluster's profile, surface it rather than
silently absorbing it. A Governance-sensitive task silently absorbed into
a DeepSeek-routed cluster is a data breach waiting to happen.
1---2name: model-recommender-123description: Recommend the right AI model for a task by scoring candidates across six dimensions (Reasoning, Engineering, Speed, Breadth, Reliability, Governance) and displaying a spider-chart profile.4---56# Model Recommender78## Intro910This skill scores AI models across six capability dimensions, two gate11dimensions (Availability and User Access), and per-token pricing — then12helps you pick the right model. It has three workflows: **Profile View**13(spider-chart for one or more models, with optional sub-dimension drill-down),14**Task Router** (cluster a task plan and route each cluster to the optimal15model), and **Roster Refresh** (live internet research to update benchmark16scores and discover new models). Gates always apply before capability scoring:17a model the user can't access or that is currently down is excluded regardless18of how well it scores.1920For the complete provider/model/version characteristic matrix, including21open-weight metadata, token accounting, rate limits, and model-class routing,22see `references/model-characteristics.md`.2324## Overview2526### The six dimensions2728Every model and every task is evaluated against the same six axes. Each29scores 1–5.3031| Dim | Symbol | What it measures | Sub-dimensions |32|-----|--------|-----------------|----------------|33| **Reasoning** | R | Hard thinking: math, science, logic, novel problem-solving | Mathematical reasoning, scientific/domain-expert reasoning, abstract/novel reasoning, multi-step logical chains, debugging chains |34| **Engineering** | E | Software work: code, tools, agents, codebases | Function-level code generation, repo-scale task completion, tool use / function calling (BFCL), agentic planning and self-correction, large-codebase navigation |35| **Speed** | S | Response latency, throughput, and cost efficiency | Time to First Token (TTFT), Inter-Token Latency (ITL), tokens/sec, cost per 1M input tokens, cost per 1M output tokens, rate limits |36| **Breadth** | B | Context window, modalities, language coverage | Context window size, long-doc faithfulness, vision, audio, video, structured output (JSON/function calling), multilingual |37| **Reliability** | L | Instruction fidelity, factual accuracy, consistency | Instruction following, hallucination rate, multi-turn consistency, safety/harmlessness, format adherence |38| **Governance** | G | Privacy, sovereignty, compliance, auditability | Data retention policy, data sovereignty / region, self-hostable / open weights, compliance certs (SOC 2, HIPAA, GDPR), prompt injection resistance |3940The qualitative `G` 1–5 score is a fast filter; for hard requirements41(HIPAA, GDPR, jurisdiction), use the structured fields on each roster42version entry:4344- `jurisdiction.vendor_hq_country` (ISO-3166-1 alpha-2)45- `jurisdiction.applicable_legal_regimes[]` (e.g. `EU-GDPR`, `US-HIPAA`,46 `CN-DSL`)47- `jurisdiction.data_residency_regions[]`48- `data_privacy.dpa_available`49- `data_privacy.data_retention_days` (`0` / `"zero"` for no retention)50- `data_privacy.training_on_customer_data` (`never|opt-in|opt-out|always|unknown`)51- `data_privacy.pii_eligible`, `phi_hipaa_eligible`, `gdpr_eligible`52- `data_privacy.sub_processors_url`5354These fields back the `G` score with auditable facts and let55`query_models()` filter on a hard requirement instead of a fuzzy561–5 cutoff (e.g. require `data_privacy.phi_hipaa_eligible == true`57before any HIPAA-touching task is routed).5859Each roster version entry also carries:6061- `knowledge_cutoff` (date) — vendor-published training cutoff62- `vendor_model_id` — exact SDK model id (`claude-opus-4-7-20251031`)63- `latency_p50_ms` — quantitative companion to `S` score6465Roster records may also carry:6667- `model_classes[]` — `fast`, `standard`, and/or `powerful` routing class68 hints69- `architecture` — parameter count, tokenizer, quantization, base/instruct70 lineage71- `license` — open-weight and commercial-use terms72- `deployment` — self-hosting/runtime/VRAM facts73- `supported_parameters[]` — tools, structured outputs, prompt caching,74 reasoning, grounding, batch, and similar endpoint features75- `versions[].token_accounting` and `versions[].rate_limits`7677**Score rubric:**7879| Score | Label | Meaning |80|-------|-------|---------|81| 5 | Exceptional | Best-in-class or near-best; make this a primary reason to choose the model |82| 4 | Strong | Above average; reliable strength, not a risk |83| 3 | Moderate | Adequate; not a differentiator; works for routine tasks |84| 2 | Limited | Can do it, but expect trade-offs; consider alternatives |85| 1 | Minimal | Poor fit; the model is not designed for this; choose differently |8687---8889### Gate dimensions (applied before capability scoring)9091Gates are binary — they disqualify a model entirely, not partially. Apply92them first; only models that pass both gates are scored on the six dimensions.9394**Gate 1 — User Access:** Does the user have an active subscription, API key,95and sufficient quota for this model? Ask at the start of any routing session96if unknown. Maintain user access state in `mcp/user_config.json` via97`set_config(available_models=[...])`. The MCP `query_models` and `list_models`98tools respect this automatically.99100**Gate 2 — Availability:** Is the provider's API currently operational? Check101with `check_availability()` for live status. Three sub-states:102- `operational` — no known issues103- `degraded` — elevated error rate or latency; usable but risky for production104- `major_outage` — do not route here; escalate to fallback105106**Additional flags to surface when relevant:**107- Rate limit exhausted — user has hit their per-minute or daily cap; fallback required108- Quota / budget exceeded — subscription limit reached; model is effectively unavailable109- Subscription expired — no access until renewed110111When a model's gate status is unknown, ask the user rather than assuming it passes.112113---114115### Cost and value116117Cost is a sub-dimension of Speed (S.cost_efficiency) in the spider chart but118is also surfaced explicitly because raw per-token prices and derived value119matter independently of speed.120121**Per-token pricing:** stored on each `Artifact(kind=model-spec)` under122`spec.versions[].pricing` and normalized by the MCP server. Use123`get_pricing()` to view and sort. Self-hosted models (Llama) have null124API pricing — infra cost applies instead.125126**Value score:** `(R + E + L) / 3 / output_cost_per_1M × 10`. Higher is127better. Surfaces models with frontier-class capability at low cost. DeepSeek128models score highest on value but are excluded for G-sensitive work.129130| Model | Input /1M | Output /1M | Value score | G |131|-------|-----------|------------|-------------|---|132| Gemini Flash 2.0 | $0.08 | $0.30 | ~43 | 2 |133| DeepSeek V3 | $0.14 | $0.28 | ~50 | 1 |134| Claude Haiku 4.5 | $0.25 | $1.25 | ~11 | 5 |135| DeepSeek R1 | $0.55 | $2.19 | ~15 | 1 |136| o4-mini | $1.10 | $4.40 | ~5 | 2 |137| Mistral Large 3 | $2.00 | $6.00 | ~3 | 4 |138| Claude Sonnet 4.6 | $3.00 | $15.00 | ~1.5 | 5 |139| Gemini 2.5 Pro | $1.25 | $10.00 | ~2 | 2 |140| GPT-4o | $2.50 | $10.00 | ~1.4 | 2 |141| o3 | $10.00 | $40.00 | ~0.5 | 2 |142| Claude Opus 4.6 | $15.00 | $75.00 | ~0.3 | 5 |143| Llama 3.3 70B | self-hosted | self-hosted | — | 5 |144145When the user asks "what's the best value for money" or has a per-hour budget,146use `get_pricing(sort_by="value_score")` and filter by accessible models.147148---149150### MCP tools151152The `mcp/server.py` provides structured queries over the roster. Use these153instead of reading markdown files when the user asks for comparisons,154filtered lists, or pricing analysis.155156| Tool | When to use |157|------|-------------|158| `list_models()` | First step when access config is unknown; shows what's usable |159| `query_models(R=4, G=5)` | "Find models with strong reasoning and full privacy" |160| `query_models(phi_hipaa_eligible=True)` | "Only models the vendor offers a HIPAA BAA on" |161| `query_models(jurisdiction_country_in=["US","CA","FR"])` | "Allow only US/CA/FR-headquartered vendors" |162| `query_models(training_on_customer_data="never")` | "Hard-require no training on our prompts" |163| `get_profile("claude-sonnet-4.6", scope="E")` | Sub-dimension drill-down on Engineering |164| `compare_models(["claude-sonnet-4.6", "gemini-2.5-pro"], scope="B")` | Side-by-side Breadth sub-dims |165| `get_pricing(sort_by="value_score")` | Value-for-money ranking |166| `check_availability()` | Live status before routing a plan |167| `get_config()` / `set_config(...)` | Show or update user access list |168| `get_model_for_class("fast")` | Resolve fast/standard/powerful to a concrete model |169| `list_task_classes()` | Show fine-grained task classes for task-suitability routing |170171---172173### Workflow A — Profile View174175Use when the user wants to understand a specific model or compare two.176177**Output format (render one block per model):**178179```180Model: Claude Sonnet 4.6181Provider: Anthropic · Tier: Frontier mid-size · Updated: 2026-Q1182────────────────────────────────────────────────183 Reasoning ▓▓▓▓▓▓▓▓░░ 4/5 Strong184 Engineering ▓▓▓▓▓▓▓▓▓▓ 5/5 Exceptional185 Speed ▓▓▓▓▓▓░░░░ 3/5 Moderate186 Breadth ▓▓▓▓▓▓▓▓░░ 4/5 Strong187 Reliability ▓▓▓▓▓▓▓▓░░ 4/5 Strong188 Governance ▓▓▓▓▓▓▓▓▓▓ 5/5 Exceptional189────────────────────────────────────────────────190Best for: Complex coding, code review, refactoring, agentic workflows,191 tasks touching sensitive data or enterprise privacy requirements192Avoid for: Extreme cost sensitivity at very high volume, real-time <100ms193 UX, native audio/video processing194```195196Bar widths: 5→▓▓▓▓▓▓▓▓▓▓, 4→▓▓▓▓▓▓▓▓░░, 3→▓▓▓▓▓▓░░░░, 2→▓▓▓▓░░░░░░, 1→▓▓░░░░░░░░197198For head-to-head comparison of two models, render both blocks, then add a199one-paragraph verdict: which model wins overall and for what use cases.200201**Sub-dimension drill-down:** When the user wants detail on a specific202dimension (e.g., "which of these two is better at tool use?"), call203`compare_models([...], scope="E")` and render the sub-dimension table:204205```206Engineering sub-dimensions: Claude Sonnet 4.6 vs GPT-4o207─────────────────────────────────────────────────────208Sub-dimension Sonnet 4.6 GPT-4o209Function codegen 5 4210Repo-scale tasks 5 4211Tool use / BFCL 5 4212Agentic planning 5 3213Codebase navigation 5 4214─────────────────────────────────────────────────────215Top-level E score 5 4216```217218Trigger: "drill down on [dimension]", "compare at the detail level",219"which is better at [sub-dimension]", "I need strong tool use specifically".220221---222223### Workflow B — Task Router224225Use when the user has a plan, task list, or backlog and wants to know226which model to use for which work. This is the Dispatch matching mode:227tasks are missions, models are heroes.228229**Steps:**2302311. **Parse** the task list. Accept any format: markdown bullets, numbered232 list, WorkItems, or a free-form plan.2332342. **Classify each task** with a fine-grained task class when possible235 (`architecture`, `code_review`, `summarization`, `rag`, `ocr`,236 `low_latency_chat`, etc.). These classes are routing hints, not a237 replacement for the six R/E/S/B/L/G dimensions.2382393. **Score each task** against the six dimensions: which dimensions does240 this task *require*? Use the Task Scoring Quick-Reference below.2412424. **Cluster** tasks by their dominant dimension profile. Tasks with the243 same top-2 dimensions belong in the same cluster. Typical clusters:244 - Deep-Think (R+E dominant) — complex architecture, novel algorithms245 - Production-Coder (E dominant) — routine implementation, bug fixes246 - High-Volume (S dominant) — repetitive generation, bulk transforms247 - Long-Context (B dominant) — large codebase sweeps, doc analysis248 - Privacy-First (G dominant) — PII, PHI, regulated data, secrets2492505. **Recommend** a model per cluster from the user's accessible models.251 Call `query_models(R=..., E=..., G=..., task_class="...", apply_user_filter=True)`252 to find the best available match. State the primary recommendation and one fallback.2532546. **Theoretical-best hint.** After recommending from the user's accessible255 models, run the same query with `apply_user_filter=False`. If the256 theoretical-best model differs from the recommended one, show the hint:257258 ```259 ⚡ Theoretical best (not in your access): Claude Opus 4.6260 Gap: R:5 E:5 vs your best R:4 E:5 — 1 point on Reasoning matters for261 this cluster (novel algorithm design). Consider adding Opus access if262 the task justifies it → anthropic.com/api263 ```264265 Omit the hint if the user's accessible model already matches the theoretical266 best, or if the gap is only 1 point on a non-dominant dimension.2672687. **Output** the routing table:269270```271Task Routing Analysis272══════════════════════════════════════════════273274Cluster 1 — Deep-Think (Reasoning + Engineering) [N tasks]275 Profile: R:5 E:5 S:2 B:3 L:4 G:4276 Your model: Claude Sonnet 4.6 (fallback: Qwen 2.5 Coder 32B self-hosted)277 ⚡ Theoretical best: Claude Opus 4.6 — R gap: 4→5; worth it for novel algorithms278 Tasks:279 • Design consensus algorithm for distributed cache280 • Refactor auth middleware to zero-trust model281282Cluster 2 — Production-Coder (Engineering) [N tasks]283 Profile: R:3 E:5 S:3 B:3 L:4 G:4284 Your model: Claude Sonnet 4.6 (no gap — this is the theoretical best)285 Tasks:286 • Implement JWT refresh token rotation287 • Add pagination to /api/v2/users endpoint288289Cluster 3 — High-Volume (Speed) [N tasks]290 Profile: R:2 E:3 S:5 B:3 L:3 G:3291 Your model: Claude Haiku 4.5 (fallback: Gemini Flash 2.0)292 ⚡ Theoretical best: Gemini Flash 2.0 — slightly cheaper at this volume;293 only matters if processing >10M tokens/month294 Tasks:295 • Generate unit test stubs for all 200 endpoints296 • Reformat 5,000 changelog entries to new template297298Cluster 4 — Privacy-First (Governance) [N tasks]299 Profile: R:3 E:3 S:3 B:3 L:4 G:5300 Your model: Llama 3.3 70B self-hosted (no gap — self-hosted is optimal)301 Tasks:302 • Process patient consent records303 • Summarize HIPAA audit logs304305══════════════════════════════════════════════306Total: N tasks across M clusters.307Suggested sequence: Cluster 4 → Cluster 1 → Cluster 2 → Cluster 3.308```309310---311312---313314### Workflow D — Setup Questionnaire315316Use when the user says "set up my models", "configure my access", "which models do317I have access to", "help me set up the recommender", "onboard me", or "I only have318access to X". Replaces manual JSON editing with a guided conversation.319320**Steps:**3213221. **Show current state.** Call `get_config()`. If `available_models` is non-empty,323 say "You currently have [N] models configured — I'll update your settings."324 If empty, say "Your model access isn't set up yet. Let me walk you through it."3253262. **Ask about provider access.** One question, accept a free-form answer:327 > "Which AI providers do you have active API access to?328 > Options: Anthropic, OpenAI, Google (Gemini), Meta/self-hosted (Llama),329 > Mistral, xAI (Grok), Cohere, Alibaba/Qwen, MiniMax, DeepSeek, Microsoft (Phi),330 > or other."3313323. **For each confirmed provider, ask about model tiers:**333 - Anthropic: "Do you have Haiku only, Haiku + Sonnet, or full access (all three)?"334 - OpenAI: "Standard (GPT-4o), reasoning tier (o3/o4-mini), or both?"335 - Google: "Gemini 2.5 Pro, Flash, or both?"336 - Open-source (Llama/Qwen/Phi/Gemma): "Self-hosted or via a third-party API337 (Together, Groq, etc.)?" — this determines the effective G score.338 - Others: accept the provider-level answer.3393404. **Data sensitivity floor.** One question:341 > "What's the highest sensitivity of data you typically work with in this project?342 > (a) Public only — open-source code, public information343 > (b) Internal / proprietary — code or business data that isn't public344 > (c) Personal data — names, emails, addresses, any PII345 > (d) Regulated — HIPAA (medical), financial, legal, or government data"346 Map: (a)→G:0, (b)→G:3, (c)→G:4, (d)→G:5.3473485. **Budget preference.** One question:349 > "Budget preference?350 > (a) Cost-first — use the cheapest model that meets the requirement351 > (b) Balanced — trade off cost and quality352 > (c) Quality-first — use the best model regardless of cost"353 Map: (a)→low, (b)→medium, (c)→high. Set `budget_tier`.3543556. **Exclusions.** One question:356 > "Any models to always exclude? (e.g., 'no DeepSeek', 'nothing from China',357 > 'only Anthropic')"358 Parse response and add to `blocked_models`.3593607. **Summarise and confirm.** Display a brief summary:361 ```362 Here's your configuration:363 Accessible models: [list]364 Governance floor: G:4 (personal data)365 Budget: balanced366 Blocked: deepseek-v3, deepseek-r1367 Apply this? (yes / adjust)368 ```3693708. **Apply.** On confirmation, call `set_config(...)` with all fields.371 Then call `list_models()` and show the effective roster so the user can372 verify it looks right.373374---375376### Workflow C — Roster Refresh377378Use when the user says "update the model scores", "check for new models",379"are there newer benchmarks", or "refresh the roster". This is the only380workflow that requires internet access.381382**Steps:**3833841. **Check validated date.** Read the current roster metadata via the MCP385 server or `_meta.validated` from the packaged `model_scores.json`386 projection. If less than 3 months old, ask the user if they want to387 proceed anyway.3883892. **Discover new models.** Web-search for "new LLM models [current year]" and390 "AI model releases [last 3 months]". For each new model found:391 - Note it as a candidate addition (do NOT auto-write a roster file)392 - Report it to the user with a one-line capability summary393 - Ask: "Do you want me to add [model] to the roster?"394 - Only add after explicit confirmation; adds are additive (never overwrite existing entries)3953963. **Refresh benchmark scores.** Fetch current leaderboard pages listed in397 `_meta.leaderboards`. For each model already in the roster:398 - Check if its SWE-bench rank has changed significantly399 - Check if its LMSYS Arena Elo has moved by >50 points400 - Check Artificial Analysis for latency/cost updates401 - Propose score changes as a diff — do NOT auto-apply4024034. **Check for new benchmarks.** Search for benchmarks that have gained404 traction since the last validated date (e.g., new agentic evals, new405 multimodal evals). If found, assess whether they warrant a new sub-dimension.406 Report to user; do NOT add sub-dimensions without discussion.4074085. **Check pricing.** Fetch the provider pricing pages in `_meta.pricing_pages`.409 Compare to stored `pricing` fields. Report any price changes.4104116. **Present proposed changes.** List:412 - New models to add (awaiting confirmation)413 - Score adjustments (with before/after and source)414 - Price updates (before/after)415 - New benchmark candidates4164177. **Apply only confirmed changes.** Update the relevant timestamped418 `context/artifacts/ART-YYYYMMDD_HHMM-ModelSpec-*.md` model-spec419 artifacts first. If the packaged `model_scores.json` projection is420 kept for compatibility, refresh it from the artifacts and bump421 `_meta.validated` to the current quarter.422423**Constraint:** refresh is additive. Never delete models from the roster424during refresh merely because they are no longer top-ranked. If a provider425still offers a model, keep it and update its `lifecycle`:426427- `active` — current normal routing candidate.428- `legacy` — still offered; useful for price, compatibility, or a niche task.429- `deprecated` — provider announced retirement or alias migration; include430 `deprecated_after` / `replacement_model` when known.431- `retired` — no longer callable; excluded from active routing unless432 explicitly requested.433- `unverified` — observed but not fully validated from primary sources.434435### Task Suitability Classes436437Task classes are a second routing layer on top of the six dimensions. They438capture concrete work types so an older or cheaper model can remain preferred439for suitable work while frontier models are reserved for tasks that justify440their cost.441442Use `list_task_classes()` for the live catalogue. Current classes include:443444`architecture`, `algorithm_design`, `debugging`, `implementation`,445`refactoring`, `code_review`, `test_generation`, `repo_navigation`,446`agentic_workflow`, `tool_calling`, `structured_output`,447`data_extraction`, `summarization`, `long_context_synthesis`, `rag`,448`citation_answering`, `research_synthesis`, `math_reasoning`,449`scientific_reasoning`, `legal_analysis`, `medical_admin`,450`financial_analysis`, `translation`, `multilingual_chat`, `classification`,451`sentiment_analysis`, `creative_writing`, `marketing_copy`, `data_analysis`,452`sql_generation`, `spreadsheet_analysis`, `ocr`, `image_understanding`,453`chart_understanding`, `diagram_reasoning`, `voice`, `audio_transcription`,454`video_understanding`, `low_latency_chat`, `bulk_generation`,455`privacy_sensitive`, `self_hosted_enterprise`.456457Examples:458459```python460query_models(task_class="architecture", R=4, E=5, limit=3)461query_models(task_class="summarization", min_task_suitability=4, S=4)462query_models(task_class="privacy_sensitive", G=5, require_task_suitability=True)463```464465### Task Scoring Quick-Reference466467| Task contains… | Raise these dimensions |468|---|---|469| "design", "architect", "algorithm", "prove", "derive", "optimize (complexity)" | R |470| "implement", "fix", "debug", "refactor", "review code", "write tests", "agentic" | E |471| "generate N items", "bulk", "batch", "fast", "cheap", "thousands of" | S |472| "entire codebase", "all files", "image", "screenshot", "audio", "video", "long doc" | B |473| "exactly", "format must be", "strict schema", "no hallucination", "cite sources" | L |474| PII, PHI, credentials, regulated, GDPR, HIPAA, internal/confidential | G |475476A task can score high on multiple dimensions. When in doubt, assign the477top-2 and cluster on those.478479---480481### Model roster summary482483The roster contains **61 models** across 16 providers, with lifecycle metadata484that separates availability from ranking. Estimated or unverified models are485marked on the model-spec artifact and surfaced by the MCP projection as486`_estimated: true` or `lifecycle: "unverified"`; validate them via487Workflow C before production routing.488489**Live table:** `list_models()` — returns the roster filtered by your user config. 490**Full table with context windows:** see `references/roster-quick-ref.md`. 491**Narrative profiles:** see `references/model-profiles.md`.492493**Providers covered:** Anthropic, OpenAI, Google (API + open weights),494xAI (Grok), Meta/Llama, Alibaba/Qwen, Moonshot/Kimi, Z.AI/GLM,495Microsoft/Phi, MiniMax, Mistral, Cohere, DeepSeek, AWS Nova, NVIDIA Nemotron.496497**⚠️ G:1 warning:** DeepSeek APIs, Alibaba Cloud API, and MiniMax API operate498under Chinese jurisdiction. Never route sensitive, regulated, or personal data499to these APIs. Self-hosting their open weights raises governance to G:3–4.500501---502503### Commands504505- `/model-recommender-profile model-id [scope]` — show the spider-chart capability profile for a model506- `/model-recommender-route task-description` — route a task or task plan to the optimal AI model507- `/model-recommender-setup` — run the guided questionnaire to configure model access and preferences508- `/model-recommender-refresh` — run Workflow C to research and refresh the model roster from live benchmarks509510## Gotchas511512- **Skipping the gate check before routing.** Always check User Access and513 Availability before scoring capability. A model scoring E:5 G:5 is useless514 if the user's API key is expired or the provider is in a major outage.515 Call `check_availability()` and `get_config()` at the start of any516 Task Router session, or ask the user explicitly if MCP is unavailable.517518- **Assuming access from context.** If the user mentions "Claude" it does519 not mean they have Opus, Sonnet, and Haiku — they may only have one tier.520 Ask or call `get_config()` before recommending a specific tier.521522- **Recommending a model the user has rate-limited.** Rate limits and quota523 exhaustion are not visible on status pages — they are per-account states.524 If the user says "it keeps failing", check for rate-limit errors before525 re-routing to the same model. Suggest the next model in the fallback chain.526527- **Conflating low cost with high value.** DeepSeek models have the highest528 raw value score but score G:1, which disqualifies them for most enterprise529 work. Always surface the governance warning alongside the value score when530 a low-cost model has a G:1 or G:2 rating. Cost optimization within a G531 floor is the correct framing, not raw cost minimization.532533- **Not telling the user the actual price.** When recommending a model for534 a bulk task ("generate 10,000 descriptions"), compute an estimate:535 (estimated tokens × price per 1M / 1,000,000). Even a rough estimate536 ($0.50 vs. $8.00) changes the decision. Use `get_pricing()` for current rates.537538- **Treating the roster as current truth.** Model scores change with every539 release. The profiles in `references/model-profiles.md` have a540 "validated" date. If the user's model is newer or the date is >6 months541 old, caveat your recommendation and point to Artificial Analysis or542 LMSYS Arena for live data.543544- **Recommending a model the user can't access.** Before recommending o3545 or Opus 4.6, ask (or check context) whether the user has access and546 budget. A perfect score on paper is useless if the quota is exhausted or547 the model is not provisioned. Offer a concrete fallback every time.548549- **Scoring the task instead of the task cluster.** When routing a plan,550 assess what the *cluster as a whole* needs, not individual task quirks.551 One unusual subtask should not pull an entire cluster to a different model.552553- **Ignoring the Governance dimension for "internal" work.** Many teams554 assume internal code is not sensitive. But source code with credentials,555 unreleased algorithms, or regulated business logic can be just as556 sensitive as PII. When in doubt, ask whether the organization has an AI557 data classification policy before routing to non-sovereign models.558559- **Conflating Speed with Engineering.** A fast model (S:5) is not560 necessarily a good coder (E:5). Haiku and Flash are excellent at561 high-volume, low-complexity code tasks but will struggle with novel562 architecture or debugging subtle async races. Always check both dimensions563 before routing engineering work to a speed-optimized model.564565- **Presenting scores as objective benchmarks.** The 1-5 scores in this566 skill are informed calibrations, not direct benchmark readings. When the567 user needs precision (e.g., choosing between two models scoring 4 vs. 4568 on the same dimension), surface the underlying benchmarks569 (SWE-bench Verified, GPQA Diamond, BFCL v4) and link to current570 leaderboards. The skill's scores are a starting point, not the final word.571572- **Over-routing to expensive models.** The task router should push work573 toward the cheapest model that meets the required profile, not the highest-574 scoring model globally. Opus 4.6 is not the right answer for a task that575 only needs E:3 S:4 — that is Haiku or Sonnet territory.576577- **Skipping the sequence suggestion.** After clustering, always add a578 recommended execution sequence. Some clusters are prerequisites for others579 (e.g., design decisions made with Opus should precede implementation with580 Sonnet). The sequence is often more valuable than the per-cluster picks.581582- **Calling `set_config` without user confirmation.** `set_config` overwrites `user_config.json` in full — it is marked `destructiveHint: true`. Always show the proposed configuration to the user and wait for explicit approval before calling `set_config`. Never chain `set_config` into a batch of other calls.583584- **Treating `check_availability` failures as errors.** `check_availability` makes live HTTP requests to provider status pages. Network failures, rate limits, and subscription expiry are not detectable from status pages. Treat any failure or non-operational status as `unknown`, report it to the user, and do not retry more than once without explicit user awareness.585586## Full reference587588### Sub-dimension detail589590Full sub-dimension specs, benchmark mappings, and scoring guidelines are591in `references/dimension-specs.md`. For structured sub-dimension comparison,592use `compare_models(model_ids, scope="R")` (or E/S/B/L/G).593594### Complete model profiles595596Narrative descriptions, per-sub-dimension scores, and best-for/avoid-for597lists are in `references/model-profiles.md`. Structured model records are598canonical in timestamped599`context/artifacts/ART-YYYYMMDD_HHMM-ModelSpec-*.md` files as600`Artifact(kind=model-spec)`; the MCP server is the preferred interface601for queries and may retain `mcp/model_scores.json` as a packaged602projection.603604### Pricing and value analysis605606- `get_pricing(sort_by="value_score")` — ranked by capability per dollar607- `get_pricing(sort_by="output_per_1m")` — ranked cheapest output first608- Provider pricing pages are in `mcp/model_scores.json` under `_meta.pricing_pages`609- For bulk cost estimates: tokens × (output_price / 1,000,000)610- Self-hosted models (Llama): no API cost, but require GPU infra (~$1–3/hr/A100)611612### Availability and user access613614- `check_availability()` — fetches live status from provider status pages615- `get_config()` / `set_config(...)` — manage user access list and governance floor616- Provider status pages: `mcp/model_scores.json` under `_meta.status_pages`617- Rate limits and quota: must be checked manually via the provider's API dashboard618 (Anthropic: console.anthropic.com, OpenAI: platform.openai.com, etc.)619620### Dimension trade-off map621622Common trade-offs to surface when the user is torn between two options:623624| Trade-off | Typical tension | Resolution heuristic |625|---|---|---|626| Reasoning vs. Speed | o3 vs. Haiku | Choose by task complexity: reasoning chains >5 steps → o3 tier; routine → Haiku |627| Breadth vs. Governance | Gemini 2.5 Pro vs. Llama | If context >200K AND data is non-sensitive → Gemini; otherwise → Llama + chunking |628| Engineering vs. Governance | GPT-4o vs. Mistral | If task is routine coding AND data is non-sensitive → GPT-4o; regulated → Mistral or Llama |629| Speed vs. Reliability | Flash vs. Sonnet | For customer-facing output → Sonnet; for internal draft generation → Flash |630| Cost vs. Capability | DeepSeek vs. Claude | If data is non-sensitive AND cost is paramount → DeepSeek; otherwise avoid |631632### How scores were derived633634Scores are calibrated from:635- Public benchmarks: SWE-bench Verified (E), GPQA Diamond (R), MATH/AIME (R),636 BFCL v4 (E+B), LMSYS Arena Elo (L), Artificial Analysis Intelligence Index (R+E)637- Provider documentation and model cards for Speed and Governance dimensions638- Practitioner reports and Artificial Analysis latency/cost benchmarks639640### Keeping profiles current641642When a major new model releases or an existing model is updated:6431. Add or update its entry in `references/model-profiles.md`6442. Update the summary table in SKILL.md Overview6453. Bump the validated date in model-profiles.md6464. If scores change significantly, note what changed and why647648### Anti-patterns649650- **Single-dimension routing.** Never pick a model on one dimension alone.651 A model that excels at reasoning but scores L:2 on reliability will652 produce confident, wrong answers. Always check the dimensions that matter653 for the task's tolerance for error.654- **Assuming "best overall model" = right model.** The highest-ranked model655 on LMSYS Arena is not always the right pick. A task requiring G:5 rules656 out the entire LMSYS top tier (all score G:2 or lower). Optimize for the657 user's actual constraints, not global rankings.658- **Ignoring fallbacks.** Always provide a fallback. The recommended model659 may be unavailable, rate-limited, or over budget mid-session. A router660 with no fallback fails the user at the worst moment.661- **Not re-routing when a cluster grows.** If a new task is added to the662 plan that doesn't fit the cluster's profile, surface it rather than663 silently absorbing it. A Governance-sensitive task silently absorbed into664 a DeepSeek-routed cluster is a data breach waiting to happen.