From a2666a69d81ac04e1084379b8fa1729403e91e82 Mon Sep 17 00:00:00 2001 From: anthonypizzolato-abacus <252608069+anthonypizzolato-abacus@users.noreply.github.com> Date: Thu, 13 Aug 2026 19:01:05 +0000 Subject: [PATCH] Add Gemini 3.7 Flash to live bench runs --- lcb_runner/lm_styles.py | 7 +++++++ 1 file changed, 7 insertions(+) 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",