LLM Model Selection Skill

Select LLM model tiers by balancing capability, cost, and latency.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/fabioc-aloha/Alex_Sandbox --skill llm-model-selection-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: LLM Model Selection Skill
Source: https://github.com/fabioc-aloha/Alex_Sandbox/tree/main/.github/skills/llm-model-selection
Command: npx skills add https://github.com/fabioc-aloha/Alex_Sandbox --skill llm-model-selection-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams and developers choose the most appropriate language model for a given task by balancing power, cost, and latency, reducing wasted compute and suboptimal results.

Core Features & Use Cases

  • Model-rating framework: Provides a tiered mapping of models (Frontier, Capable, Fast) to task types and cost profiles.
  • Guidance for architecture decisions: Helps decide when to escalate to more capable models for complex multi-file updates or long-context tasks.
  • Use Case: When designing an AI assistant for a product, use this Skill to decide whether to deploy Claude Opus 4.5 versus GPT-4o for a given user query.

Quick Start

Use the LLM Model Selection Skill to assess a given task and select the most appropriate model tier for a multi-turn chat workflow.

Frequently Asked Questions about LLM Model Selection Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right LLM for a specific task?

LLM model selection evaluates task complexity to map requirements to model tiers like Frontier, Capable, or Fast. It balances capability, cost, and latency to identify the most suitable tier for development workflows and long-context conversations.

When should I escalate to a more capable LLM model tier?

You should escalate to a more capable LLM model tier when handling complex multi-file updates or long-context tasks. Escalating ensures higher capability models are reserved for architecture decisions where lower tiers would produce suboptimal results.

What is the best way to balance cost and latency when selecting an LLM?

The best way to balance cost and latency is applying a tiered model-rating framework that categorizes options by power and speed. This approach informs architecture decisions by matching task types to optimal cost profiles and latency requirements.

How do I switch between different LLM model tiers in a multi-turn chat workflow?

To switch between LLM model tiers in a multi-turn chat, you apply practical switching steps based on the assessed task complexity. This involves escalating to more capable models for long-context tasks while dropping to faster tiers for simpler queries.

Does this model selection approach work for multi-file code updates?

Yes, the model selection approach works for multi-file code updates by providing guidance for architecture decisions. It helps decide whether to escalate to more capable models like Claude Opus 4.5 versus GPT-4o based on the task's complexity and context length.