Model Router Designer

Design a model router that sends each LLM request to the cheapest model that can handle it and escalates only the hard cases to the strongest — cutting cost and latency without tanking quality, gated by an eval set so the savings don't come from silently worse answers. Use when one expensive model serves all traffic (most of it easy), when LLM cost or latency is too high, or when balancing quality against spend across a range of request difficulty.

imtiazrayhan Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/model-router-designer commit 7cd069fdfc

Frequently asked questions

npx skillmds@latest add imtiazrayhan/model-router-designer