diff --git a/docs/my-website/blog/gemini_3_flash/index.md b/docs/my-website/blog/gemini_3_flash/index.md index c6135a0951..6cb8ddad99 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 @@ -232,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 |