Pedro/add gemini 3 flash (#4323)

This commit is contained in:
pedrohsdb
2025-12-17 20:52:29 -08:00
committed by GitHub
parent 1eca20b78a
commit 8b8e93a616
3 changed files with 20 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ class LiteLLMParams(TypedDict, total=False):
vertex_credentials: str | None
vertex_location: str | None
thinking: dict[str, Any] | None
thinking_level: str | None
service_tier: str | None
timeout: float | None