mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
Adds the `gemini_family` bundled template to the auto-router tab, a heuristic-classifier preset alongside the existing Anthropic and OpenAI family presets. Tiers ascend in cost across the Gemini lineup: SIMPLE gemini-2.5-flash-lite $0.10 / $0.40 MEDIUM gemini-3.1-flash-lite $0.25 / $1.50 COMPLEX gemini-3.7-flash $0.75 / $3.75 REASONING gemini-3.1-pro-preview $2.00 / $12.00 Uses concrete model ids rather than Google's `gemini-*-latest` aliases. Those aliases hot-swap to the newest release of their variation (stable, preview or experimental) with only a two-week notice, while their rows in model_prices_and_context_window.json are pinned at 2.5-generation rates, so a swap onto a 3.x model would bill at the stale price and silently undercount auto-router spend. A pin test asserts no tier resolves to a `-latest` alias and that all four rungs are distinct. |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||