You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cost-aware fallback: when no candidate clears the completion threshold, route to the cheapest model within fallback_quality_margin (default 0.05) of the best predicted completion, instead of the priciest highest-completion model. Plus README polish.
First PyPI release of xrouter-llm: a prompt-aware LLM routing-decision service (factored IRT router). Ships a trained router, the model-profile registry, and router configs as package data, so pip install xrouter-llm works out of the box.