Skip to content

Releases: xorbitsai/xrouter-llm

xrouter-llm 0.1.3

24 Jun 06:04

Choose a tag to compare

xrouter-llm 0.1.2

23 Jun 13:40
fc11d5f

Choose a tag to compare

Changes

  • Route multi-model sets by joint completion probability.
  • Add task passthrough with backward compatibility for custom predictors.
  • Add quality-pair router config.
  • Add agentic holdout evaluation helper.

Verification

  • PYTHONPATH=src /Users/xuyeqin/miniconda3/bin/python3 -m compileall -q src tests
  • PYTHONPATH=src /Users/xuyeqin/miniconda3/bin/python3 -m pytest -q
  • python3 -m build
  • python3 -m twine check dist/*

v0.1.1

20 Jun 17:19
d74f944

Choose a tag to compare

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.

v0.1.0

19 Jun 18:56
3b53d27

Choose a tag to compare

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.