Skip to content

Commit d41cfca

Browse files
kylexqianclaude
andcommitted
fix: remove GEMINI_3_PRO from TEE_LLM (shut down March 9 2026)
google/gemini-3-pro-preview was shut down by Google on March 9, 2026. Mirrors the same removal made in tee-gateway model_registry. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 099d0d5 commit d41cfca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/opengradient/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,6 @@ class TEE_LLM(str, Enum):
511511
GEMINI_2_5_FLASH = "google/gemini-2.5-flash"
512512
GEMINI_2_5_PRO = "google/gemini-2.5-pro"
513513
GEMINI_2_5_FLASH_LITE = "google/gemini-2.5-flash-lite"
514-
GEMINI_3_PRO = "google/gemini-3-pro-preview"
515514
GEMINI_3_FLASH = "google/gemini-3-flash-preview"
516515

517516
# xAI Grok models via TEE

0 commit comments

Comments
 (0)