forked from phoenix/litellm-mirror
* fix(ollama.py): fix get model info request Fixes https://github.com/BerriAI/litellm/issues/6703 * feat(anthropic/chat/transformation.py): support passing user id to anthropic via openai 'user' param * docs(anthropic.md): document all supported openai params for anthropic * test: fix tests * fix: fix tests * feat(jina_ai/): add rerank support Closes https://github.com/BerriAI/litellm/issues/6691 * test: handle service unavailable error * fix(handler.py): refactor together ai rerank call * test: update test to handle overloaded error * test: fix test * Litellm router trace (#6742) * feat(router.py): add trace_id to parent functions - allows tracking retry/fallbacks * feat(router.py): log trace id across retry/fallback logic allows grouping llm logs for the same request * test: fix tests * fix: fix test * fix(transformation.py): only set non-none stop_sequences * Litellm router disable fallbacks (#6743) * bump: version 1.52.6 → 1.52.7 * feat(router.py): enable dynamically disabling fallbacks Allows for enabling/disabling fallbacks per key * feat(litellm_pre_call_utils.py): support setting 'disable_fallbacks' on litellm key * test: fix test * fix(exception_mapping_utils.py): map 'model is overloaded' to internal server error * test: handle gemini error * test: fix test * fix: new run |
||
---|---|---|
.. | ||
test_llm_response_utils | ||
base_llm_unit_tests.py | ||
base_rerank_unit_tests.py | ||
conftest.py | ||
dog.wav | ||
Readme.md | ||
test_anthropic_completion.py | ||
test_azure_ai.py | ||
test_azure_openai.py | ||
test_bedrock_completion.py | ||
test_convert_dict_to_image.py | ||
test_databricks.py | ||
test_deepseek_completion.py | ||
test_fireworks_ai_translation.py | ||
test_gpt4o_audio.py | ||
test_jina_ai.py | ||
test_max_completion_tokens.py | ||
test_mistral_api.py | ||
test_nvidia_nim.py | ||
test_openai_o1.py | ||
test_openai_prediction_param.py | ||
test_optional_params.py | ||
test_prompt_caching.py | ||
test_prompt_factory.py | ||
test_supports_vision.py | ||
test_text_completion.py | ||
test_text_completion_unit_tests.py | ||
test_vertex.py | ||
test_xai.py |
More tests under litellm/litellm/tests/*
.