Topic hub pagination

LiteLLM errors - page 7

Continue browsing this topic cluster with SEO-safe static pagination.

LiteLLM LiteLLM Updated May 17, 2026

Fixing LiteLLM APIConnectionError: Connection timed out

Fix LiteLLM API connection timeout errors by adjusting request_timeout or retry settings Includes evidence for LiteLLM troubleshooting demand.

litellm.APIConnectionError: Request timed out. Please increase the max_retries parameter.
LiteLLM LiteLLM Updated May 17, 2026

LiteLLM Duplicate Usage Aggregation Across Monthly Billing Cycles

LiteLLM proxy admin sees usage data from end-of-month incorrectly carried over into next month's total, causing 'Month-to-Date' counter not to reset, leading to premature budget exhaustion Includes evidence for LiteLLM troubleshooting demand.

[Bug]: Duplicate Usage Aggregation Across Billing Cycles — April 30th tokens double-counted in May, pre-exhausting balances
LiteLLM LiteLLM Updated May 17, 2026

LiteLLM Proxy K8s Deployment OOMKill on Prisma Query Engine During Usage Stats Query

LiteLLM proxy admin running on Kubernetes finds that querying Usage page with large datasets triggers OOMKill on Prisma Query Engine, leaving proxy alive but unable to communicate with database Includes evidence for LiteLLM troubleshooting demand.

[Bug]: Prisma Query Engine unable to recover from OOMKill in K8s deployment — query-engine-de stuck in defunct state after large dataset access
LiteLLM OpenRouter Updated May 16, 2026

OpenRouter Free Models Keep Going 404 — Model Unavailable After Rate Limit

Developer using OpenRouter free tier encounters sudden 404 errors as models get removed, rate-limited, or replaced. Needs programmatic handling and fallback model rotation Includes evidence for OpenRouter troubleshooting demand.

Model claude-3-sonnet is not available / free LLMs on OpenRouter keep going 404
LiteLLM LiteLLM Updated May 16, 2026

LiteLLM Stream Tool Call Arguments Unbounded Memory Growth

Fix LiteLLM stream memory leak — prevent unbounded tool_call arguments accumulation during streaming Includes evidence for LiteLLM troubleshooting demand.

Unbounded memory growth in LiteLLM stream — current_tool_calls[i]['arguments'] += args_delta accumulates without limit
LiteLLM LiteLLM Updated May 16, 2026

LiteLLM Budget Bypass Security Vulnerability in Proxy

Fix LiteLLM proxy budget bypass vulnerability that allows users to exceed spending limits Includes evidence for LiteLLM troubleshooting demand.

Budget bypass vulnerability allowing unlimited spending in LiteLLM proxy (infinite money glitch)
LiteLLM LiteLLM Updated May 16, 2026

LiteLLM mid-stream fallback fails with HTTP 400 assistant prefill error on Claude models

Fix LiteLLM streaming fallback error: mid-stream fallback adds unsupported assistant prefill block, causing HTTP 400 on Claude Sonnet 4.6 / Opus 4.7 Includes evidence for LiteLLM troubleshooting demand.

litellm.BadRequestError: AnthropicException - {"type":"error","error":{"type":"invalid_request_error","message":"This model does not support assistant message prefill. The conversation must end with a user message."}}
LiteLLM LiteLLM Updated May 16, 2026

LiteLLM budget limits on keys cannot be removed once set via UI or API

Fix inability to remove budget limits from LiteLLM API keys once they have been configured, blocking billing flexibility Includes evidence for LiteLLM troubleshooting demand.

budget_limits on LiteLLM keys cannot be removed/overridden after initial set via UI or API
LiteLLM LiteLLM Updated May 16, 2026

LiteLLM Docker Start Fails for v1.84.0

Fix LiteLLM v1.84.0 Docker container failing to start Includes evidence for LiteLLM troubleshooting demand.

Docker image ghcr.io/berriai/litellm:1.84.0 start failure in container logs
LiteLLM LiteLLM Updated May 15, 2026

LiteLLM Azure OpenAI Authentication Error 401 with DefaultAzureCredential

Fix LiteLLM Azure OpenAI authentication error when using DefaultAzureCredential — works with direct OpenAI client but fails through LiteLLM proxy Includes evidence for LiteLLM troubleshooting demand.

litellm.AuthenticationError: AzureException AuthenticationError - Access denied due to invalid subscription key or wrong API endpoint
LiteLLM LiteLLM Updated May 15, 2026

LiteLLM OpenRouter Image Generation Fails with ImageUsage Validation Error (int_from_float)

Fix LiteLLM OpenRouter image generation failure with ImageUsage Pydantic validation error Includes evidence for LiteLLM troubleshooting demand.

Error transforming OpenRouter image generation response: 2 validation errors for ImageUsage output_tokens: Input should be a valid integer, got a number with a fractional part [type=int_from_float, input_value=14417.92]
LiteLLM LiteLLM Updated May 15, 2026

LiteLLM Performance Regression After Upgrading from v1.80.5 to v1.81.x

Fix LiteLLM proxy performance degradation after version upgrade causing UI and API response slowness Includes evidence for LiteLLM troubleshooting demand.

Significant performance regression — UI and API slowness after upgrading LiteLLM from v1.80.5 to v1.81.x