litellm/tests/test_litellm/llms/vertex_ai
Julio Quinteros Pro 87577eb05c fix(tests): correct medium reasoning_effort assertion for gemini-3-pro-preview
For gemini-3-pro-preview (not gemini-3-flash or gemini-3.1-pro-preview),
reasoning_effort="medium" maps to thinkingLevel="high" because the "medium"
thinking level is not available on that model variant.

Both test_reasoning_effort_maps_to_thinking_level_gemini_3 and
test_reasoning_effort_dict_format_gemini_3 had the correct comment
("medium -> high") but the wrong assertion (== "medium"). Fixed to
match the production code and the comments.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 12:09:26 -03:00
..
context_caching 🐛 Bug Fix #19642 : bug in Vertex AI context caching (#19657) 2026-02-02 18:13:34 +05:30
files Fix: upload pdfs for file endpoint 2026-01-19 11:58:32 +05:30
gemini fix(tests): correct medium reasoning_effort assertion for gemini-3-pro-preview 2026-02-20 12:09:26 -03:00
image_edit Merge branch 'main' into litellm_image_edit_vertex_cred_fix 2025-12-17 22:38:07 +05:30
image_generation refactor(image-gen): move thought_signature to provider_specific_fields 2026-02-02 18:12:41 +05:30
multimodal_embeddings [Bug fix] Vertex Multimodal embeddings - Support text + base64 image combinations (#18172) 2025-12-18 13:22:43 +05:30
rerank fix(tests): resolve merge conflict in test_vertex_ai_rerank_transformation.py 2026-02-18 11:31:56 -03:00
vertex_ai_partner_models Fix: api_base is required. Unable to determine the correct api_base for the request 2026-02-20 12:09:25 +05:30
vertex_gemma_models Perf speed up pytest (#15951) 2025-10-27 19:43:40 -07:00
videos Add Vertex and Gemini Videos API with Cost Tracking + UI support (#16323) 2025-11-08 16:03:51 -08:00
__init__.py fix imports 2025-11-08 18:01:32 -08:00
test_bge_embedding.py Fix CI: Revert security scan changes and add GitGuardian ignore rules (#18358) 2025-12-22 17:03:53 -08:00
test_bge_response_transformation.py test_is_bge_model_detection 2025-12-02 21:59:02 +05:30
test_gemini_empty_properties.py fix: keep type field in Gemini schema when properties is empty (#18979) 2026-01-14 22:58:05 +05:30
test_gemini_header_forwarding.py fix passing headers for gemini (#15231) 2025-10-06 12:59:19 -07:00
test_http_status_201.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_vertex.py Fix:test_multiple_function_call 2026-01-22 19:34:54 +05:30
test_vertex_ai_common_utils.py fix(vertex_ai): support model names with slashes in passthrough URLs (#19944) 2026-01-28 09:33:53 -08:00
test_vertex_ai_psc_endpoint_support.py fix failing vertex tests 2025-12-06 00:04:04 +05:30
test_vertex_global_url_support.py feat(vertex-ai): add centralized get_vertex_base_url() helper for global location support 2025-12-24 13:51:58 +05:30
test_vertex_image_generation.py test: fix tests 2025-11-22 16:50:50 -08:00
test_vertex_llm_base.py Revert "Add support for Vertex AI API keys" 2026-01-10 13:39:49 -08:00