From 9e3acdb815099ecff09c0ee8ea0d0e8351bfd912 Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Fri, 19 Dec 2025 10:38:06 +0530 Subject: [PATCH] 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. :::