mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
The attempt row now prices the real arm (the payload's response_cost plus its own routing classifier when it routed) beside the shadow arm (completion plus the classifier cost the routing decision writes back), and flags turns litellm's response cache served. A per-leg funnel table counts the eligible requests that produced no row (lost the sampling dice, unjudgeable shape, concurrency shed), so results can weigh judged rows against the traffic they stand for. Job results gain per-slice and overall arm spends plus the coverage counts, the budget gates charge the shadow arm's classifier spend against max_budget, and the dashboard shows the measured cost comparison beside the win rate Resolves LIT-6358 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| dist | ||
| litellm_proxy_extras | ||
| tests | ||
| build_and_publish.md | ||
| LICENSE | ||
| migration_runbook.md | ||
| pyproject.toml | ||
| README.md | ||
Additional files for the proxy. Reduces the size of the main litellm package.
Currently, only stores the migration.sql files for litellm-proxy.
To install, run:
uv add litellm-proxy-extras
OR
uv tool install 'litellm[proxy]' # installs litellm-proxy-extras and other proxy dependencies
To use the migrations, run:
litellm --use_prisma_migrate