litellm/tests/litellm_utils_tests
yuneng-jiang c9f7075690 Replace additional deprecated models across test files
- tests/local_testing/test_completion_cost.py:
  - claude-3-5-sonnet-20240620 -> claude-sonnet-4-6
  - gemini/gemini-1.5-flash-001 -> gemini/gemini-2.5-flash

- tests/test_litellm/test_utils.py:
  - claude-3-5-sonnet-20240620 -> claude-sonnet-4-6 (VertexAI config test, proxy tests)
  - gemini-1.5-pro -> gemini-2.5-pro (pre_process_non_default_params)
  - gemini/gemini-1.5-pro -> gemini/gemini-2.5-pro (proxy tests)

- tests/litellm_utils_tests/test_utils.py:
  - claude-3-opus-20240229 -> claude-sonnet-4-6 (trimming, vision tests)
  - gemini-pro -> gemini-2.5-pro (function calling test)
  - gemini-pro-vision -> gemini-2.5-flash (vision test)
  - gemini-1.5-pro -> gemini-2.5-pro (response schema test)
  - gemini/gemini-1.5-flash -> gemini/gemini-2.5-flash (function calling test)
  - gemini-1.5-pro -> gemini-2.5-pro (vision gemini test)
  - gpt-4-vision-preview -> gpt-4o (vision test)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 17:03:54 -07:00
..
base_token_counter_test.py [Feat] Add Support for Claude Code Max/OAuth 2 on LiteLLM AI Gateway (#19453) 2026-01-20 17:21:17 -08:00
conftest.py (Feat) Add x-litellm-overhead-duration-ms and "x-litellm-response-duration-ms" in response from LiteLLM (#7899) 2025-01-21 20:27:55 -08:00
log.txt Allow passing thinking param to litellm proxy via client sdk + Code QA Refactor on get_optional_params (get correct values) (#9386) 2025-04-07 21:04:11 -07:00
test_aiohttp_handler.py [Feat] Use aiohttp transport by default - 97% lower median latency (#11097) 2025-05-23 22:55:35 -07:00
test_anthropic_token_counter.py [Feat] Add Support for Claude Code Max/OAuth 2 on LiteLLM AI Gateway (#19453) 2026-01-20 17:21:17 -08:00
test_aws_secret_manager.py [Feat] Adds IAM role assumption support for AWS Secret Manager (#16887) 2025-11-20 12:38:48 -08:00
test_azure_ai_anthropic_token_counter.py [Feat] Add Support for Claude Code Max/OAuth 2 on LiteLLM AI Gateway (#19453) 2026-01-20 17:21:17 -08:00
test_bedrock_token_counter.py [Feat] Add Support for Claude Code Max/OAuth 2 on LiteLLM AI Gateway (#19453) 2026-01-20 17:21:17 -08:00
test_cyberark.py Fix CI: Revert security scan changes and add GitGuardian ignore rules (#18358) 2025-12-22 17:03:53 -08:00
test_get_secret.py (Feat) Add x-litellm-overhead-duration-ms and "x-litellm-response-duration-ms" in response from LiteLLM (#7899) 2025-01-21 20:27:55 -08:00
test_hashicorp.py feat: hashicorp vault rotate support 2026-01-23 17:32:55 +09:00
test_health_check.py Fix test_perform_health_check_filters_by_model_id 2026-02-26 10:43:05 +05:30
test_litellm_overhead.py [Feat] LiteLLM Overhead metric tracking - Add support for tracking litellm overhead on cache hits (#15045) 2025-09-29 17:33:27 -07:00
test_logging_callback_manager.py perf: move async/sync callback separation from per-request to registration time 2026-02-07 12:10:38 -08:00
test_proxy_budget_reset.py resolved greptile comment 2026-02-16 10:24:06 -08:00
test_secret_manager.py Fix flanky tests (#17665) 2025-12-08 12:21:26 -08:00
test_utils.py Replace additional deprecated models across test files 2026-03-11 17:03:54 -07:00
test_validate_tool_choice.py fix: support Cursor IDE tool_choice format {"type": "auto"} (#12168) 2025-06-30 12:39:58 -07:00
vertex_key.json (Feat) Add x-litellm-overhead-duration-ms and "x-litellm-response-duration-ms" in response from LiteLLM (#7899) 2025-01-21 20:27:55 -08:00