From a6c62cd84efd67302444fcf8845e6f75acc8e920 Mon Sep 17 00:00:00 2001 From: Vagmi Mudumbai Date: Thu, 23 Jul 2026 12:45:36 -0300 Subject: [PATCH] Add gemini 3.6 flash and gemini 3.5 flash lite --- data/google.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/data/google.json b/data/google.json index b5601a6..d938788 100644 --- a/data/google.json +++ b/data/google.json @@ -286,6 +286,32 @@ "input_cached": 0.15 } ] + }, + { + "id": "gemini-3.5-flash-lite", + "name": "Gemini 3.5 Flash-Lite", + "price_history": [ + { + "input": 0.30, + "output": 2.50, + "from_date": null, + "to_date": null, + "input_cached": 0.03 + } + ] + }, + { + "id": "gemini-3.6-flash", + "name": "Gemini 3.6 Flash", + "price_history": [ + { + "input": 1.50, + "output": 7.50, + "from_date": null, + "to_date": null, + "input_cached": 0.15 + } + ] } ] }