From 644509c9a81da2b0a9eaad16081579686a512e86 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 18 Dec 2025 08:50:14 +0100 Subject: [PATCH] chore: add gemini 3 flash --- internal/providers/configs/gemini.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/internal/providers/configs/gemini.json b/internal/providers/configs/gemini.json index 22b72f66442c87ee285df0bf000d7ff0b0e3b88a..56f15e9112acf38c04104c1856d04891ab1f92cc 100644 --- a/internal/providers/configs/gemini.json +++ b/internal/providers/configs/gemini.json @@ -20,13 +20,25 @@ "has_reasoning_efforts": false, "supports_attachments": true }, + { + "id": "gemini-3-flash-preview", + "name": "Gemini 3 Flash (Preview)", + "cost_per_1m_in": 0.5, + "cost_per_1m_out": 3, + "cost_per_1m_in_cached": 0, + "cost_per_1m_out_cached": 0.05, + "context_window": 1048576, + "default_max_tokens": 50000, + "can_reason": true, + "supports_attachments": true + }, { "id": "gemini-2.5-pro", "name": "Gemini 2.5 Pro", "cost_per_1m_in": 1.25, "cost_per_1m_out": 10, - "cost_per_1m_in_cached": 1.625, - "cost_per_1m_out_cached": 0.31, + "cost_per_1m_in_cached": 0, + "cost_per_1m_out_cached": 0.125, "context_window": 1048576, "default_max_tokens": 50000, "can_reason": true, @@ -37,8 +49,8 @@ "name": "Gemini 2.5 Flash", "cost_per_1m_in": 0.3, "cost_per_1m_out": 2.5, - "cost_per_1m_in_cached": 0.3833, - "cost_per_1m_out_cached": 0.075, + "cost_per_1m_in_cached": 0, + "cost_per_1m_out_cached": 0.03, "context_window": 1048576, "default_max_tokens": 50000, "can_reason": true,