From d7647f5b868f5cc6dd2600a8cdc7eaa53d8d49ac Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Fri, 19 Dec 2025 10:17:58 +0530 Subject: [PATCH 1/3] Add version requirement in gemini 3 flash blog --- docs/my-website/blog/gemini_3_flash/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/my-website/blog/gemini_3_flash/index.md b/docs/my-website/blog/gemini_3_flash/index.md index c6135a0951..1f89aeb739 100644 --- a/docs/my-website/blog/gemini_3_flash/index.md +++ b/docs/my-website/blog/gemini_3_flash/index.md @@ -27,6 +27,10 @@ import TabItem from '@theme/TabItem'; LiteLLM now supports `gemini-3-flash-preview` and all the new API changes along with it. +:::Note +If you only want cost tracking, you need no change in your current Litellm version. But if you want the support for new features introduced along with it like thinking levels, you will need to use v1.80.8-stable.1 or above. +::: + ## Deploy this version From 9e3acdb815099ecff09c0ee8ea0d0e8351bfd912 Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Fri, 19 Dec 2025 10:38:06 +0530 Subject: [PATCH 2/3] Add version requirement in gemini 3 flash blog --- docs/my-website/blog/gemini_3_flash/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/blog/gemini_3_flash/index.md b/docs/my-website/blog/gemini_3_flash/index.md index 1f89aeb739..351a8536f4 100644 --- a/docs/my-website/blog/gemini_3_flash/index.md +++ b/docs/my-website/blog/gemini_3_flash/index.md @@ -27,7 +27,7 @@ import TabItem from '@theme/TabItem'; LiteLLM now supports `gemini-3-flash-preview` and all the new API changes along with it. -:::Note +:::note If you only want cost tracking, you need no change in your current Litellm version. But if you want the support for new features introduced along with it like thinking levels, you will need to use v1.80.8-stable.1 or above. ::: From 86596de19310fbaced6ad9b4b847fadbdf2355cf Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Fri, 19 Dec 2025 23:29:38 +0530 Subject: [PATCH 3/3] add vertex ai location note --- docs/my-website/blog/gemini_3_flash/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/my-website/blog/gemini_3_flash/index.md b/docs/my-website/blog/gemini_3_flash/index.md index 351a8536f4..6cb8ddad99 100644 --- a/docs/my-website/blog/gemini_3_flash/index.md +++ b/docs/my-website/blog/gemini_3_flash/index.md @@ -236,6 +236,11 @@ response = completion( print(response) ``` +:::note +If using this model via vertex_ai, keep the location as global as this is the only supported location as of now. +::: + + ## `reasoning_effort` Mapping for Gemini 3+ | reasoning_effort | thinking_level |