mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
gemini-2.5-flash-lite retires on 2026-10-20 per Google's Vertex model lifecycle table, which would turn the google_generate_content_endpoint_testing CircleCI job red on every PR from that day. gemini-3.5-flash-lite is the newest flash-lite on both AI Studio and Vertex, with a retirement of 2027-07-21 or later. Vertex serves gemini-3.5-flash-lite only on the global, us, and eu endpoints, never on a single region, so the direct SDK Vertex tests now pass vertex_location global like the suite's proxy config already does. The 429 backoff test derives its mocked generateContent URL from litellm's own Gemini URL builder, since litellm routes Gemini 3 and newer models to v1alpha instead of v1beta. Co-authored-by: mateo-berri <277851410+mateo-berri@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| base_google_genai_proxy_sdk_test.py | ||
| base_google_test.py | ||
| base_interactions_test.py | ||
| conftest.py | ||
| google_genai_proxy_test_config.yaml | ||
| test_gemini_interactions.py | ||
| test_google_ai_studio.py | ||
| test_google_genai_proxy_test_config.py | ||
| test_litellm_responses_bridge.py | ||
| test_vertex_ai_native.py | ||
| test_vertex_anthropic.py | ||
| vertex_key.json | ||