From 146238b0058f6fa3939199f5f205c1c6d269eceb Mon Sep 17 00:00:00 2001 From: Vlastimil Elias Date: Thu, 7 Aug 2025 09:30:18 +0200 Subject: [PATCH] feat: Flash-Lite 2.0 and 2.5 models added to Gemini inference provider --- llama_stack/providers/remote/inference/gemini/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llama_stack/providers/remote/inference/gemini/models.py b/llama_stack/providers/remote/inference/gemini/models.py index 6fda35e0f..bd696b0ac 100644 --- a/llama_stack/providers/remote/inference/gemini/models.py +++ b/llama_stack/providers/remote/inference/gemini/models.py @@ -13,7 +13,9 @@ LLM_MODEL_IDS = [ "gemini-1.5-flash", "gemini-1.5-pro", "gemini-2.0-flash", + "gemini-2.0-flash-lite", "gemini-2.5-flash", + "gemini-2.5-flash-lite", "gemini-2.5-pro", ]