mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-22 00:00:50 +00:00
- Admin UI: operator view with request volume, token usage, latency, cost charts, failure table, and request timeline - Backend: add error_kind() method and infer_error_kind() for stable error classification (rate_limit, timeout, backend_error, client_error) - Admin DB: error_kind column in request_log, observability aggregate queries (bucketed timeseries, failure breakdown, timeline) - Gemini: improved streaming translation, thinking block support, grounding metadata passthrough - Request timeout: configurable REQUEST_TIMEOUT_SECS with streaming watchdog - Model pricing: MODEL_PRICING_FILE for external pricing overrides - Degradation header: ANYLLM_DEGRADATION_WARNINGS env var control Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>