What's Changed
LiteLLM Proxy now maps exceptions for 100+ LLMs to the OpenAI format https://docs.litellm.ai/docs/proxy/quick_start
🧨 Log all LLM Input/Output to [dynamodb](https://twitter.com/dynamodb) set `litellm.success_callback = ["dynamodb"] `https://docs.litellm.ai/docs/proxy/logging#logging-proxy-inputoutput---dynamodb
⭐️ Support for [MistralAI](https://twitter.com/MistralAI) API, Gemini PRO
🔎 Set Aliases for model groups on LiteLLM Proxy
🔎 Exception mapping for openai.NotFoundError live now + testing for exception mapping on proxy added to LiteLLM ci/cd https://docs.litellm.ai/docs/exception_mapping
⚙️ Fixes for async + streaming caching https://docs.litellm.ai/docs/proxy/caching
👉 Support for using Async logging with [langfuse](https://twitter.com/langfuse) live on proxy
AI Generated Release Notes
* Enable setting default `model` value for `LiteLLM`, `Chat`, `Completions` by estill01 in https://github.com/BerriAI/litellm/pull/985
* fix replicate system prompt: forgot to add **optional_params to input data by nbaldwin98 in https://github.com/BerriAI/litellm/pull/1080
* Update factory.py to fix issue when calling from write-the -> langchain -> litellm served ollama by James4Ever0 in https://github.com/BerriAI/litellm/pull/1054
* Update Dockerfile to preinstall Prisma CLI by Manouchehri in https://github.com/BerriAI/litellm/pull/1039
* build(deps): bump aiohttp from 3.8.6 to 3.9.0 by dependabot in https://github.com/BerriAI/litellm/pull/937
* multistage docker build by wallies in https://github.com/BerriAI/litellm/pull/995
* fix: traceloop links by nirga in https://github.com/BerriAI/litellm/pull/1123
* refactor: add CustomStreamWrapper return type for completion by Undertone0809 in https://github.com/BerriAI/litellm/pull/1112
* fix langfuse tests by maxdeichmann in https://github.com/BerriAI/litellm/pull/1097
* Fix 1119, no content when streaming. by emsi in https://github.com/BerriAI/litellm/pull/1122
* docs(projects): add Docq to 'projects built on..' section by janaka in https://github.com/BerriAI/litellm/pull/1142
* docs(projects): add Docq.AI to sidebar nav by janaka in https://github.com/BerriAI/litellm/pull/1143
New Contributors
* James4Ever0 made their first contribution in https://github.com/BerriAI/litellm/pull/1054
* wallies made their first contribution in https://github.com/BerriAI/litellm/pull/995
* maxdeichmann made their first contribution in https://github.com/BerriAI/litellm/pull/1097
* emsi made their first contribution in https://github.com/BerriAI/litellm/pull/1122
* janaka made their first contribution in https://github.com/BerriAI/litellm/pull/1142
**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.11.1...v1.15.0