autosearch:model-routing

Route leaf skills to optimal model tiers using frontmatter model_tier annotations.

40|6|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/0xmariowu/Autosearch --skill autosearch-model-routing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autosearch:model-routing
Source: https://github.com/0xmariowu/Autosearch/tree/main/autosearch/skills/meta/model-routing
Command: npx skills add https://github.com/0xmariowu/Autosearch --skill autosearch-model-routing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Advisory catalog that assigns the optimal model tier to each leaf skill to balance cost and quality during runtime.

Core Features & Use Cases

  • Tiered routing: defines Fast, Standard, and Best tiers with mapping guidance for leaf skills.
  • Per-skill annotation: relies on frontmatter model_tier to steer the runtime without automatic model switching.
  • Escalation rules: enables controlled escalation or de-escalation based on task complexity, latency constraints, and cost considerations.
  • Use Case: apply to the autosearch pipeline to ensure the most economical model is used for routine steps and higher tiers reserved for critical synthesis.

Quick Start

Provide each leaf skill with its model_tier annotation to enable runtime routing.

Frequently Asked Questions about autosearch:model-routing

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

FAQPage Schema
What is LLM model-tier routing for cost optimization?

LLM model-tier routing assigns tasks to optimal model tiers, such as Fast, Standard, or Best, to balance cost and quality during runtime decision-making across processing pipelines.

How do I assign model tiers to individual tasks in my pipeline?

You assign model tiers by providing each leaf skill with a frontmatter model_tier annotation, which steers the runtime routing without triggering any automatic model switching.

Can I escalate LLM tasks to a higher model tier at runtime?

Yes, you can escalate or de-escalate LLM tasks at runtime based on task complexity, latency constraints, and cost considerations using safe escalation policies that preserve runtime prompts.

What is the best way to optimize LLM costs for routine pipeline steps?

The best way to optimize LLM costs is applying tiered routing to ensure the most economical model is used for routine steps while reserving higher tiers for critical synthesis tasks.

Does model-tier routing automatically switch LLMs during execution?

No, model-tier routing does not automatically switch LLMs during execution; it relies on frontmatter model_tier guidance to steer runtime decisions and prevent overcommitment of resources.