mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
* test: point CircleCI-only suites at models still in the cost map #42435 removed cost map entries past their deprecation date and #42437 added litellm_uisettings to the config-synced tables, but both only updated tests/test_litellm. The CircleCI-only suites (local_testing, llm_translation, logging_callback_tests, litellm_utils_tests, unit) kept using the removed models or the old table list and went red on main. Each test keeps its assertions and swaps the removed model for a current one with the same provider and capabilities. The fireworks tests pick a vision model from the cost map because #34941 set supports_vision false on minimax-m3, and the vertex image provider test injects the image model set because #42435 removed every vertex_ai-image-models entry. * test(vertex_ai): register the image model through add_known_models in the provider test |
||
|---|---|---|
| .. | ||
| completion.json | ||
| completion_with_bedrock_call.json | ||
| completion_with_complex_metadata.json | ||
| completion_with_langfuse_metadata.json | ||
| completion_with_no_choices.json | ||
| completion_with_router.json | ||
| completion_with_tags.json | ||
| completion_with_tags_stream.json | ||
| completion_with_vertex_call.json | ||
| complex_metadata.json | ||
| complex_metadata_2.json | ||
| embedding_with_vllm.json | ||
| empty_metadata.json | ||
| metadata_with_function.json | ||
| metadata_with_lock.json | ||
| nested_metadata.json | ||
| simple_metadata.json | ||
| simple_metadata2.json | ||
| simple_metadata3.json | ||