diff --git a/lcb_runner/lm_styles.py b/lcb_runner/lm_styles.py index 66988366..0d53f8b6 100644 --- a/lcb_runner/lm_styles.py +++ b/lcb_runner/lm_styles.py @@ -355,6 +355,13 @@ def __hash__(self) -> int: datetime(2023, 4, 30), link="https://blog.google/technology/ai/gemini-api-developers-cloud", ), + LanguageModel( + "gemini-3.7-flash", + "Gemini-Flash-3.7", + LMStyle.Gemini, + datetime(2026, 8, 13), + link="https://blog.google/innovation-and-ai/models-and-research/gemini-models/introducing-gemini-3-7-flash/", + ), LanguageModel( "databricks-dbrx-instruct", "DBRX-Ins",