Change8
Error7 reports

Fix ServiceUnavailableError

in LiteLLM

Solution

ServiceUnavailableError usually indicates the LLM provider is overloaded or temporarily unavailable. Implement retry logic with exponential backoff using `retry` decorator in `litellm` around the failing function calls, and/or check the LLM provider's status page to confirm an outage before retrying. You might also need to increase your rate limits or switch to a different model if the issue persists.

Timeline

First reported:Dec 26, 2025
Last reported:Jan 11, 2026

Need More Help?

View the full changelog and migration guides for LiteLLM

View LiteLLM Changelog